Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
f2169ac8
Commit
f2169ac8
authored
Sep 08, 2011
by
tbrehm
Browse files
Fixed: FS#1393 - Disable automatic creation of maildirs in courier setups
parent
c8c7edae
Changes
1
Show whitespace changes
Inline
Side-by-side
install/tpl/mailfilter.master
View file @
f2169ac8
...
...
@@ -35,18 +35,18 @@ if (!$SENDER)
# Autocreate maildir, if not existant
#
`test -e {dist_postfix_vmail_mailbox_base}/$HOST`
if ( $RETURNCODE != 0 )
{
`mkdir {dist_postfix_vmail_mailbox_base}/$HOST`
}
#
`test -e {dist_postfix_vmail_mailbox_base}/$HOST`
#
if ( $RETURNCODE != 0 )
#
{
#
`mkdir {dist_postfix_vmail_mailbox_base}/$HOST`
#
}
`test -e {dist_postfix_vmail_mailbox_base}/$HOST/$USER`
if ( $RETURNCODE != 0 )
{
`maildirmake {dist_postfix_vmail_mailbox_base}/$HOST/$USER`
`chmod -R 0700 {dist_postfix_vmail_mailbox_base}/$HOST`
}
#
`test -e {dist_postfix_vmail_mailbox_base}/$HOST/$USER`
#
if ( $RETURNCODE != 0 )
#
{
#
`maildirmake {dist_postfix_vmail_mailbox_base}/$HOST/$USER`
#
`chmod -R 0700 {dist_postfix_vmail_mailbox_base}/$HOST`
#
}
# Check if the user has a autoresponder enabled
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment