server_addr = "localhost"
server_port = 2525
In the following we provide the [smtp] section with the reference to special configuration file 'nod32smtp_spec.cfg'
where the black-list or white-list will be defined.
[smtp]
agent_enabled = yes
listen_addr = "localhost"
listen_port = 2526
server_addr = "localhost"
server_port = 2525
user_config = "nod32smtp_spec.cfg"
Now it is necessary to create the referenced file within NOD32 configuration directory and provide it with the
appropriate content related with the black-list or white-list definitions.
In order to create black-list for sender's e-mail addresses 'sndrname1@sndrdomain1.com' , 'sndrname2@
sndrdomain2.com' , we have to create the following group section within the referenced special configuration file:
[black-list]
action_on_processed = reject
and we have to create individual sections for sender's e-mail addresses 'sndrname1@sndrdomain1.com' ,
'sndrname2@sndrdomain2.com' , that will be a member of the 'black-list' group.
[|sndrname1@sndrdomain1.com]
parent_id = "black-list"
[|sndrname2@sndrdomain2.com]
parent_id = "black-list"
With the setting above all e-mails coming from the address 'sndrname1@sndrdomain1.com' , resp. from the address
'sndrname2@sndrdomain2.com' will be rejected.
On the other hand, if we want to create the white-list for recipient's addresses 'rcptname1@rcptdomain1.
com' , 'rcptname2@rcptdomain2.com' , we have to create the following group section within the referenced special
configuration file:
[white-list]
action_on_processed = accept
av_enabled = no
as_enabled = no
and we have to create individual sections for recipient's e-mail addresses 'rcptname1@rcptdomain1.com' ,
'rcptname2@rcptdomain2.com' , that will be a member of the 'white-list' group.
[rcptname1@rcptdomain1.com]
parent_id = "white-list"
[rcptname2@rcptdomain2.com]
parent_id = "white-list"
Now, all e-mails addressed to recipients 'rcptname1@rcptdomain1.com' , 'rcptname2@rcptdomain2.com' will be
3
NOD32 for Linux/BSD Mail Server
Need help?
Do you have a question about the NOD32 ANTIVIRUS - FOR LINUX-BSD MAIL SERVER and is the answer not in the manual?