Re: submission port woes

2015-10-13 Thread niya levi
On 13/10/15 04:41, Viktor Dukhovni wrote: > On Tue, Oct 13, 2015 at 02:11:59AM +0100, niya levi wrote: > >> I can connect to smtpd and SASL with TLS on port 25, >> but port 587 only responds with connected, then hangs >> for a while, then quits without any certif

submission port woes

2015-10-12 Thread niya levi
hi everyone i can connect to smtpd and sasl with tls on port 25 but port 587 only responds with connected then hangs for a while then quits without any certificate activity. is my submission section in master.cf incorrect ? [root@testy worker]# openssl s_client -starttls smtp -connect

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 niya levi
On 11/10/15 11:49, Patrick Ben Koetter wrote: > * niya levi <niyal...@gmail.com>: >> nano /etc/dovecot/dovecot.conf >> >> service auth { >> unix_listener /var/spool/postfix/private/auth { >> group = postfix >> mode = 0666 >> user =

Re: no SASL authentication mechanisms

2015-10-11 Thread niya levi
On 11/10/15 15:57, Patrick Ben Koetter wrote: > * niya levi <niyal...@gmail.com>: >> >> On 11/10/15 11:49, Patrick Ben Koetter wrote: >>> * niya levi <niyal...@gmail.com>: >>>> nano /etc/dovecot/dovecot.conf >>>> >>>

re:postgresql table does not exist error

2015-10-08 Thread niya levi
> Date: From: Subject: [none] hi everyone i have installed and > configured postgresql postfix and dovecot on arch linux the database > called mail has this table and is owned by mailreader CREATE TABLE > "al" ( alias text NOT NULL, email text NOT NULL ); the postfix file >

postgresql table does not exist error

2015-10-05 Thread niya levi
hi everyone i have installed and configured postgresql postfix and dovecot on arch linux the database called mail has this table and is owned by mailreader CREATE TABLE "al" ( alias text NOT NULL, email text NOT NULL ); the postfix file