I am attempting to set up Postfix to accept mail from 'fetchmail' I
continually receive this error in the mail log:

/var/log/maillog:

Jun 14 08:14:25 scorpio postfix/smtpd[74871]: connect from localhost[127.0.0.1]
Jun 14 08:14:25 scorpio postfix/smtpd[74871]: warning: 
xsasl_cyrus_server_get_mechanism_list: no applicable SASL mechanisms
Jun 14 08:14:25 scorpio postfix/smtpd[74871]: fatal: no SASL authentication 
mechanisms
Jun 14 08:14:26 scorpio postfix/master[61935]: warning: process 
/usr/local/libexec/postfix/smtpd pid 74871 exit status 1
Jun 14 08:14:26 scorpio postfix/master[61935]: warning: 
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling

This is the smtpd.conf file if that is important:

# Global Parameters
log_level: 0
pwcheck_method: auxprop
mech_list: PLAIN LOGIN

# auxiliary Plugin parameters
auxprop_plugin: sasldb

The output of postconf -n:

alias_database = hash:/usr/local/etc/postfix/aliases
alias_maps = hash:/usr/local/etc/postfix/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
data_directory = /var/db/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
mail_owner = postfix
mail_spool_directory = /var/mail
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mydomain = seibercom.net
mynetworks_style = host
myorigin = $mydomain
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
sample_directory = /usr/local/etc/postfix
sender_dependent_relayhost_maps = hash:/usr/local/etc/postfix/sender_relay
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/usr/local/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_sasl_type = cyrus
smtp_sender_dependent_authentication = yes
smtp_tls_CAfile = /usr/local/etc/postfix/certs/cacert.pem
smtp_tls_cert_file = /usr/local/etc/postfix/certs/postfix-cert.pem
smtp_tls_key_file = /usr/local/etc/postfix/certs/postfix-key.pem
smtp_tls_loglevel = 0
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:/var/db/postfix/smtp_tls_session_cache
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = smtpd
smtpd_sasl_security_options = noanonymous , noplaintext
smtpd_sasl_tls_security_options = moanonymous
smtpd_tls_CAfile = /usr/local/etc/postfix/certs/cacert.pem
smtpd_tls_cert_file = /usr/local/etc/postfix/certs/postfix-cert.pem
smtpd_tls_key_file = /usr/local/etc/postfix/certs/postfix-key.pem
smtpd_tls_received_header = yes
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:/var/db/postfix/smtpd_tls_session_cache
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 550


Is this a problem with the Postfix configuration or with fatchmail?


-- 
Gerard
postfix.u...@yahoo.com

TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail
TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

The ultimate game show will be the one
where somebody gets killed at the end.
                -- Chuck Barris, creator of "The Gong Show"

Attachment: signature.asc
Description: PGP signature

Reply via email to