Does Qmail utilize any of Sendmail's own configuration files?
Posted
by
user1780242
on Server Fault
See other posts from Server Fault
or by user1780242
Published on 2013-10-19T01:07:38Z
Indexed on
2013/10/20
21:56 UTC
Read the original article
Hit count: 167
I am trying to run sendmail in tandem with qmail. Presently there is a symlink in the /usr/sbin/ directory pointing to the /var/qmail/sendmail binary. What do I have to change in the qmail configuration if I remove the symlink and rename sendmail.sendmail (I think this is the present name for sendmail's binary) to sendmail so my program can call it. What do I have to do to isolate the two installations aside from selecting a different port in sendmail's configuration?
© Server Fault or respective owner