Re: sendmail smtp auth using sasl
From: Thomas H Jones II (ferric_at_xanthia.com)
Date: 11/20/03
- Next message: Andrew: "Re: Grep for current memory usage on Solaris 8"
- Previous message: Zii Ell: "Re: Sun Fire V210 - unexpected SCSI interrupt while idle (at boot time)"
- In reply to: Reinhold Flecke: "sendmail smtp auth using sasl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 20 Nov 2003 13:54:07 -0600
In article <bp0qbd$1iqcvu$1@ID-214023.news.uni-berlin.de>,
Reinhold Flecke <reinhold.flecke@ccf-consulting.de> did thusly spew forth:
>Any HOWTO avaiable for setting up sendmail using "sendmail" client with smtp
>auth.
Your first step is to download, compile and install the OpenSSL libraries.
Youll need to download, compile and install the latest version of Berkeley
DB from sleepycat software.
Your next step is to download, compile and install the cyrus SASL
libraries. Configure saslauthd to run at boot time and select an
authentication mechanism for it to use (I use pam, then set up pam to
consult my LDAP database).
You'll probably want to rip out the sendmail-related SUNW packages.
After that, you need to download, compile (and link against the OpenSSL and
Cyrus SASL libraries) and install sendmail.
You'll need to get or generate an SSL certificate and install it on your
system.
Youll need to configure sendmail to tell it where to find the certificate
file(s).
If all goes well, you should have a sendmail instance that speaks AUTH+TLS
in a fairly short amount of time.
-tom
- Next message: Andrew: "Re: Grep for current memory usage on Solaris 8"
- Previous message: Zii Ell: "Re: Sun Fire V210 - unexpected SCSI interrupt while idle (at boot time)"
- In reply to: Reinhold Flecke: "sendmail smtp auth using sasl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|