Sender address triggers FILTER smtp-amavis: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
===<h1>What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean?</h1>===
{{BC|Certified}}
<hr>
__FORCETOC__
<br>
<div class="col-md-12 ibox-content">
<h2>Problem:</h2>
===What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean?===
{{WIP}}
 
====Problem====


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


<h2>Solution:</h2>
 
====Solution====


The message 'Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026' is completely harmless and expected.
The message 'Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026' is completely harmless and expected.
Line 18: Line 22:
(Note that this line is logged even before the complete message has been transmitted.)
(Note that this line is logged even before the complete message has been transmitted.)


<code>NOQUEUE:</code> Postfix hasn't assigned a queue-id to this message as of yet.   
<code>NOQUEUE:</code> Postfix hasn't assigned a queue-id to this message as of yet.   


<code>RCPT from external.domain.com:</code> The recipient domain's IP. Note the 'RCPT' -> This log line comes up immediately after RCPT, and before DATA.
<code>RCPT from external.domain.com:</code> The recipient domain's IP. Note the 'RCPT' -> This log line comes up immediately after RCPT, and before DATA.


<code>Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026:</code> This email will be filtered through amavis. By default all sender addresses will be triggered.
<code>Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026:</code> This email will be filtered through amavis. By default all sender addresses will be triggered.


<code>proto=ESMTP:</code> ESMTP will be used
<code>proto=ESMTP:</code> ESMTP will be used


<code>helo=<[x.x.x.x]>:</code> The "helo" was sent from the specified IP.
<code>helo=<[x.x.x.x]>:</code> The "helo" was sent from the specified IP.




This [https://www.mediawiki.org/wiki/Help:Formatting external link] contains more information about formatting.


Submitted by:  Shashank Tewari
Submitted by:  Shashank Tewari

Revision as of 00:00, 31 July 2018

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


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.


This external link contains more information about formatting.

Submitted by: Shashank Tewari

Jump to: navigation, search