|
|
If the address returned is jdoe@myhost.eng.company.com, the domain part matches a rule in the l channel section. If the address matches the address previously looked up in the alias table, the destination channel is set to l (/var/mail) and the message is enqueued. If it does not match, the same operation is reiterated until it stabilizes on one address, the limit of the alias lookup is reached, or a self reference (a:b, b:c, c:a) is found. In the last two cases, the address is not resolved, which causes the messages to be bounced (unknown user error message). The alias lookup default is 10. This value can be changed by configuring the MAX_ALIAS_LEVELS option in the option file. |