Exim got broken

jet1972

Verified User
Joined
Jul 8, 2011
Messages
256
Just executed
./build update
./build update_versions

and got this:

"Exim configuration error in line 666 of /etc/exim.conf
option "srs" unknown"

In the exim.conf there is:

virtual_alaises_nostar:
driver = redirect
srs = forward
...


How to fix it?

Kind regards,
Jan
 
Last edited:
Same problem here but instructions on that link didn't help. I've commented out that srs section.
 
Try this:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set eximconf yes
./build set eximconf_release 4.5
./build set blockcracking yes
./build set easy_spam_fighter yes
./build set spamassassin yes
./build update
./build exim_conf

Best regards
 
Hello,

Updating configs won't add srs support into exim:

Code:
# exim -bV | grep SRS --color -i
Support for: crypteq IPv6 Perl OpenSSL move_frozen_messages Content_Scanning Old_Demime DKIM DNSSEC Event OCSP PRDR Experimental_SPF Experimental_[B]SRS[/B]


To solve the issue exim should be rebuilt.

Code:
cd /usr/local/directadmin/custombuild
./build update
./build exim
 
Same problem here,
./build update
./build exim
doesn´t resolve the problem

I had 4.3 installed, after I runned
cd /usr/local/directadmin/custombuild
./build update
./build set eximconf yes
./build set eximconf_release 4.5
./build set blockcracking yes
./build set easy_spam_fighter yes
./build set spamassassin yes
./build update
./build exim_conf
it went back to the 2.2.1 exim.conf
 
That's quite strange, what mirror are you using?

Code:
cat /usr/local/directadmin/custombuild/options.conf | grep "downloadserver"

Best regards
 
Back
Top