I have followed a howto on http://www.linuxmail.info/multiple-domains-postfix-admin-centos-5/. I managed to get everything as mentioned in the how to correctly but cannot seem to get emails delivered to my Virtual Mailboxes. I am posting the link here again for site owners here to follow and give tips or point me to a better howto somewhere cos I am paying this site to access the howtos here. Please Forum or site admins check this link and tell me wher I could have gone wrong. I can't post all my configs but am only posting the main.cf as below: #************************************************ #This configuration was done on linuxmail.info #Original main.cf file saved as original-main.cf #************************************************ myhostname = acpng-linux-pdc.acpng.org.pg mydestination = $myhostname, localhost.$mydomain, localhost home_mailbox = Maildir/ #************************************************ Networks to Relay Mail mynetworks = 127.0.0.0/8 smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth smtpd_sasl_auth_enable = yes smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination broken_sasl_auth_clients = yes #**************************************************** # MailScanner Settings header_checks = regexp:/etc/postfix/header_checks #**************************************************** # Virtual Domains and Mailboxes # virtual_mailbox_domains = mysql:/etc/postfix/mysql-domains.cf virtual_mailbox_maps = mysql:/etc/postfix/mysql-users.cf virtual_alias_maps = mysql:/etc/postfix/mysql-aliases.cf virtual_mailbox_base = /home/vmail virtual_uid_maps = static:527 virtual_gid_maps = static:527 Please help. Noel.
Are there any errors in your mail log (in the /var/log/ directory)? What's the output of Code: netstat -tap ?