no SASL authentication mechanisms

2015-10-11 Thread niya levi
hi everyone i have postfix dovecot and postgresql installed on arch linux, the server delivers mail correctly without sasl enabled when i setup and enable sasl and telnet from localhost or from a remote connection i get 'Connection closed by foreign host' immediately and i get in the logs no SASL

Re: no SASL authentication mechanisms

2015-10-11 Thread Patrick Ben Koetter
* niya levi : > nano /etc/dovecot/dovecot.conf > > service auth { > unix_listener /var/spool/postfix/private/auth { > group = postfix > mode = 0666 > user = postfix > } > } No reason to let others read auth data. Make that: mode = 0660 > postconf -n > broken_sasl_auth_clients =

aliased domain works for test user, doesn't for another

2015-10-11 Thread Voytek
I have Postfix/MySQL/Postfixadmin/Dovecot, using postfixadmin I've aliased one domain to another using a mailbox for myself for testing, sent emails to aliased domain, both from outside (gmail) and through this server, receiving OK to my own mailbox. BUT, when tried sending to a different user, g

Re: no SASL authentication mechanisms

2015-10-11 Thread niya levi
On 11/10/15 11:49, Patrick Ben Koetter wrote: > * niya levi : >> nano /etc/dovecot/dovecot.conf >> >> service auth { >> unix_listener /var/spool/postfix/private/auth { >> group = postfix >> mode = 0666 >> user = postfix >> } >> } > No reason to let others read auth data. Make that

Re: Error: queue file write error

2015-10-11 Thread Dan Lists
On Sat, Oct 10, 2015 at 2:23 PM, Wietse Venema wrote: > Dan Lists: > > > > Out: 451 4.3.0 Error: queue file write error > > Oct 10 09:13:39 nook postfix/cleanup[18080]: fatal: pcre map > > /usr/local/etc/postfix/body_checks, line 17: matched text exceeds buffer > > limit > > Yes, in case of trou

Re: no SASL authentication mechanisms

2015-10-11 Thread Patrick Ben Koetter
* niya levi : > > > On 11/10/15 11:49, Patrick Ben Koetter wrote: > > * niya levi : > >> nano /etc/dovecot/dovecot.conf > >> > >> service auth { > >> unix_listener /var/spool/postfix/private/auth { > >> group = postfix > >> mode = 0666 > >> user = postfix > >> } > >> } > > No reas

Re: no SASL authentication mechanisms

2015-10-11 Thread niya levi
On 11/10/15 15:57, Patrick Ben Koetter wrote: > * niya levi : >> >> On 11/10/15 11:49, Patrick Ben Koetter wrote: >>> * niya levi : nano /etc/dovecot/dovecot.conf service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0666 >>>

PATCH: Error: queue file write error

2015-10-11 Thread Wietse Venema
Dan Lists: > > The PCRE client does not know the queue ID, and the SMTP daemon > > does not know that the PCRE client aborted (nor does the SMTP daemon > > know why). This will not change. Logging the full execution context > > for every possible error comes with a significant cost. > > > > clean

Re: aliased domain works for test user, doesn't for another

2015-10-11 Thread @lbutlr
On Oct 11, 2015, at 5:51 AM, Voytek wrote: > fails to b...@aa.com Are you actually sending emails to American Airlines? I’m guessing not. Please do not try to obfuscate your domains by using other people’s domains. Example.com, example.net, and example.org exist precisely for this purpose. --

Re: Error: queue file write error

2015-10-11 Thread @lbutlr
On Oct 11, 2015, at 8:55 AM, Dan Lists wrote: > %https?://[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*/public/% REJECT [0-9]* means “Zero or more of 1-9” And you have 4 of those. [0-9]{1,3}\.){3}[0-9]{1,3} Would be much safer. Or even [1-2]?[0-9]?[0-9]\.[1-2]?[0-9]?[0-9]\.[1-2]?[0-9]?[0-9]\.[1-2]?[0-9]?[0

Postfix stable release 3.0.3 and legacy releases 2.11.7, 2.10.9, and 2.9.15

2015-10-11 Thread Wietse Venema
[An on-line version of this announcement will be available at http://www.postfix.org/announcements/postfix-3.0.3.html] Postfix stable release 3.0.3 is available, as well as legacy releases 2.11.7, 2.10.9, and 2.9.15. Fixed in Postfix 2.9 and later: * The Postfix Milter client aborted with a pa

Re: Postfix stable release 3.0.3 and legacy releases 2.11.7, 2.10.9, and 2.9.15

2015-10-11 Thread Viktor Dukhovni
On Sun, Oct 11, 2015 at 07:59:40PM -0400, Wietse Venema wrote: > Postfix stable release 3.0.3 is available, as well as legacy releases > 2.11.7, 2.10.9, and 2.9.15. The source tarball is missing for 2.9.15. For the other releases I am getting an "invalid armor header" warning with the new gpg1 a