Re: Sendmail + SASL2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2006-06-22 at 19:51 -0600, Ashley M. Kirchner wrote:
>     This may be OT, but I'm going to try anyway...  I have an old server 
> which originally had SASL installed on it and sendmail 
> compiled/configured to use (PLAIN LOGIN) authentication (NOT SASL).  
> That server also uses NIS to get the user account information from 
> another machine.  Everything works.
> 
>     Now, I'm trying to move everything to a new server which has SASL2 
> installed.  I configured sendmail to use SASL2, and the machine is also 
> using NIS like the old one.  The problem now is that it's requiring me 
> to actually use the sasldb file and set up the users individually.  I 
> didn't have to do that on the old machine.  It authenticated against the 
> password file (which was being imported by NIS.)  But I can't figure out 
> why it won't work on the new one.  All the config files are the same, 
> all the sendmail files are configured the same.  So why is it forcing me 
> to use the sasldb?

I have pam set up to use LDAP rather than NIS but the sendmail config
should be the same:

/usr/lib/sasl2/Sendmail.conf:
pwcheck_method:saslauthd

In /etc/sysconfig/saslauthd make sure you have "MECH=pam"

Make sure you have the cyrus-sasl-plain package installed.

Make sure saslauthd is running.

The relevant snippets from sendmail.mc:
define(`confAUTH_MECHANISMS',`LOGIN PLAIN')dnl
TRUST_AUTH_MECH(`LOGIN PLAIN')dnl

Paul.

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux