Hallo zusammen,
ich hab ein Postfix nach diesem Tutorial aufgesetzt: Howto: ISP-style Email Server with Debian-Etch and Postfix 2.3
Es klappt auch alles wunderbar, bis auf das verschicken von Mails über Horde, folgende fehlermeldung kommt:
Beim Versenden der Nachricht ist ein Fehler aufgetreten: PLAIN authentication failure [SMTP: Invalid response code received from server (code: 535, response: 5.7.0 Error: authentication failed
]
Auf der Konsole kann ich mich per telnet localhost smtp einloggen und per AUTH PLAIN {MD5HASH--->} auch erfolgreich einloggen.
Ich authentifiziere über den webmailer in horde (IMP) das klappt auch prima.
User und Domains kommen aus MySQL.
Hat jemand eine Idee?
configs:
imp/conf/servers.php
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => '127.0.0.1',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'maildomain' => '',
'realm' => '',
'preferred' => '',
);
Gruß
Theron
ich hab ein Postfix nach diesem Tutorial aufgesetzt: Howto: ISP-style Email Server with Debian-Etch and Postfix 2.3
Es klappt auch alles wunderbar, bis auf das verschicken von Mails über Horde, folgende fehlermeldung kommt:
Beim Versenden der Nachricht ist ein Fehler aufgetreten: PLAIN authentication failure [SMTP: Invalid response code received from server (code: 535, response: 5.7.0 Error: authentication failed
Auf der Konsole kann ich mich per telnet localhost smtp einloggen und per AUTH PLAIN {MD5HASH--->} auch erfolgreich einloggen.
Ich authentifiziere über den webmailer in horde (IMP) das klappt auch prima.
User und Domains kommen aus MySQL.
Hat jemand eine Idee?
configs:
imp/conf/servers.php
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => '127.0.0.1',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'maildomain' => '',
'realm' => '',
'preferred' => '',
);
Gruß
Theron