Here i am again with a new Error - look like my system hate´s me today
This is my mail.log
Code:
Oct 24 19:07:50 vsxxxxxx postfix/qmgr[17794]: 6837D57385BC: from=<amavis@mail.my-domain.de.local>, size=657, nrcpt=1 (queue active)
Oct 24 19:07:50 vsxxxxxx postfix/qmgr[17794]: D3E235738650: from=<root@mail.my-domain.de.local>, size=1611, nrcpt=1 (queue active)
Oct 24 19:07:55 vsxxxxxx postfix/smtpd[20450]: warning: SASL: Connect to private/auth failed: Connection refused
Oct 24 19:07:55 vsxxxxxx postfix/smtpd[20450]: fatal: no SASL authentication mechanisms
Oct 24 19:07:55 vsxxxxxx postfix/smtpd[20451]: warning: SASL: Connect to private/auth failed: Connection refused
Oct 24 19:07:55 vsxxxxxx postfix/smtpd[20451]: fatal: no SASL authentication mechanisms
Oct 24 19:07:56 vsxxxxxx postfix/master[17787]: warning: process /usr/lib/postfix/smtpd pid 20450 exit status 1
Oct 24 19:07:56 vsxxxxxx postfix/master[17787]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
Oct 24 19:07:56 vsxxxxxx amavis[19498]: (19498-01) mail_via_smtp: 450 4.4.1 Can't connect to 127.0.0.1 port 10025, Bad file descriptor at /usr/sbin/amavisd-new line 6599, <GEN5> line 55., id=19498-01
Oct 24 19:07:56 vsxxxxxx amavis[19498]: (19498-01) Blocked CLEAN, <amavis@mail.my-domain.de.local> -> <amavis@mail.my-domain.de.local>, Message-ID: <20071024170101.6837D57385BC@mail.my-domain.de>, Hits: 2.49, 6345 ms
Oct 24 19:07:56 vsxxxxxx postfix/smtp[20415]: 6837D57385BC: to=<amavis@mail.my-domain.de.local>, orig_to=<amavis>, relay=127.0.0.1[127.0.0.1]:10024, delay=7615, delays=7609/0.01/0.02/6.3, dsn=4.4.1, status=deferred (host 127.0.0.1[127.0.0.1] said: 450 4.4.1 Can't connect to 127.0.0.1 port 10025, Bad file descriptor at /usr/sbin/amavisd-new line 6599, <GEN5> line 55., id=19498-01 (in reply to end of DATA command))
Oct 24 19:07:56 vsxxxxxx postfix/master[17787]: warning: process /usr/lib/postfix/smtpd pid 20451 exit status 1
Oct 24 19:07:56 vsxxxxxx amavis[19499]: (19499-01) mail_via_smtp: 450 4.4.1 Can't connect to 127.0.0.1 port 10025, Bad file descriptor at /usr/sbin/amavisd-new line 6599, <GEN5> line 106., id=19499-01
Oct 24 19:07:56 vsxxxxxx amavis[19499]: (19499-01) Blocked CLEAN, <root@mail.my-domain.de.local> -> <root@mail.my-domain.de.local>, Message-ID: <20071024181503.D3E235738650@mail.my-domain.de>, Hits: 2.494, 6409 ms
Oct 24 19:07:56 vsxxxxxx postfix/smtp[20416]: D3E235738650: to=<root@mail.my-domain.de.local>, orig_to=<root>, relay=127.0.0.1[127.0.0.1]:10024, delay=3175, delays=3168/0.02/0.01/6.4, dsn=4.4.1, status=deferred (host 127.0.0.1[127.0.0.1] said: 450 4.4.1 Can't connect to 127.0.0.1 port 10025, Bad file descriptor at /usr/sbin/amavisd-new line 6599, <GEN5> line 106., id=19499-01 (in reply to end of DATA command))
I mean that the AMaVis error occurs out of this:
Code:
warning: SASL: Connect to private/auth failed: Connection refused
What files do we need for Debug ?
Here is my dovecot.conf
Code:
base_dir = /var/run/dovecot/
protocols = imap pop3
disable_plaintext_auth = no
listen=*
protocols = imap pop3 imaps pop3s
ssl_disable = no
syslog_facility = mail
login_greeting = Dovecot ready.
mail_location = maildir:/var/mail/virtual/%d/%n
mail_extra_groups = mail
protocol imap {
}
namespace private {
prefix = INBOX.
inbox = yes
}
protocol pop3 {
pop3_uidl_format = %u-%v
}
protocol lda {
postmaster_address = postmaster@my-domain.de
auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = cmusieve
}
auth pysieved {
mechanisms = plain
passdb sql {
args = /etc/dovecot/dovecot-sql-domain.conf
}
userdb sql {
args = /etc/dovecot/dovecot-sql-domain.conf
}
passdb sql {
args = /etc/dovecot/dovecot-sql-subdomain.conf
}
userdb sql {
args = /etc/dovecot/dovecot-sql-subdomain.conf
}
socket listen {
client {
path = /var/run/pysieved/auth
mode = 0660
user = vmail
group = mail
}
master {
path = /var/run/pysieved/auth-master
mode = 0660
user = vmail
group = mail
}
}
user = vmail
}
plugin {
}
Greez BeNe