Cool Master
Fleet Admiral
- Registriert
- Dez. 2005
- Beiträge
- 39.900
Moin,
nach meinem Serverumzug macht Postfix etwas Probleme
Das hier steht im mail.info log:
mysql-forwards.cf:
mysql-mailboxes.cf:
ls -ll von /etc/postfix für die 2 cf Datein:
So wie ich das sehe scheint der Login zu gehen:
Nur das Empfangen/Senden will wohl nicht hat da evtl. jemand eine Idee an was es liegen könnte?
nach meinem Serverumzug macht Postfix etwas Probleme
Code:
postfix/proxymap[13466]: error: open /etc/postfix/mysql-forwards.cf: Permission denied
postfix/proxymap[13466]: error: open /etc/postfix/mysql-mailboxes.cf: Permission denied
postfix/smtpd[13465]: warning: SASL per-process initialization failed: generic failure
postfix/smtpd[13465]: fatal: SASL per-process initialization failed
postfix/master[4442]: warning: process /usr/lib/postfix/smtpd pid 13465 exit status 1
postfix/master[4442]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
mysql-forwards.cf:
Code:
user = mailuser
password = pw
dbname = mail
query = SELECT destination FROM forwardings WHERE source='%s'
hosts = 127.0.0.1
mysql-mailboxes.cf:
Code:
user = mailuser
password = pw
dbname = mail
query = SELECT CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/') FROM users WHERE email='%s'
hosts = 127.0.0.1
ls -ll von /etc/postfix für die 2 cf Datein:
Code:
-rw-r----- 1 root postfix 139 Apr 26 12:05 mysql-forwards.cf
-rw-r----- 1 root postfix 195 Apr 26 12:06 mysql-mailboxes.cf
So wie ich das sehe scheint der Login zu gehen:
Code:
imapd-ssl: LOGIN, user=meine mail, ip=[::ffff:87.148.124.179], port=[49860], protocol=IMAP
imapd-ssl: LOGIN, user=meine mail, ip=[::ffff:87.148.124.179], port=[49863], protocol=IMAP
imapd-ssl: LOGOUT, user=meine mail, ip=[::ffff:87.148.124.179], headers=0, body=0, rcvd=24, sent=240, time=0, starttls=1
imapd-ssl: LOGIN, user=meine mail, ip=[::ffff:87.148.124.179], port=[49866], protocol=IMAP
postfix/smtpd[13523]: warning: SASL per-process initialization failed: generic failure
postfix/smtpd[13523]: fatal: SASL per-process initialization failed
postfix/master[4442]: warning: process /usr/lib/postfix/smtpd pid 13523 exit status 1
postfix/master[4442]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
Nur das Empfangen/Senden will wohl nicht hat da evtl. jemand eine Idee an was es liegen könnte?