Add LMTP transport for Cyrus IMAP.
authorccsmart <ccsmart@smartpal.de>
Sun, 7 Aug 2005 14:22:13 +0000 (14:22 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 7 Aug 2005 14:22:13 +0000 (14:22 +0000)
packages/postfix/files/main.cf_2.0

index 1c50b4a..002f681 100644 (file)
@@ -1,19 +1,24 @@
 #!/bin/sh
 cat <<EOF
+# Configure your domain and accounts
 mydomain=sample.com
 
 virtual_mailbox_domains = sample.com, other.net
 virtual_mailbox_maps = hash:/etc/postfix/virtual
 virtual_alias_maps = hash:/etc/postfix/virtual_alias
 
+
 # You'll start with the following lines for maildir storage
 virtual_mailbox_base = /var/spool/vmail
 virtual_uid_maps = static:`grep vmail /etc/passwd | cut -d ":" -f 3`
 virtual_gid_maps = static:`grep vmail /etc/passwd | cut -d ":" -f 4`
 
+
 # You'll start with the following lines for IMAP storage
+#virtual_transport = lmtp:unix:/var/lib/cyrus/socket/lmtp
 
 
+# General stuff here again
 config_directory = /etc/postfix
 sample_directory = /etc/postfix
 queue_directory = /var/spool/postfix