Sender address triggers FILTER smtp-amavis: Difference between revisions

(Created page with "===<h1>What does "Sender address triggers FILTER smtp-amavis:[127.0.0.1]:10026" mean?</h1>=== <hr> <br> <h2>Problem:</h2> What does "Sender address triggers FILTER smtp-amavi...")
 
No edit summary
(6 intermediate revisions by 2 users not shown)
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?=
{{KB|{{ZC}}||||}}
{{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 12: Line 17:
A typical log line containing this message looks like :
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=
  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]>
<user@domain.com> to=<user@example.com> proto=ESMTP helo=<[x.x.x.x]>


A breakdown of the log line :
A breakdown of the log line :
Line 19: Line 23:
(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.)


  NOQUEUE:
  <code>NOQUEUE:</code> Postfix hasn't assigned a queue-id to this message as of yet.   
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:
  <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.
ESMTP will be used


<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.


  helo=<[x.x.x.x]>:
  <code>proto=ESMTP:</code> ESMTP will be used
The helo was sent from the specified IP.


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




"Shashank Tewari"
{| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10"
|'''Submitted by''':  Shashank Shekhar Tewari
|}


<stewari@zimbra.com>
{{Article Footer|ZCS 8.8, 8.7, 8.6|2017-08-23}}

Revision as of 23:57, 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 Shekhar Tewari
Verified Against: ZCS 8.8, 8.7, 8.6 Date Created: 2017-08-23
Article ID: https://wiki.zimbra.com/index.php?title=Sender_address_triggers_FILTER_smtp-amavis Date Modified: 2018-08-20



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search