Hello All,

 

Not sure whats happening here, but apparently someone did a yum update which
trashed some files.

I then recompiled postfix since we do that by hand and reinstalled apps and
configs for postfix.

Everything looks pretty good from that perspective, users can pop, but no
outgoing mail because of the following:

 

postfix/smtpd[12182]: warning: unknown[74.9.196.58]: SASL LOGIN
authentication failed: authentication failure

warning: SASL authentication problem: unable to open Berkeley db
/etc/sasldb2: No such file or directory

 

 

I am using pam to authenticate so I'm not sure whats going on.

No sasl rpms have been updated they are the same.

 

Any help appreciated.

 

Joey

 

Postconf -n results:

alias_maps = hash:/etc/postfix/aliases

biff = no

body_checks = pcre:/etc/postfix/body_checks

body_checks_size_limit = 21200

bounce_queue_lifetime = 1d

bounce_size_limit = 2048

broken_sasl_auth_clients = yes

command_directory = /usr/sbin

config_directory = /etc/postfix

daemon_directory = /usr/libexec/postfix

data_directory = /var/lib/postfix

debug_peer_level = 2

delay_warning_time = 24h

deliver_lock_attempts = 10

disable_vrfy_command = yes

header_checks = regexp:/etc/postfix/header_checks

html_directory = no

inet_interfaces = 

mail_owner = postfix

mail_spool_directory = /var/spool/mail

mailbox_size_limit = 35000000

mailq_path = /usr/bin/mailq

manpage_directory = /usr/local/man

maximal_queue_lifetime = 5d

message_size_limit = 29000000

mydestination = $myhostname, localhost.$mydomain, $mydomain

myhostname = mail. net

mynetworks = 127.0.0.0/8

myorigin = $mydomain

newaliases_path = /usr/bin/newaliases

queue_directory = /var/spool/postfix

readme_directory = no

relay_domains = /etc/postfix/backup_domains

relay_recipient_maps = hash:/etc/postfix/backup_domains_recipients,
hash:/etc/postfix/transport_recipients

sample_directory = /etc/postfix

sendmail_path = /usr/sbin/sendmail

setgid_group = postdrop

show_user_unknown_table_name = no

smtpd_delay_reject = yes

smtpd_hard_error_limit = 3

smtpd_helo_required = yes

smtpd_junk_command_limit = 3

smtpd_recipient_restrictions = reject_invalid_helo_hostname,
reject_non_fqdn_sender, reject_non_fqdn_recipient,
reject_unknown_sender_domain,   reject_unknown_recipient_domain,
permit_mynetworks,      permit_sasl_authenticated,
reject_unauth_destination,        check_helo_access
hash:/etc/postfix/helo_access,        reject_invalid_helo_hostname,
reject_non_fqdn_helo_hostname,        check_policy_service
unix:private/policy,   check_sender_access hash:/etc/postfix/client_checks,
check_client_access hash:/etc/postfix/client_checks,   check_sender_access
hash:/etc/postfix/freemail_access,     check_recipient_mx_access
hash:/etc/postfix/mx_access,        reject_unauth_pipelining,
reject_rbl_client zen.spamhaus.org,     reject_rbl_client bl.spamcop.net,
reject_rbl_client dul.dnsbl.sorbs.net,  reject_rbl_client list.dsbl.org,
check_recipient_access hash:/etc/postfix/filtered_domains

smtpd_restriction_classes = from_freemail_host

smtpd_sasl_auth_enable = yes

smtpd_sasl_security_options = noanonymous

soft_bounce = no

strict_rfc821_envelopes = yes

transport_maps = hash:/etc/postfix/transport,
hash:/etc/postfix/transport_bounce

unknown_address_reject_code = 554

unknown_client_reject_code = 554

unknown_hostname_reject_code = 554

unknown_local_recipient_reject_code = 550

Reply via email to