On Wed, Aug 13, 2008 at 11:49 AM, Noel Jones <[EMAIL PROTECTED]> wrote:

> Apparently your postfix isn't answering on 10025 despite the proper entries
> in master.cf.  This means that either a firewall is blocking it or some
> other error in postfix is preventing it from running.
>
> Have you looked in the mail log for errors logged by postfix?
> What shows up in the mail log when you "telnet 127.0.0.1 10025" ?

When I attempt to telnet 127.0.0.1 10025 on my email server, the
following pops up in the logs:

Aug 13 12:07:34 email postfix/smtpd[3501]: warning:
xsasl_cyrus_server_get_mechanism_list: no applicable SASL mechanisms
Aug 13 12:07:34 email postfix/smtpd[3501]: fatal: no SASL
authentication mechanisms
Aug 13 12:07:35 email postfix/master[2610]: warning: process
/usr/lib/postfix/smtpd pid 3501 exit status 1
Aug 13 12:07:35 email postfix/master[2610]: warning:
/usr/lib/postfix/smtpd: bad command startup -- throttling

===================================================================

My main.cf is very simple and straight forward. Here is the output of
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
content_filter = smtp-amavis:[127.0.0.1]:10024
inet_interfaces = all
mailbox_size_limit = 0
mydestination = $myhostname, $mydomain, localhost.$mydomain, localhost
mydomain = example.net
myhostname = email.example.net
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = $mydomain
readme_directory = no
recipient_delimiter = +
relayhost =
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions =
permit_mynetworks,      permit_sasl_authenticated,      
reject_unauth_destination,      reject_non_fqdn_sender, 
reject_non_fqdn_recipient,      reject_unlisted_recipient,      
reject_unlisted_sender, reject_invalid_hostname,        
reject_non_fqdn_hostname,       reject_rbl_client
zen.spamhaus.org,       reject_rbl_client bl.spamcop.net,       
reject_rbl_client
safe.dnsbl.sorbs.net,reject_invalid_hostname,   reject_non_fqdn_hostname
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous



-- 
Carlos

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to