tbrehm
2011-11-27 338fecfdeee37a56531b169d14bed142b6738721
Fixed: FS#1896 - Bug in mailfilter file when maildrop tries to create the mailsize file of non existing accounts
1 files modified
4 ■■■■ changed files
install/tpl/mailfilter.master 4 ●●●● patch | view | raw | blame | history
install/tpl/mailfilter.master
@@ -57,7 +57,11 @@
}
# Create a mailsize file
`test -e {dist_postfix_vmail_mailbox_base}/$HOST/$USER`
if ( $RETURNCODE == 0 )
{
`echo $SIZE >> {dist_postfix_vmail_mailbox_base}/$HOST/$USER/ispconfig_mailsize`
}
#