Auto responder doesn't work

prophecy

Verified User
Joined
Jul 8, 2003
Messages
205
Just tried the autoresponder and it doesn't work. No error, but doesn't send anything back. Does this work when you are using a catch all address?
 
When DA is updated will this include this bugfix? Because I can do it manually but since I'm afraid of anything going wrong I'd prefer to let DA update do it ;)
 
Hello,

Since many people customize their /etc/exim.conf file, we can't overwrite it without making them mad :). Updating the exim.conf is quite simple, just do the following (you can even just paste this into ssh):
Code:
cd /etc
cp -f exim.conf exim.conf.back
wget -O exim.conf http://files.directadmin.com/services/exim4.conf
/sbin/service exim restart
That's it!

John
 
Back
Top