Exim stops: ${perl{save_virtual_user}}

Solden

Verified User
Joined
Oct 1, 2005
Messages
41
Location
Amsterdam, NL
All of a sudden - well nothing happens all of a sudden - but all of a sudden Exim stopped working. It's running, but incoming mail has this error in the log and I fail to understand:

2007-05-09 06:35:04 1HlcWE-0003D2-FO failed to expand condition "${perl{save_virtual_user}}" for virtual_user router: Undefined subroutine &main::save_virtual_user called.

2007-05-09 06:35:04 1HlcWE-0003D2-FO failed to expand condition "${perl{save_virtual_user}}" for virtual_user router: Undefined subroutine &main::save_virtual_user called.

2007-05-09 06:35:04 1HlcWE-0003D2-FO failed to expand condition "${perl{save_virtual_user}}" for virtual_user router: Undefined subroutine &main::save_virtual_user called.

2007-05-09 06:35:04 queue run: process 16014 crashed with signal 11 while delivering 1HlcWE-0003D2-FO


Any ideas, please?
 
Have you recently updated exim.conf to a newer SpamBlocker version?

It appears to me that you may be running an old version of exim.pl. You can get the latest one here; right click on exim.pl and save it to your local system for upload as an ascii file to your server, or directly from your server use:
Code:
http://files.directadmin.com/services/exim.pl
to get the file, and then copy the resulting file over your /etc/exim.pl file. Then restart exim and see if it works now.

Jeff
 
Thanks for the quick reply. Unfortunately it didn't solve the problem (though the exim.pl you gave me was newer).
Exim won't start at all anymore. No error given. :(

Trying to reinstall now

Can it be anything with PEAR modules being not installed?
 
Yes, I will. :)

I just reinstalled et voilà, Exim works like a charm again... :)
Like I said in the first post: nothing happens just suddenly, so I'll look into the logs a bit more what might have happened (maybe even my own mistake).

Thanks for the help.
 
Back
Top