E-mail Server

Derrick Ryalls ryallsd at datasphereweb.com
Thu May 15 11:36:31 PDT 2003


> Currently I have Sendmail just sending alerts via the log 
> files but not sending in/out e-mail.
> 
> Can I setup Qmail or Postfix and use them for my Domain name 
> and still have Sendmail do the other job??

Not that I know of, though that doesn't mean too much.

> 
> If not how do I change the defaults to use say Qmail rather 
> than Sendmail.

Qmail has a sendmail command line interface to it works nicely
with systems expecting sendmail.

http://www.lifewithqmail.org/lwq.txt

mv /usr/lib/sendmail /usr/lib/sendmail.old                  
mv /usr/sbin/sendmail /usr/sbin/sendmail.old                
chmod 0 /usr/lib/sendmail.old /usr/sbin/sendmail.old
ln -s /var/qmail/bin/sendmail /usr/lib
ln -s /var/qmail/bin/sendmail /usr/sbin






More information about the freebsd-questions mailing list