Re: Postfix timeout after data MTU size question

2016-09-21 Thread Harald Paulsen
is there an old cisco pix firewall, or any other firewall with packet inspection involved? Harald Sent from my iPad > On 22. sep. 2016, at 06.24, Joseph Thibeault wrote: > > We use postfix as a mail queue / sending service in one of our applications. > This application generates emails with

Postfix timeout after data MTU size question

2016-09-21 Thread Joseph Thibeault
We use postfix as a mail queue / sending service in one of our applications. This application generates emails with PDF attachments. Some of the emails with PDFs get sent fine, but others seem to cause a "timeout after DATA" error. Through reading online, I've seen answers such as adjusting the MT

Re: TLD blocking revisited

2016-09-21 Thread @lbutlr
On Tue Sep 20 2016 18:40:17 Sebastian Nielsensaid: > > I would really suggest using DISCARD instead of "500 This TLD sends spam - g > e t lost.". > Thus the spammer dosen't get to know he got stuck in a spam filter and can > update their tools to bypass it. > > DISCARD accepts the mail but th

DISCARD vs REJECT (Was: Re: TLD blocking revisited)

2016-09-21 Thread Bill Cole
On 20 Sep 2016, at 20:40, Sebastian Nielsen wrote: I would really suggest using DISCARD instead of "500 This TLD sends spam - g e t lost.". Thus the spammer dosen't get to know he got stuck in a spam filter and can update their tools to bypass it. Note that in this specific case of junk TLD

Re: Moved Postfix to new server; Gmail now silently dropping messages sent from it

2016-09-21 Thread robert . wolfe
On 2016-09-21 10:54, Alex Hall wrote: I may have phrased it wrong. Here's the line from the log: Sep 21 10:44:07 server postfix/smtp[3623]: A710260D2F: to=, relay=smtp.mandrillapp.com [3][52.6.223.177]:25, delay=0.25, delays=0.01/0.01/0.19/0.04, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as D

Re: Moved Postfix to new server; Gmail now silently dropping messages sent from it

2016-09-21 Thread Noel Jones
That log entry says the message was successfully delivered to your relayhost, and is normal. From that point, it's the relayhost's responsibility to either deliver the message or return it if it's not deliverable. The next line in the log probably says queueid A710260D2F removed, which is also no

Re: Moved Postfix to new server; Gmail now silently dropping messages sent from it

2016-09-21 Thread Alex Hall
I may have phrased it wrong. Here's the line from the log: Sep 21 10:44:07 server postfix/smtp[3623]: A710260D2F: to=< otheru...@domain.com>, relay=smtp.mandrillapp.com[52.6.223.177]:25, delay=0.25, delays=0.01/0.01/0.19/0.04, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as DCD3326817) On Wed, S

Re: Moved Postfix to new server; Gmail now silently dropping messages sent from it

2016-09-21 Thread Wietse Venema
Alex Hall: > Thanks everyone. I removed domain.com and local.domain.com from > mydestinations, and set relay_domains = domain.com. Suddenly, everything > started to work! My logs say that outgoing emails have a status of 252.0.0, > in case that's anything I should worry about? Yes, you should worr

Re: Moved Postfix to new server; Gmail now silently dropping messages sent from it

2016-09-21 Thread Alex Hall
Thanks everyone. I removed domain.com and local.domain.com from mydestinations, and set relay_domains = domain.com. Suddenly, everything started to work! My logs say that outgoing emails have a status of 252.0.0, in case that's anything I should worry about? On Wed, Sep 21, 2016 at 10:02 AM, Noel

Re: cosmetics: authentication success not logged

2016-09-21 Thread Wietse Venema
A. Schulze: > > A. Schulze: > > > Am 18.09.2016 um 14:39 schrieb Wietse Venema: > >> As in the patch below. > > Hello Wietse, > > there are multiple places where such loglines are written: Those are irrelevant, because they either happen after smtpd has already logged the sasl user name, or be

Re: TLD blocking revisited

2016-09-21 Thread Wietse Venema
James Reynolds: > I use check_sender_access and DISCARD to throw away about 1500-4000 > messages a day from .top domains (which is about the volume of my > legit email). I looked into it and most of them are registered > to namecheap.com, which appears to sell the names for for $.98 > each. I did

Re: cosmetics: authentication success not logged

2016-09-21 Thread A. Schulze
A. Schulze: Am 18.09.2016 um 14:39 schrieb Wietse Venema: As in the patch below. Hello Wietse, there are multiple places where such loglines are written: $ find . -name '*.c' | xargs grep helo= ./src/cleanup/cleanup_message.c: vstring_sprintf_append(state->temp1, " helo=<%s>", att

Re: Moved Postfix to new server; Gmail now silently dropping messages sent from it

2016-09-21 Thread Noel Jones
On 9/21/2016 8:55 AM, Fazzina, Angelo wrote: > I think this is the issue ? > > > > mynetworks = 127.0.0.0/8, [::1]/128 > > No, unrelated. -- Noel Jones

RE: Moved Postfix to new server; Gmail now silently dropping messages sent from it

2016-09-21 Thread Fazzina, Angelo
Forget what I said, you said this I'm setting up Request Tracker for internal use, which requires a Linux system to run So Mynetworks is likely fine. I agree with Noel Jones. -ALF -Angelo Fazzina Operating Systems Programmer / Analyst University of Connecticut,  UITS, SSG-Linux/ M&C 860-486-90

Re: TLD blocking revisited

2016-09-21 Thread James Reynolds
I use check_sender_access and DISCARD to throw away about 1500-4000 messages a day from .top domains (which is about the volume of my legit email). I looked into it and most of them are registered to namecheap.com, which appears to sell the names for for $.98 each. I did a little research into

Re: Moved Postfix to new server; Gmail now silently dropping messages sent from it

2016-09-21 Thread Noel Jones
On 9/21/2016 8:42 AM, Alex Hall wrote: > I just sent a test message to my work address. The log is below. > Following that, I'll post postconf -n. Obviously, I've changed the > server name to just 'server' and our domain to 'domain.com > '. After I send this, I'm going to enable

RE: Moved Postfix to new server; Gmail now silently dropping messages sent from it

2016-09-21 Thread Fazzina, Angelo
I think this is the issue ? mynetworks = 127.0.0.0/8, [::1]/128 -Angelo Fazzina Operating Systems Programmer / Analyst University of Connecticut, UITS, SSG-Linux/ M&C 860-486-9075 From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf O

Re: Moved Postfix to new server; Gmail now silently dropping messages sent from it

2016-09-21 Thread Alex Hall
On Wed, Sep 21, 2016 at 9:45 AM, Ralf Hildebrandt wrote: The mail was delivered locally. Wasn't your issue with gmail? Yes, but I hoped that some obscure message in the log might indicate the problem Gmail had, or else that my configuration would reveal some obvious thing I have to do for Gmail t

Re: Moved Postfix to new server; Gmail now silently dropping messages sent from it

2016-09-21 Thread Ralf Hildebrandt
* Alex Hall : > I just sent a test message to my work address. The log is below. Following > that, I'll post postconf -n. Obviously, I've changed the server name to > just 'server' and our domain to 'domain.com'. After I send this, I'm going > to enable debug-level logging and see what that tells m

Re: Moved Postfix to new server; Gmail now silently dropping messages sent from it

2016-09-21 Thread Alex Hall
I just sent a test message to my work address. The log is below. Following that, I'll post postconf -n. Obviously, I've changed the server name to just 'server' and our domain to 'domain.com'. After I send this, I'm going to enable debug-level logging and see what that tells me, if anything. I'm ho

Re: TLD blocking revisited

2016-09-21 Thread Allen Coates
On 21/09/16 02:35, Jim Reid wrote: > Spammers generally don’t pay that level of attention to SMTP responses, far > less fine-tune their address lists and tools. These morons just find a victim > host or botnet to blast out crap to a bazillion email addresses, not caring > if any of them work o