|
Server : Apache System : Linux vps-1386233.fundacionavanta.org 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : grupobalcacom ( 1010) PHP Version : 7.4.33 Disable Function : NONE Directory : /etc/ |
Upload File : |
BEGIN {
unshift @INC, '/etc/exim/perl';
}
if ( -e '/usr/share/amavis/amavis-filter' && !-e '/etc/noamavis' ) {
do '/usr/share/amavis/amavis-filter';
}
if ( -e '/etc/exim.pl.local' ) {
do '/etc/exim.pl.local';
}
1;