Yes, dovecot is listed when running postconf -a. I have switched on auth debugging in dovecot.
Transcript of my telnet session (domain name changed to example.com):
EHLO www.example.com 250-www.example.com 250-PIPELINING 250-SIZE 10240000 250-VRFY 250-ETRN 250-AUTH PLAIN LOGIN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN AUTH LOGIN 334 VXNlcm5hbWU6 YWphaS5uZXQ= 334 UGFzc3dvcmQ6 bnlhcmFjdTAwNw== 535 5.7.8 Error: authentication failed: UGFzc3dvcmQ6
The username and password were Base64 encoded above and are known working values.
Actually looking through the debug log I see that its looking for the passed-file in /home/vmail//vpasswd but my configuration has per-domain passed-files, e.g. /home/vmail/%d/vpasswd.
Where do I set that ?
-- A
On Sat, Jun 15, 2013 at 6:21 AM, Benny Pedersen me@junc.eu wrote:
Ajai Khattri skrev den 2013-06-14 18:56:
Ive configured Postfix to use Dovecot for SMTP AUTH.
I tried to test it but when I send the AUTH LOGIN command I get a response saying that AUTH method is not supported/implemented. How to test then?
postconf -a
is dovecot listed ?
if yes post postconf -n on pastebin and show link here
-- senders that put my email into body content will deliver it to my own trashcan, so if you like to get reply, dont do it
-- Aj.