Hi,
I am sending myself a test message from outside my domain, and I am
getting the following error:
Sep 29 13:27:53 vps postfix/master[11943]: warning: process
/usr/lib/postfix/smtpd pid 11960 exit status 1
Sep 29 13:27:53 vps postfix/master[11943]: warning:
/usr/lib/postfix/smtpd: bad command startup -- throttling
Sep 29 13:40:23 vps postfix/smtpd[13574]: warning:
xsasl_cyrus_server_get_mechanism_list: no applicable SASL mechanisms
Sep 29 13:40:23 vps postfix/smtpd[13574]: fatal: no SASL authentication
mechanisms
What does this mean? Do I need to install cyrus or similar? Below is my
postconf -n:
# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
debug_peer_level = 3
debug_peer_list = 127.0.0.1
html_directory = /usr/share/doc/postfix/html
inet_interfaces = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = vps.ozses.net, localhost.ozses.net, , localhost
myhostname = vps.ozses.net
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = /usr/share/doc/postfix
recipient_delimiter = +
relayhost =
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated, reject_non_fqdn_hostname,
reject_non_fqdn_sender, reject_non_fqdn_recipient,
reject_unauth_destination, reject_unauth_pipelining,
reject_invalid_hostname
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf
virtual_gid_maps = static:5000
virtual_mailbox_base = /home/vmail
virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_minimum_uid = 100
virtual_transport = virtual
virtual_uid_maps = static:5000
What I'm trying to do is have postfix communicate with mysql, as you can
see :)
Regards,