Skip to content

Commit f2169ac

Browse files
committed
Fixed: FS#1393 - Disable automatic creation of maildirs in courier setups
1 parent c8c7eda commit f2169ac

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

install/tpl/mailfilter.master

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)