diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-09 11:44:11 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-09 11:44:11 +0200 |
commit | f1b71c9fe7dbb4886588a036399cf5ebe16b7c47 (patch) | |
tree | e07786aa479c9fb6ee3e537078470aaab5454f80 /conf-delivery | |
parent | a293489ee83c8b05d845a162dc2a4de026f3775d (diff) |
removed top level directory
Diffstat (limited to 'conf-delivery')
-rw-r--r-- | conf-delivery | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/conf-delivery b/conf-delivery new file mode 100644 index 0000000..ddee2a0 --- /dev/null +++ b/conf-delivery @@ -0,0 +1,29 @@ +./Maildir/ + +** Note: Only the first line will be evaluated! ** + +(1) This is the qmail-start standard delivery to local Maildirs. + +./Mailbox + +(2) This is the qmail-start standard delivery to local mbox'es. + +./Mailbox splogger qmail + +(3) This is the qmail-start standard delivery to local mbox'es + and additional logging to syslog via splogger. + +'|preline procmail' splogger qmail + +(4) Using procmail to deliver messages to /var/spool/mail/$USER by default. + Using splogger to send the log through syslog. + +'|dot-forward .forward |preline procmail' splogger qmail + +(5) Using dot-forward to support sendmail-style ~/.forward files. + Using procmail to deliver messages to /var/spool/mail/$USER by default. + Using splogger to send the log through syslog. + +'|preline -f /usr/local/libexec/dovecot/dovecot-lda' + +(6) Using dovecot's local delivery agent. |