| | |
| | | `chmod -R 0700 {dist_postfix_vmail_mailbox_base}/$HOST` |
| | | } |
| | | |
| | | # Check if the user has a autoresponder enabled |
| | | |
| | | `test -f {dist_postfix_vmail_mailbox_base}/mailfilters/$HOST/$USER/.autoresponder` |
| | | if ( $RETURNCODE == 0 ) |
| | | { |
| | | include "{dist_postfix_vmail_mailbox_base}/mailfilters/$HOST/$USER/.autoresponder" |
| | | } |
| | | |
| | | |
| | | # |
| | | # Check that user has his own maildrop include, |
| | | # if not available, check if $DEFAULT is set |
| | |
| | | # it) and deliver or fail temporarily if not available |
| | | # |
| | | |
| | | `test -f {dist_postfix_vmail_mailbox_base}/mailfilters/$LOGNAME` |
| | | `test -f {dist_postfix_vmail_mailbox_base}/mailfilters/$HOST/$USER/.mailfilter` |
| | | if ( $RETURNCODE == 0 ) |
| | | { |
| | | include "{dist_postfix_vmail_mailbox_base}/mailfilters/$LOGNAME" |
| | | include "{dist_postfix_vmail_mailbox_base}/mailfilters/$HOST/$USER/.mailfilter" |
| | | } |
| | | else |
| | | { |