SASL: private/smtp socket: malformed response

2012-02-12 Thread Per olof Ljungmark
All, I'm in the process of updating OS and software on my laptop and got into a problem I've never seen before. OS is FreeBSD 9-STABLE Postfix is 2.9.0 Sending mail works, - Unencrypted to port 25 - With TLS to port 465 and 587 but does NOT work authenticated with SASL. My guess is I screwed som

Re: SASL: private/smtp socket: malformed response

2012-02-12 Thread Wietse Venema
Per olof Ljungmark: > Feb 12 00:10:18 x61s-po postfix/smtp[31030]: warning: per-session SASL > client initialization: generic failure > Feb 12 00:10:18 x61s-po postfix/smtp[31030]: fatal: SASL per-connection > initialization failed Your (Cyrus) SASL library reports a generic failure. This is as go

Re: SASL: private/smtp socket: malformed response

2012-02-12 Thread Per olof Ljungmark
On 02/12/12 20:15, Wietse Venema wrote: > Per olof Ljungmark: >> Feb 12 00:10:18 x61s-po postfix/smtp[31030]: warning: per-session SASL >> client initialization: generic failure >> Feb 12 00:10:18 x61s-po postfix/smtp[31030]: fatal: SASL per-connection >> initialization failed > > Your (Cyrus) SAS

Suppressing received-from line when mail is from authenticated MUA

2012-02-12 Thread Alex Bligh
A server I run (let's say mail.example.com) inserts a mail header similar to the one below, when it receives mail either via normal SMTP from another MTA, or when it receives mail from an authenticated MUA. Received: from [10.10.10.10] (1.1.200.192.example.com [192.200.1.1]) by mail.examp

Re: Suppressing received-from line when mail is from authenticated MUA

2012-02-12 Thread Reindl Harald
Am 12.02.2012 21:21, schrieb Alex Bligh: > A server I run (let's say mail.example.com) inserts a mail header > similar to the one below, when it receives mail either via normal > SMTP from another MTA, or when it receives mail from an authenticated > MUA. > > Received: from [10.10.10.10] (1.1.20

Re: SASL: private/smtp socket: malformed response

2012-02-12 Thread Wietse Venema
Per olof Ljungmark: > On 02/12/12 20:15, Wietse Venema wrote: > > Per olof Ljungmark: > >> Feb 12 00:10:18 x61s-po postfix/smtp[31030]: warning: per-session SASL > >> client initialization: generic failure > >> Feb 12 00:10:18 x61s-po postfix/smtp[31030]: fatal: SASL per-connection > >> initializat

Re: Suppressing received-from line when mail is from authenticated MUA

2012-02-12 Thread Noel Jones
On 2/12/2012 2:21 PM, Alex Bligh wrote: > A server I run (let's say mail.example.com) inserts a mail header > similar to the one below, when it receives mail either via normal > SMTP from another MTA, or when it receives mail from an authenticated > MUA. > > Received: from [10.10.10.10] (1.1.200.1

Adding envelope-from in Received headers

2012-02-12 Thread Nikolaos Milas
Hello, I've noticed that message Received headers do not include the envelope-from address. Is there a way to include the envelope-from address in message Received headers? I am running Postfix 2.8.x (built from source). Thanks, Nick