| ||||||
| 5/19 |
| 2003/8/26-27 [Computer/SW/Mail] UID:29478 Activity:kinda low |
8/26 The small company I work for would like to set up IMAP and POP over
SSL, and SMTP (with AUTH) over SSL for relaying. Anyone have any
recommendations? I'm suggesting using qmail with a bunch of user-
contributes patches.
\_ It's not too difficult to do that with sendmail. I'm a software
engineer playing sys admin for my startup and I figured it out.
\_ If you're on FreeBSD:
# portinstall -R imap-uw
# portinstall -R stunnel
# portinstall -R qpopper (or whatever)
# portinstall -R cyrus-sasl
# vi /etc/make.conf; include the relevant lines commented out in
/etc/defaults/make.conf relating to sendmail auth stuff
# rebuild sendmail... it's in /usr/src somewhere... or just
buildworld
\_ Thanks a bunch. I'll forward the two replies on. -op |
| 5/19 |
|