Customize exim.pl or specify an alternative?

sparek

Verified User
Joined
Jun 27, 2019
Messages
465
Is there a kosher way to add subroutines to /etc/exim.pl? Or specify an alternative to /etc/exim.pl in the exim.conf?

Or could I suggest that you add something like:

Code:
if ( -e "/etc/exim.custom.pl" ) {
    do '/etc/exim.custom.pl';
}

at the end of the exim.pl provided by DirectAdmin?

That way I would be able to add custom subroutines to /etc/exim.custom.pl for this purpose.
 
Back
Top