Roberto C. Sanchez writes:

Hello again,

It appears that after having setup Postfix SMTP Auth through authdaemon
for virtual users, that real users cannot use SMTP Auth to relay mail:

Aug  8 20:05:37 arecibo authdaemond.pgsql: received auth request,
service=smtp, authtype=login
Aug  8 20:05:37 arecibo authdaemond.pgsql: authpgsql: trying this module
Aug  8 20:05:37 arecibo authdaemond.pgsql: SQL query: SELECT email,
password, '', uid, gid, home, maildir, '', name, '' FROM composite WHERE
email = '[EMAIL PROTECTED] arecibo.connexer.com'
Aug  8 20:05:37 arecibo authdaemond.pgsql: zero rows returned
Aug  8 20:05:37 arecibo authdaemond.pgsql: no password available to
compare
Aug  8 20:05:37 arecibo authdaemond.pgsql: authpgsql: REJECT - try next
module
Aug  8 20:05:37 arecibo authdaemond.pgsql: authpam: trying this module
Aug  8 20:05:37 arecibo authdaemond.pgsql: authpam: username '[EMAIL PROTECTED]
arecibo.connexer.com' not found in password file
Aug  8 20:05:37 arecibo authdaemond.pgsql: authpam: REJECT - try next
module
Aug  8 20:05:37 arecibo authdaemond.pgsql: FAIL, all modules rejected
Aug  8 20:05:37 arecibo postfix/smtpd[6126]: warning:
unknown[66.93.22.253]: SASL LOGIN authentication failed
Aug  8 20:05:56 arecibo postfix/smtpd[6126]: lost connection after AUTH
from unknown[66.93.22.253]
Aug  8 20:05:56 arecibo postfix/smtpd[6126]: disconnect from
unknown[66.93.22.253]

The authpgsql attempt fails, as it should since this is a real system
account and not a virtual account.  However, the authpam fails because
it appends "@# hostname" to the username provided.  Is this correct
behavior?  I think that is what is preventing the authentication from
succeeding.  Any ideas would be appreciated.

Authpam doesn't append anything like that.  This must come from Postfix.

Attachment: pgpqk5FUKzWvW.pgp
Description: PGP signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to