This is a discussion on Re: exim smtp within the lucky.openbsd.misc forums, part of the OpenBSD category; --> --On 29 April 2005 17:51 +0200, GV wrote: > Thanks for your reply. > > I was about to ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| --On 29 April 2005 17:51 +0200, GV wrote: > Thanks for your reply. > > I was about to send it but just wanted to verify that there is no > 'specific" setup from the ports package. $ ls -l `which sendmail` lrwxr-xr-x 1 root wheel 21 Mar 13 16:42 /usr/sbin/sendmail -> /usr/sbin/mailwrapper Read mailwrapper(8) and mailer.conf(5), configure it to point to Exim, and make sure you have suitable sendmail_flags defined in rc.conf{,.local} This is a standard way for using any MTA not in the base system which has a sendmail-compatibility executable capable of starting the daemon. |