It is true, sometimes you get so many output that it is too difficult to
see the big line.
I know enough from linux and server environments, but my expertise is not
postfix.
Sometimes we need a bit help :)
2014-02-01 Viktor Dukhovni [via Postfix] <
ml-node+s1071664n64870...@n5.nabble.com>:
>
On Fri, Jan 31, 2014 at 03:03:47PM -0800, bensjomic1 wrote:
> Hello Viktor,
>
> It was exactly what it did. I disabled the content filter in main.cf what
> redirect the mail to amavis and now it works.
> If i am correct, already in the settings it go through the amavis filter in
> this setting:
>
Hello Viktor,
It was exactly what it did. I disabled the content filter in main.cf what
redirect the mail to amavis and now it works.
If i am correct, already in the settings it go through the amavis filter in
this setting:
XXX.XXX.XXX.180:smtp inet n - - - - smtpd
-o smtpd_proxy_filter=1
On Fri, Jan 31, 2014 at 09:56:21AM -0800, bensjomic1 wrote:
> content_filter = smtp-amavis:[127.0.0.1]:10024
So unless explicitly overriden by master.cf, your mail is always
sent to amavis on port 10024.
> filter-pipeunix - n n - 10 pipe
> flags=FX user=vmai
bensjomic1:
> Hallo,
>
> Dit is mijn main.cnf
And a s*load of master.cf entries.
Can you identify which path the mail loop is taking? Where
does mail enter Postfix the first time, what is the first filter,
where does mail from that filter come back into Postfix, and so on.
Clearly you have eit
Hallo,
Dit is mijn main.cnf
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner =
bensjomic1:
> Thank you for your answer.
>
> That is what i exactly was doing, after 1,5 days of trying I still not
> can find a solution. The problem is, that when I use the filter,
> following the example of the documentation. I get a loop.
There are many ways that Postfix can report a loop.
Thank you for your answer.
That is what i exactly was doing, after 1,5 days of trying I still not
can find a solution. The problem is, that when I use the filter,
following the example of the documentation. I get a loop.
After trying many different ways i can not find the reason why the
server
bensjomic1:
> Since I use this confuration mail will be not deliverd and also not stored.
> Sometimes it ignores the filter and go directly in the mailbox.
My advice: go back to the working configuration.
Make a first change, and verify that it works.
Then make the second change, and verify that