Re: [exim] Ongoing email issues

Top Page
Delete this message
Reply to this message
Author: Lena
Date:  
To: exim-users
Subject: Re: [exim] Ongoing email issues
> > FreeBSD

> If you can, please try building the exim-4_89_RC6


How to:
cd /usr/ports/distfiles/exim
fetch https://ftp.exim.org/pub/exim/exim4/test/exim-4.89_RC6.tar.bz2
cd /usr/ports/mail/exim
make clean extract
cd work
tar xof /usr/ports/distfiles/exim/exim-4.89_RC6.tar.bz2
mv exim-4.89_RC6 exim-4.89
cd ..
sed -i.bak -e 's/4.88/4.89/' Makefile
cd files
rm patch-pass-fd-to-tcpwrappers
fetch http://lena.kiev.ua/patch-pass-fd-to-tcpwrappers
cd /usr/ports/mail/exim
make all deinstall reinstall clean