[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Exim and Openbsd



I don't like sendmail, so I have been configuring Exim on 
a Sparc running OpenBSD 3.0.

I am getting errors as both regular user and root while attempting to send mail:
Error sending message, child exited 127 (Exec error.).

Logs:

bash# tail /var/log/exim/main.log 
2002-02-19 09:19:09 exim 3.33 daemon started: pid=32703, no queue runs,
listening for SMTP on port 25
2002-02-19 09:25:51 pid 32703: SIGHUP received: re-exec daemon
2002-02-19 09:25:51 exim 3.33 daemon started: pid=32703, no queue runs,
listening for SMTP on port 2

I think my /etc/exim/config is right.

my /etc/mailer.conf looks messy:

bash# cat /etc/mailer.conf
#       $OpenBSD: mailer.conf,v 1.3 2000/04/06 18:24:19 millert Exp $
#
# Execute the "real" sendmail program, named
# /usr/libexec/sendmail/sendmail
#
sendmmail /usr/local/sbin/exim
#sendmail       /usr/libexec/sendmail/sendmail
send-mail /usr/local/sbin/exim

mailq           /usr/local/sbin/exim
#newaliases     /usr/libexec/sendmail/sendmail
#hoststat       /usr/libexec/sendmail/sendmail
#purgestat      /usr/libexec/sendmail/sendmail

I think that I set up my /etc/rc.conf right.

exim=YES
exim_flags="-bd q15m"
sendmail=NO




-- 
----------------------
GNU PGP public key
http://www.annapolislinux.org/docs/public_key/GnuPG.txt
---------------------
Ted Knab