This is a discussion on SMTP AUTH Slackware 9.1 within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hello, I apologize if this is not the correct newsgroup to post this question. I am hoping that someone ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I apologize if this is not the correct newsgroup to post this question. I am hoping that someone here has already done this and can shed some light. I have posted this to the sendmail group as well. I am having a difficult time getting SMTP AUTH to work with sendmail 8.12.10 from source on slackware 9.1 for roaming users. Relaying denied. Proper authentication required. I installed cyrus-sasl-2.1.15 ../configure --enable-login make && make install ln -s /usr/local/lib/sasl2 /usr/lib/ /usr/local/sbin/saslauthd -a shadow mkdir /var/state/saslauthd and in there I see. -rw------- 1 root root 6 Nov 12 16:26 saslauthd.pid -rw------- 1 root root 0 Nov 12 16:26 mux.accept srwxrwxrwx 1 root root 0 Nov 12 16:26 mux= Here is /usr/local/lib/sasl2 Sendmail.conf pwcheck_method: saslauthd In /etc/ld.so.conf: /usr/local/lib /usr/X11R6/lib /usr/i486-slackware-linux/lib /opt/kde/lib /usr/lib/qt/lib Here is my relevent sendmail.mc define(`confAUTH_OPTIONS', `A')dnl TRUST_AUTH_MECH(`LOGIN PLAIN')dnl define(`confAUTH_MECHANISMS', `LOGIN PLAIN')dnl Here is my site.config.m4 APPENDDEF(-DSASL=2') APPENDDEF(-lsasl2') APPENDDEF(-L/usr/lib/sasl2') APPENDDEF(-I/usr/local/include/sasl') telnet localhost 25 EHLO localhost 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 30000000 250-DSN 250-ETRN 250-DELIVERBY 250 HELP But no AUTH types show. And I see in maillog: Relaying denied. Proper authentication required. Any assistance is appreciated. Thanks, Michael... |
| ||||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, Nov 12, 2003 at 11:44:51PM PST, Michael wrote in article <vr6djjehel20ad@corp.supernews.com>: > I apologize if this is not the correct newsgroup to post this question. I am hoping that someone here > has already done this and can shed some light. I have posted this to the sendmail group as well. the sendmail newsgroup is the appropriate place. and the following page: http://www.sendmail.org/~ca/email/auth.html Jurgen. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/s1TH1ucXIiwNwbURAuajAKDGzJCioUDWUUIuDG0DncVNSnOUKw Cfdikj 6NFaVi4Q0rGKC6rjlOlZhYY= =PxCr -----END PGP SIGNATURE----- |