Configuration
Avira GmbH
Avira AntiVir MailGate
32
hostA,@hostB:user@hostC
If source routing is allowed, the email is sent to hostA, otherwise to hostC.
InEnvelopeAddressesBangIs REFUSED
InEnvelope
Addresses
PercentIs
Percent sign in envelope address
(not in milter mode):
If
REFUSED
is set and a '%' sign is in the recipient's address, the message is
rejected.
If
IGNORED
is set, '%' is treated as a normal sign in the address.
If
INTERPRETED
is set, the recipient's address is transformed into RFC821
standard form. For example, the address
user%hostC%hostB@hostA
is transformed into
@hostA,@hostB:user@hostC
If source routing is allowed, the email is sent to hostA, otherwise to hostC.
InEnvelopeAddressesPercentIs REFUSED
AcceptLoose
DomainName
Checking email domain syntax
(not in milter mode):
A domain name must contain the following characters only: [-.0-9A-Za-z]
The parameter
AcceptLooseDomainName
also allows incorrect domain names.
If the setting is
NO
and the domain name for message delivery is not correct
(depending on source routing), the message is rejected.
If the setting is
YES
, the domain name is not checked. Therefore, even if the
domain is incorrect, the email is forwarded.
AcceptLooseDomainName NO
AddressFilter
Filtering email addresses
:
This option can activate/deactivate the address filter. The default setting is
NO
, i.e.
no address filter is used with the standard installation.
AddressFilter NO
To be able to use the address filter, the following files are necessary:
/etc/avmailgate.ignore
and
/etc/avmailgate.scan
These files contain lines with email addresses and optional S/s (sender) and/or
R/r (recipient) flags. The given email addresses are checked only by SMTP protocol
(MAIL FROM and RCPT TO). The email addresses in the email headers are ignored.
The lists are checked. Checking begins with the first list on
FilterTableOrder
.
When a match is found, the checking is terminated and the configured action
performed.