summaryrefslogtreecommitdiff
path: root/sqmail-4.3.07/conf-delivery
diff options
context:
space:
mode:
Diffstat (limited to 'sqmail-4.3.07/conf-delivery')
-rw-r--r--sqmail-4.3.07/conf-delivery29
1 files changed, 29 insertions, 0 deletions
diff --git a/sqmail-4.3.07/conf-delivery b/sqmail-4.3.07/conf-delivery
new file mode 100644
index 0000000..ddee2a0
--- /dev/null
+++ b/sqmail-4.3.07/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.