Hi Friends:
My mail server installed with postfix,mysql,courier-imap,sasl2, squirrelmail and postfixadmin. When I enter into squirrelmail and try to send some mail. The error message is:
The maillog is:
postconf -n:
Any help?
My mail server installed with postfix,mysql,courier-imap,sasl2, squirrelmail and postfixadmin. When I enter into squirrelmail and try to send some mail. The error message is:
Code:
Authentication failed
535 5.7.8 Error: authentication failed: generic failure
The maillog is:
Code:
Dec 7 09:03:01 xxx imapd: LOGIN, user=xxx@xxx, ip=[127.0.0.1], port=[44254], protocol=IMAP
Dec 7 09:03:01 xxx imapd: LOGOUT, user=xxx@xxx, ip=[127.0.0.1], headers=1186, body=0, rcvd=296, sent=3620, time=0
Dec 7 09:03:08 xxx postfix/smtpd[1297]: connect from localhost[127.0.0.1]
Dec 7 09:03:08 xxx postfix/smtpd[1297]: warning: SASL authentication failure: could not verify password
Dec 7 09:03:08 xxx postfix/smtpd[1297]: warning: localhost[127.0.0.1]: SASL LOGIN authentication failed: generic failure
Dec 7 09:03:08 xxx postfix/smtpd[1297]: lost connection after AUTH from localhost[127.0.0.1]
Dec 7 09:03:08 xxx postfix/smtpd[1297]: disconnect from localhost[127.0.0.1]
Dec 7 09:05:00 xxx postfix/sendmail[1309]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:05:01 xxx postfix/sendmail[1311]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:10:00 xxx postfix/sendmail[1327]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:10:01 xxx postfix/sendmail[1329]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:15:00 xxx postfix/sendmail[1355]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:15:01 xxx postfix/sendmail[1357]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:20:00 xxx postfix/sendmail[1371]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:20:01 xxx postfix/sendmail[1373]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:25:01 xxx postfix/sendmail[1399]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:25:01 xxx postfix/sendmail[1401]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:30:00 xxx postfix/sendmail[1415]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:30:00 xxx postfix/sendmail[1417]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:35:00 xxx postfix/sendmail[1443]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:35:01 xxx postfix/sendmail[1445]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:40:00 xxx postfix/sendmail[1459]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:40:01 xxx postfix/sendmail[1461]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:41:09 xxx imapd: LOGIN, user=###, ip=[127.0.0.1], port=[41672], protocol=IMAP
Dec 7 09:41:09 xxx imapd: LOGOUT, user=###, ip=[127.0.0.1], headers=1186, body=0, rcvd=296, sent=3620, time=0
Dec 7 09:45:00 xxx postfix/sendmail[1488]: fatal: root(0): No recipient addresses found in message header
Dec 7 09:45:01 xxx postfix/sendmail[1490]: fatal: root(0): No recipient addresses found in message header
postconf -n:
Code:
# postconf -n
broken_sasl_auth_clients = yes
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/local/libexec/postfix
data_directory = /var/db/postfix
debug_peer_level = 2
home_mailbox = maildir/
html_directory = /usr/local/share/doc/postfix
mail_owner = postfix
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
message_size_limit = 5242880
mynetworks_style = host
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/local/share/doc/postfix
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
smtpd_client_restrictions = permit_sasl_authenticated
smtpd_recipient_restrictions = permit_sasl_authenticated permit_auth_destination reject
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
unknown_local_recipient_reject_code = 550
virtual_alias_maps = mysql:/usr/local/etc/postfix/mysql/virtual_alias_maps.cf
virtual_gid_maps = static:80
virtual_mailbox_base = /usr/local/virtual
virtual_mailbox_domains = mysql:/usr/local/etc/postfix/mysql/virtual_domains_maps.cf
virtual_mailbox_limit = 52428800
virtual_mailbox_limit_inbox = no
virtual_mailbox_limit_maps = mysql:/usr/local/etc/postfix/mysql/virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes
virtual_mailbox_maps = mysql:/usr/local/etc/postfix/mysql/virtual_mailbox_maps.cf
virtual_maildir_extended = yes
virtual_minimum_uid = 80
virtual_uid_maps = static:80
Any help?