File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,18 @@ if (!$SENDER)
3535# Autocreate maildir, if not existant
3636#
3737
38- `test -e {dist_postfix_vmail_mailbox_base}/$HOST`
39- if ( $RETURNCODE != 0 )
40- {
41- `mkdir {dist_postfix_vmail_mailbox_base}/$HOST`
42- }
38+ # `test -e {dist_postfix_vmail_mailbox_base}/$HOST`
39+ # if ( $RETURNCODE != 0 )
40+ # {
41+ # `mkdir {dist_postfix_vmail_mailbox_base}/$HOST`
42+ # }
4343
44- `test -e {dist_postfix_vmail_mailbox_base}/$HOST/$USER`
45- if ( $RETURNCODE != 0 )
46- {
47- `maildirmake {dist_postfix_vmail_mailbox_base}/$HOST/$USER`
48- `chmod -R 0700 {dist_postfix_vmail_mailbox_base}/$HOST`
49- }
44+ # `test -e {dist_postfix_vmail_mailbox_base}/$HOST/$USER`
45+ # if ( $RETURNCODE != 0 )
46+ # {
47+ # `maildirmake {dist_postfix_vmail_mailbox_base}/$HOST/$USER`
48+ # `chmod -R 0700 {dist_postfix_vmail_mailbox_base}/$HOST`
49+ # }
5050
5151# Check if the user has a autoresponder enabled
5252
You can’t perform that action at this time.
0 commit comments