django-orchestra-test/scripts/services/postfix.md

34 lines
755 B
Markdown
Raw Normal View History

2014-05-08 16:59:35 +00:00
apt-get install postfix
# http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox
# https://help.ubuntu.com/community/PostfixVirtualMailBoxClamSmtpHowto
2014-07-08 15:19:15 +00:00
# http://wiki2.dovecot.org/HowTo/VirtualUserFlatFilesPostfix
# http://www.mailscanner.info/ubuntu.html
2014-05-08 16:59:35 +00:00
2014-07-08 15:19:15 +00:00
apt-get install dovecot-core dovecot-imapd dovecot-pop3d dovecot-lmtpd dovecot-sieve
cat > /etc/apt/sources.list.d/mailscanner.list << 'EOF'
deb http://apt.baruwa.org/debian wheezy main
deb-src http://apt.baruwa.org/debian wheezy main
EOF
wget -O - http://apt.baruwa.org/baruwa-apt-keys.gpg | apt-key add -
2014-05-08 16:59:35 +00:00
2014-07-08 15:19:15 +00:00
apt-get update
apt-get install mailscanner
2014-09-29 12:22:45 +00:00
apt-get install dovecot-core dovecot-imapd dovecot-pop3d dovecot-sieve
apt-get install postfix
mail_location = maildir:~/Maildir