Hi, I'm trying to get postfix/dovecot working on a Webmin enabled server and I can't get SASL working for the life of me. Below are my logs and postconf -n.
Logs --- Jan 14 19:47:12 ommuse postfix/smtpd[8911]: connect from mail-da0-f45.google.com[209.85.210.45] Jan 14 19:47:12 ommuse postfix/smtpd[8911]: warning: SASL: Connect to private/auth failed: No such file or directory Jan 14 19:47:12 ommuse postfix/smtpd[8911]: fatal: no SASL authentication mechanisms Jan 14 19:47:13 ommuse postfix/master[8477]: warning: process /usr/lib/postfix/smtpd pid 8911 exit status 1 Jan 14 19:47:13 ommuse postfix/master[8477]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling --- postconf -n --- alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases allow_percent_hack = no append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix home_mailbox = Maildir/ inet_interfaces = all mailbox_command = /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME mailbox_size_limit = 0 mydestination = ommuse, localhost, localhost.localdomain, localhost, server.ommuse.com myhostname = ommuse.com mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 myorigin = /etc/mailname readme_directory = no recipient_delimiter = + relayhost = sender_bcc_maps = hash:/etc/postfix/bcc smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unauth_pipelining, reject_invalid_hostname, reject_rbl_client sbl.spamhaus.org, reject_rbl_client xbl.spamhaus.org smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sasl_local_domain = $myhostname smtpd_sasl_path = private/auth smtpd_sasl_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtpd_use_tls = yes virtual_alias_maps = hash:/etc/postfix/virtual queue_directory = /var/spool/postfix What am I missing? Regards,