Re: I wonder if I get this email...

2016-05-12 Thread Viktor Dukhovni
On Fri, May 13, 2016 at 06:49:28AM +0100, lejeczek wrote: > I use Yahoo free of charge mail service, about two weeks ago I stopped > getting my own messages I send to any list. To many lists. The postfix-users list should be DMARC-compatible. > It is a sticky wicket I understand, but maybe some

I wonder if I get this email...

2016-05-12 Thread lejeczek
hi everybody. I'm a subscriber to a few mailing lists, for a good number of years now, but recently something very annoying happened and I'm hoping postfix list here there is someone could suggest some troubleshooting that may resolve this problem. I use Yahoo free of charge mail service, ab

status=bounced (User unknown in virtual alias table)

2016-05-12 Thread Frederick Mengin
Hi list, I'm getting this error: May 12 21:53:15 altair postfix/error[19875]: DB8D1C10BC: to=, orig_to=, relay=none, delay=0.3, delays=0.3/0/0/0, dsn=5.1.1, status=bounced (User unknown in virtual alias table) and just can't figure out what I'm doing wrong. Had a very similiar setup working

Re: 452 4.3.1 Insufficient system storage

2016-05-12 Thread Joe Acquisto-j4
Turns out, the actual number of recipients is closer to 3500 addressees. That may be giving the server a belly full after all. Presume the simplest way to deal is to add a disk (VM is wonderful) and tell postfix to use that space to it's hearts content via spool definition in /etc/postifx/ma

452 4.3.1 Insufficient system storage

2016-05-12 Thread Joe Acquisto-j4
Postfix version 2.5.6 being used as a relay for chatty internal processes. Suddenly, one of them is complaining of this error, in the midst of a 250 ish recipient email. With attachment of some size. ". . .postfix/smtpd[15953]: NOQUEUE: reject: MAIL from unknown[192.168.aa.bb]: 452 4.3.1

Re: Howto avoid 8BITMIME

2016-05-12 Thread Wietse Venema
Use a dummy SMTP-based after-queue content filter to force 8->7 conversion, then DKIM sign the message with the smtpd+cleanup+milter after the filter. [Sorry, no ASCII art. Responding over a verry slow 3G link] Wietse

Howto avoid 8BITMIME

2016-05-12 Thread A. Schulze
Hello, again I struggled about the 8BITMIME SMTP-Extension. The RFC - initial version published in 1993 - is not as widely adopted as one may expect. In fact even largest mailprovider do not announce 8BITMIME. That forces any RFC conforming MTA to reject or convert the message into valid 7-

Re: Mail is not being rejected with check_policy_server when SPF fails?

2016-05-12 Thread Brett @Google
On Thu, May 12, 2016 at 10:41 AM, wrote: > > [...] > HELO_reject = Fail > Mail_From_reject = Fail > PermError_reject = True > TempError_Defer = False > [...] > What about checking seedOnly = x, if that set wrongly the policyd will put headers in emails and log failures, b