Forward rejected by yahoo

2015-09-17 Thread Il Neofita
Hi, I have the following problem if I forward an email received from yahoo to an other yahoo account the message is rejected. If I send a message from yahoo -> my server and forwarded to a google account the message is marked as spam, since is considered a spoofed. Can I fixed this adding some hea

Re: Forward rejected by yahoo

2015-09-17 Thread Sebastian Nielsen
No. SPF is designed to be secure, eg you cannot add some header to bypass the authentication, then every phisher would add such a header. What you need to do, is to rewrite the FROM adress or encapsulate the email. Rewriting FROM adress can be as simple as rewriting yourn...@yahoo.com to yourn..

Re: Forward rejected by yahoo

2015-09-17 Thread Il Neofita
Thank you very much for the fast reply. I was looking on sieve or postfix and I do not find how I can do it. Since I believe that will be the best way to do it. Can you help me out? Thank you On Thu, Sep 17, 2015 at 1:51 PM, Sebastian Nielsen wrote: > No. > SPF is designed to be secure, eg you

Re: Forward rejected by yahoo

2015-09-17 Thread Sebastian Nielsen
The best thing here is to set up a header filter that replaces first From: header with your adress, and first To: header with the destination gmail adress. To prevent that any spam blacklisted adresses appear, discard every to: and cc: header after this. Then you ensure the MAIL FROM in the SMTP

Re: Forward rejected by yahoo

2015-09-17 Thread Il Neofita
Thank you very much for the answer. If I modified the headers the user it will not understand why it cannot reply direct to the email. I find strange that sieve do not have an option to encapsulate the email. I will try to modify the headers in order to do some test. Thank you very much to your f

Trouble with ORCPT variable IN RCPT TO command

2015-09-17 Thread Jean-Francois Couture
Hi, Last weekend one of our service provider for our application upgraded there email server (Apache JAMES). And now, there telling us that the ORCPT variable is not supported. or mail bounces with this error: Sep 15 00:35:40 devsys-prod-com-mta01 postfix/smtp[23429]: D01B34127C: to=u...@prov

Re: Trouble with ORCPT variable IN RCPT TO command

2015-09-17 Thread Wietse Venema
Jean-Francois Couture: > Last weekend one of our service provider for our application > upgraded there email server (Apache JAMES). And now, there telling > us that the ORCPT variable is not supported. SMTP servers that announce DSN support and reject ORCPT are BROKEN. You can configure Postfix to

Re: Forward rejected by yahoo

2015-09-17 Thread Benny Pedersen
Sebastian Nielsen skrev den 2015-09-17 19:51: Then you host a own SPF record. no no no no and no SPF is not From: body header do you think about SenderID ? sid-milter test both, SenderID is depricated with a replacement of DKIM

Re: Forward rejected by yahoo

2015-09-17 Thread Ken Peng
You have to setup SRS when forwarding. On 2015/9/18 ζ˜ŸζœŸδΊ” 1:40, Il Neofita wrote: Hi, I have the following problem if I forward an email received from yahoo to an other yahoo account the message is rejected. If I send a message from yahoo -> my server and forwarded to a google account the message

Initial test of postfix 3.0.2

2015-09-17 Thread Tom Browder
I have a brand new installation, from source, of Postfix 3.0.2 on Debian 7, 64-bit. I successfully did the initial local tests for postfix as described in "The Book of Postfix." (Note that I have virtual servers but have not yet configured postfix for handling them.) Then I made my first test fo

Re: Forward rejected by yahoo

2015-09-17 Thread Sebastian Nielsen
If the domain has strict identity alignment set up, then From: body must match MAIL FROM, which must match the SPF record. Thats why you need to replace or encapsulate the From: aswell, incase the sender domain has strict identity aligment set up. -Ursprungligt meddelande- From: Benny

Re: Initial test of postfix 3.0.2

2015-09-17 Thread Noel Jones
On 9/17/2015 9:17 PM, Tom Browder wrote: > I have a brand new installation, from source, of Postfix 3.0.2 on > Debian 7, 64-bit. I successfully did the initial local tests for > postfix as described in "The Book of Postfix." Please note the book is now rather dated. While the examples and gen

Re: Initial test of postfix 3.0.2 [SOLVED}

2015-09-17 Thread Tom Browder
On Thu, Sep 17, 2015 at 9:17 PM, Tom Browder wrote: > I have a brand new installation, from source, of Postfix 3.0.2 on > Debian 7, 64-bit. I successfully did the initial local tests for > postfix as described in "The Book of Postfix." (Note that I have > virtual servers but have not yet config