Add number prefix to procmail rc files

This commit is contained in:
Ossi Salmi 2013-07-28 21:53:28 +03:00
parent a0c9b3a7f3
commit 5f293a7351
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ class smtpd::server($maildir, $domains, $virtual=undef) inherits smtpd {
include procmail
procmail::rc { "00default.rc":
procmail::rc { "00-default.rc":
content => "MAILDIR=\$HOME/${maildir}\nDEFAULT=\$MAILDIR/INBOX\n",
}