Sender address triggers FILTER smtp-amavis: Difference between revisions

No edit summary
No edit summary
Line 34: Line 34:




This [https://www.mediawiki.org/wiki/Help:Formatting external link] contains more information about formatting.
{| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10"
 
|'''Submitted by''':  Shashank Tewari
Submitted by:  Shashank Tewari
|}

Revision as of 23:37, 20 August 2018

What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean?

   KB 23364        Last updated on 2018-08-20  




0.00
(0 votes)


Problem

What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean? Is it harmless?


Solution

The message 'Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026' is completely harmless and expected.

A typical log line containing this message looks like :

NOQUEUE: filter: RCPT from external.domain.com[x.x.x.x]: <user@domain.com>: Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026; from=<user@domain.com> to=<user@example.com> proto=ESMTP helo=<[x.x.x.x]>

A breakdown of the log line :

(Note that this line is logged even before the complete message has been transmitted.)

NOQUEUE: Postfix hasn't assigned a queue-id to this message as of yet.  
RCPT from external.domain.com: The recipient domain's IP. Note the 'RCPT' -> This log line comes up immediately after RCPT, and before DATA.
Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026: This email will be filtered through amavis. By default all sender addresses will be triggered.
proto=ESMTP: ESMTP will be used
helo=<[x.x.x.x]>: The "helo" was sent from the specified IP.


Submitted by: Shashank Tewari
Jump to: navigation, search