I am trying to configure for the first a server to be used for multiple domains to get used to hosting situations I may encounter in my job.
I have Postfix, Dovecot, MySQL, and Postfix admin configured. However, Postfix is not handing off mail delivery to the virtual mailbox.
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 11.04)
This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that
are in a MySQL database.
I am having an issue with one of my Postfix/Dovecot mail servers and I'm unsure how to fix the problem. I will try to explain it in detail, here it goes:
I have an Ubuntu server setup using Virtual hosting with Postfix, Dovecot and MySQL. We have one domain setup as a virtual domain, for this example I am going to use mail.example.com. Under that domain we have one email address.
iRedMail 0.5.1: Full-Featured Mail Server With LDAP Postfix
RoundCube/SquirrelMail Dovecot ClamAV SpamAssassin Amavisd iRedAdmin On
Ubuntu 9.04
Below is my configuration
# 2.0.13: /etc/dovecot/dovecot.conf
# OS: Linux 3.0.0-17-server x86_64 Ubuntu 11.10
auth_mechanisms = plain login
mail_location = maildir:/nfs/users/%u/Maildir
passdb {
args = scheme=CRYPT username_format=%u /etc/dovecot/users
driver = passwd-file
}
protocols = " imap pop3"
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode
Below is my configuration
# 2.0.13: /etc/dovecot/dovecot.conf
# OS: Linux 3.0.0-17-server x86_64 Ubuntu 11.10
auth_mechanisms = plain login
mail_location = maildir:/nfs/users/%u/Maildir
passdb {
args = scheme=CRYPT username_format=%u /etc/dovecot/users
driver = passwd-file
}
protocols = " imap pop3"
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Fedora 15 x86_64)
This document describes how to install a Postfix mail server that is
based on virtual users and domains, i.e. users and domains that are in a
MySQL database.
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 9.10)
I just followed this tutorial to set up a postfix mailserver with dovecot and mysql as backend for virtual users.
Now I got the most parts working, I can connect to pop3 pop3s imap and imaps.
Using
echo TEST-MAIL | mail myaccount@hotmail.com
works fine, when I log into my hotmail account it shows the email.