[Dovecot] How to tell dovecot to use a specific MTA
Hello again people,
OK. I checked a lot of HOWTOs and documents. One specific document describes how one can make dovecot "talk" to postfix. The procedure is pretty straightforward (taken from the document) :
-- . Configuring Postfix and Dovecot
Turn off sendmail:
service sendmail stop chkconfig sendmail off
system-switch-mail (select postfix)
This is for CentOS systems. My question is pretty simple. How exactly does someone tell dovecot (or the CentOS system) that the MTA used is not a pre-packaged postfix MTA but (in my case as you have pretty much discovered by now) XMail compiled from source (no pre-packaged version AFAIK for CentOS; but even if existed, I would still build it on my own) ?
Any help would be appreciated,
Regards,
spyros
- Spyros Tsiolis [2010-01-09 12:00]: [...]
My question is pretty simple. How exactly does someone tell dovecot (or the CentOS system) that the MTA used is not a pre-packaged postfix MTA but (in my case as you have pretty much discovered by now) XMail compiled from source (no pre-packaged version AFAIK for CentOS; but even if existed, I would still build it on my own) ?
Specify path to the sendmail binary using sendmail_path option. XMail creates a sendmail binary (according to the docs, I have never dealt with XMail).
Any help would be appreciated,
Regards,
spyros
-- -- Kirill Miazine km@krot.org
participants (2)
-
Kirill Miazine
-
Spyros Tsiolis