PDA

View Full Version : EXIM from ports installs in different path


rhoekman
06-07-2004, 10:53 AM
/usr/sbin/ is where the default binary installation went and the main file is called well.. exim.

From the ports it is installed into /usr/local/sbin/ and the main file is now called exim -> exim-4.34-0 (symlinked)

Also the config file is in /usr/local/etc
the startup script in rc.d is now called mta.sh.

Anyone know how to handle the upgrade correctly?

wdv
06-07-2004, 02:08 PM
Hi,

Maybe you can use this:

http://www.directadmin.com/forum/showthread.php?s=&threadid=2720

rhoekman
06-07-2004, 11:19 PM
Thanks, I'll try to follow those directions and see if they differ on a FBSD 5.x box. And if so I'll post them here..

rhoekman
06-08-2004, 12:13 AM
It installs without complaints but when you send mail to the server it bounces saying:

The original message was received at Tue, 8 Jun 2004 08:04:35 +0200 (CEST)
from -----.xs4all.nl [80.126.xxx.xxx]

----- The following addresses had permanent fatal errors -----
<test@domain.com>
(reason: 550 Administrative prohibition)

----- Transcript of session follows -----
... while talking to mail.domain.com.:
>>> DATA
<<< 550 Administrative prohibition
550 5.1.1 <test@domain.com>... User unknown
<<< 503 valid RCPT command must precede DATA

I rolled it back with with exim.sh script in the directadmin script dir.

Any ideas why it is blocking users?

DirectAdmin Sales
06-14-2004, 04:06 PM
Hello,

I'm not sure how the other port is setup, but it needs to use the /etc/exim.conf file, and not any other exim.conf's (ie: not /etc/exim/exim.conf)

John

rhoekman
06-14-2004, 04:12 PM
It did use the one in /etc but I'm waiting for the official DA package to make sure it is working when I upgrade. Mail is a sacred thing for my users :)

jlasman
06-14-2004, 10:40 PM
My guess is that DA for FreeBSD doesn't use the paths in the ports system.

John?

Mark?

Jeff