Podpora FAQ Izobraževanje Kontaktirajte podporo Oddaljeno posredovanje Dokumentacija Izgubljene licence Threat Sense posodobitve Mailing lista
 
 

NOD32 LMS (Postfix)
 

Prepared by NOD32 Hong Kong
May 2004

Introduction

In postfix, emails go into port 25, then postfix-queue delivers the emails to nod32 through port 2526. Postfix receives the scanned emails in port 2526 and delivers to mailbox

add the following in /etc/postfix/main.cf

content_filter=smtp:[127.0.0.1]:2526

OR by the command

postconf -e "content_filter=smtp:[127.0.0.1]:2526"

add the following in /etc/postfix/master.cf

localhost:2525 inet n - n - - smtpd
    -o myhostname=nod32.dummydomain.com
    -o content_filter=
    -o disable_dns_lookups=yes
    -o local_recipient_maps=

restart your postfix and nod32smtp service, follow the instructions or by your means

postfix stop
postfix start

(RedHat)
 

chkconfig --add nod32smtp
service nod32smtp start

(SuSE)
 

chkconfig -a nod32smtp
/etc/init.d/nod32smtp start