Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Mon Jun 22, 2009 2:44 pm 
Offline
Senior Newbie

Joined: Wed May 06, 2009 6:47 pm
Posts: 6
I'm trying to send mail through postfix on port 2525. I can telnet in but SASL authentication fails. I get...

telnet localhost 2525
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 li52-167.localdomain ESMTP Postfix (Debian/GNU)
ehlo localhost
250-li52-167.localdomain
250-PIPELINING
250-SIZE
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
auth plain xxxxxxxxxxxxxxxxxxxxxxxxxx
535 5.7.0 Error: authentication failed: generic failure


It works fine on port 25. Is this a problem with SASL or Postfix? Have I missed something in setting up the extra port?

Thx.


Top
   
PostPosted: Mon Jun 22, 2009 3:17 pm 
Offline
Senior Member

Joined: Wed May 13, 2009 1:18 am
Posts: 681
maxp1 wrote:
It works fine on port 25. Is this a problem with SASL or Postfix? Have I missed something in setting up the extra port?


Are there any differences between your Postfix master.cf entry for port 25 versus 2525 in terms of restrictions or configuration options?

Having duplicate AUTH lines in your EHLO response seems a little strange, but perhaps that's just a cut 'n paste issue?

Do you see more information about the failure in /var/log/mail.log? Postfix ought to have put a line or two in there that led to the generic failure over the protocol.

-- David


Top
   
 Post subject:
PostPosted: Mon Jun 22, 2009 3:39 pm 
Offline
Senior Newbie

Joined: Wed May 06, 2009 6:47 pm
Posts: 6
Jun 22 15:20:23 li52-167 postfix/smtpd[22639]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Jun 22 15:20:23 li52-167 postfix/smtpd[22639]: warning: SASL authentication failure: Password verification failed
Jun 22 15:20:23 li52-167 postfix/smtpd[22639]: warning: 4by6.com[72.14.186.167]: SASL plain authentication failed: generic failure

I noted the duplicate AUTH lines. Seems strange but it's working for port 25.

I'm looking over the master.cf, maybe there's something I misunderstood there. Relevant section??

smtp inet n - n - - smtpd -o smtpd_sasl_auth_enable=yes
# config for alternate port
2525 inet n - n - - smtpd -o smtpd_sasl_auth_enable=yes


Top
   
 Post subject:
PostPosted: Mon Jun 22, 2009 4:27 pm 
Offline
Senior Member

Joined: Wed May 13, 2009 1:18 am
Posts: 681
Hmm. The error definitely seems to say that it can't talk to saslauthd, but I'm having trouble thinking of any misconfiguration that you could have outside of master.cf (such as Postfix's main.cf, or smtpd.conf or the saslauthd config, or improper ownership of the saslauthd communications socket) that wouldn't impact both ports at the same time.

Are there any continuation lines for those two entries in master.cf? Perhaps its failing in both cases but only one of the two ports is configured to actually care?

You're absolutely sure that back to back tests of port 25 and 2525 during a single Postfix execution work for the former but not the latter? Weird.

-- David


Top
   
 Post subject:
PostPosted: Mon Jun 22, 2009 4:43 pm 
Offline
Senior Newbie

Joined: Wed May 06, 2009 6:47 pm
Posts: 6
Now I've broken it completely, even restoring to original config. Very annoying.

It was working on port 25. I could login using telnet and use clients on a network without port 25 blocked. Grrr...
Here's the whole master.cf file. Other than adding the port I haven't touched it.

#
# Postfix master process configuration file. For details on the format
# of the file, see the master(5) manual page (command: "man 5 master").
#
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - n - - smtpd -o smtpd_sasl_auth_enable=yes
2525 inet n - n - - smtpd -o smtpd_sasl_auth_enable=yes
#submission inet n - - - - smtpd
# -o smtpd_enforce_tls=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps inet n - - - - smtpd
# -o smtpd_tls_wrappermode=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#628 inet n - - - - qmqpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - - 300 1 oqmgr
tlsmgr unix - - - 1000? 1 tlsmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - - - - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - - - - - smtp
-o fallback_relay=
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - - - - showq
error unix - - - - - error
discard unix - - - - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - - - - lmtp
anvil unix - - - - 1 anvil
scache unix - - - - 1 scache
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent. See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
#
# See the Postfix UUCP_README file for configuration details.
#
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
mailman unix - n n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
${nexthop} ${user}


Top
   
 Post subject:
PostPosted: Mon Jun 22, 2009 5:22 pm 
Offline
Senior Member

Joined: Wed May 13, 2009 1:18 am
Posts: 681
Ok, if it's broken in both cases, first thing I'd check is to be sure that Postfix and saslauthd are using the same path to the administrative socket.

For saslauthd, it can be set with the -m option on startup (on my Ubuntu system that's set in /etc/default/saslauthd). Postfix will default to /var/run/saslauthd without an explicit saslauthd_path in smtpd.conf. (Note that saslauthd_path includes the trailing /mux while the -m option to saslauthd doesn't)

Postfix normally runs chroot'd to /var/spool/postfix, which means that saslauthd should be configured to use /var/spool/postfix/var/run/saslauthd - however it looks like you have the chroot option turned off in master.cf so I expect they can both be configured with the same path in your case.

The second thing I'd check is that Postfix is running as a user who has access to the <saslauthd_path>/mux file, either due to appropriate ownership or permissions.

If either the path doesn't match or permissions aren't correct, you'll get the error you're seeing. You can double check just where saslauthd is listening with something like "netstat -anp | saslauthd"

Oh, and I guess it couldn't hurt to just double check that saslauthd is running. It's pid should be in <saslauthd_path>/saslauthd.pid

-- David


Top
   
 Post subject:
PostPosted: Thu Jul 02, 2009 1:51 pm 
Offline
Senior Newbie

Joined: Wed May 06, 2009 6:47 pm
Posts: 6
I had to take a break from this for a few days but when I returned it was working just fine. Didn't do anything, it magically went from a broken state to an unbroken state.

Frustrating...


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group