Quote:
Originally Posted by datopdog
I have just checked, what you are trying to do is NOT achievable, ASSP is the one accepting the mail on port 25 not exim, it is ASSP that passes the scanned mail to exim.
If exim was listening to port 25 then passing the mail to ASSP your scenario could work.
|
on cPanel servers , using
local_interfaces = 127.0.0.1
daemon_smtp_ports = 125
at the very top of exim.conf , ASSP works great. No other configuration is possible with cpanel servers.
Now , what I am trying to do , is to pass all attachments greater than 1 MB to exim (without passing to ASSP) and all other email to ASSP .
I put the condition above in the first lines of exim.conf .