Installation manual

34
server_addr = “localhost“
server_port=2525
In the following we provide the [smtp] section with the reference to special conguration le nod32smtp_spec.cfg’
where the black-list or white-list will be dened.
[smtp]
agent_enabled = yes
listen_addr = “localhost“
listen_port=2526
server_addr = “localhost“
server_port=2525
user_cong=“nod32smtp_spec.cfg“
Now it is necessary to create the referenced le within NOD32 conguration directory and provide it with the
appropriate content related with the black-list or white-list denitions.
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 conguration le:
[black-list]
action_on_processed = reject
and we have to create individual sections for senders 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
conguration le:
[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
NOD32 for Linux/BSD Mail Server