Re: [Exim] Installation questions on FreeBSD

Top Page
Delete this message
Reply to this message
Author: Igor Karpov
Date:  
To: Christian Schmidt
CC: exim-users
Subject: Re: [Exim] Installation questions on FreeBSD
Christian Schmidt wrote:
> Hello Enoch,
>
> Enoch Chan, 26.01.2004 (d.m.y):
>
>
>>This is my first post.
>
>
> Congratulation. ;-)
>
>
>>I just installed Exim 4.30 on my FreeBSD box using
>>the port. When I read the documentation, I found that I need to install
>>Berkeley DB and add user exim PRIOR to make install. Does make install in
>>FreeBSD automatically create the exim user for me?
>
>
> Yes, when installing from /usr/ports/andsoon, "make install" will
> "automatically" fetch, build and install the other "dependencies".
>
>
>>Can I add it after the installation?
>
>
> Well, I think so, but IMO it isn't necessary: Just have a look at the
> configuration file located in /usr/local/etc/exim for a hint which
> user and group id exim will run under.
>
>
>>Also, I read somewhere that Berkeley (an older version)
>>should come with FreeBSD. Is it true that I don't need to install the
>>latest version to get it to work with Exim?
>
>
> As I mentioned before: When installing from the FreeBSD Ports Tree,
> you won't have to bother about installing additional "dependencies" as
> it is done automatically...


The only thing you may want to do manually is

%rm /etc/periodic/daily/150.clean-hoststat \
/etc/periodic/daily/460.status-mail-rejects

%cp /usr/ports/mail/exim/files/150.exim-tidydb.sh \
/etc/periodic/daily/150.exim-tidydb

%cp /usr/ports/mail/exim/files/460.exim-mail-rejects.sh \
/etc/periodic/daily/460.exim-mail-rejects

%chmod +x /etc/periodic/daily/*.exim*