By now Im using MailScanner + SpamAssassing + AV and it is working fine
I would like to use Trend Micro InterScan Messagging Security Suite with dbmail

I notice that the differece between using MailScanner and InterScan is
- With MailScanner I do not need to touch the master.cf because it uses the hold and incoming spools from postfix
-  With IMSS I need to define additional daemons for it to work.
The process it follows is an Advance After-Queue-Content-Filter like is defined here:
                              http://www.postfix.org/FILTER_README.html

What I would like to know what command should I define for InterScan at the end of each daemon definition
I just have to change smtp/smtpd to dbmail-smtp ??


Here is the master.cf  and main.cf for dbmail and Interscan

MASTER.CF
dbmail-smtp unix - n n - - pipe

     flags= user=dbmail

     argv=/usr/local/sbin/dbmail-smtp -d ${recipient} -r{sender}


#InterScan MSS: content_filter smtp transport imss for InterScan MSS

imss unix - - n - - *smtp <---- do I have to change this to dbmail-smtp ?
*

      -o disable_dns_lookups=yes

      -o smtp_connect_timeout=$imss_connect_timeout

      -o smtp_data_done_timeout=$imss_timeout

#InterScan MSS: content filter loop back smtpd

localhost:10026 inet n - n - 20 *smtpd <--- do I have to change this to dbmail-smtp of add and argv line ?
*

       -o content_finter=

       -o smtpd_timeout=$imss_timeout

       -o local_recipient_maps=

       -o myhostname=localhost

MAIN.CF
mailbox_transport = dbmail-smtp:
local_recipient_maps = mysql:/etc/postfix/mysql-recipients.cf $alias_maps
mynetworks = 192.168.2.0/24 127.0.0.0/8 mysql:/etc/postfix/sql-relay.cf
default_process_limit=200
imss_timeout=10m
imss_connect_timeout=1s
content_filter = imss:localhost:10025
imss_destination_recipient_limit=200
imss_destination_concurrency_limit=20

Reply via email to