Re: Can't finish installation, need help

2022-06-24 Thread Matus UHLAR - fantomas
telnet localhost 25 220 server.mydomain.net ESMTP Postfix (Debian/GNU) AUTH LOGIN 334 VXNlcm5hbWU6 c29tZXVzZXI= (someuser) 334 UGFzc3dvcmQ6 c29tZXBhc3M= (somepass) 454 4.7.0 Temporary authentication failure: generic failure On Thu, Jun 23, 2022 at 03:09:36AM -0300, Viktor Dukhovni wrote: A

Re: Can't finish installation, need help

2022-06-23 Thread Viktor Dukhovni
On Thu, Jun 23, 2022 at 03:13:33PM -0300, Luc GMail wrote: > I researched and changed a few 'y' options to 'n' in master.conforme so now > a few processes are no longer chrooted. > > I sent out a test message from claws-mail and it worked! Congratulations you have a largely working system. > Bu

Re: Can't finish installation, need help

2022-06-23 Thread Luc GMail
On Thu, Jun 23, 2022 at 13:03:02PM -0300, Viktor Dukhovni wrote: > Your Postfix SMTP service chrooted, you need to provide a mux socket > *inside* the chroot jail, or else (simpler) turn off chroot for the > submission services in master.cf. I researched and changed a few 'y' options to 'n' in ma

Re: Can't finish installation, need help

2022-06-23 Thread Wietse Venema
Luc GMail: > I was wondering if someone was going to decode them. > No, they are not real. I made those up for this message only and I actually > passed them through base64 before pasting. > Thank you for the warning. > Now I wonder what is the point of requiring b64 hashes when they can be > decod

Re: Can't finish installation, need help

2022-06-23 Thread Viktor Dukhovni
On Thu, Jun 23, 2022 at 09:34:35AM -0300, Luc GMail wrote: > Now I wonder what is the point of requiring b64 hashes when they can be > decoded so easily... Use of base64 encoding allows arbitrary binary data to be exchanged via the ASCII text SMTP protocol. It merely resolves an impedance mismat

Re: Can't finish installation, need help

2022-06-23 Thread Luc GMail
On Thu, Jun 23, 2022 at 03:09:36AM -0300, Viktor Dukhovni wrote: >> telnet localhost 25 >> 220 server.mydomain.net ESMTP Postfix (Debian/GNU) >> AUTH LOGIN >> 334 VXNlcm5hbWU6 >> c29tZXVzZXI= (someuser) >> 334 UGFzc3dvcmQ6 >> c29tZXBhc3M= (somepass) >> 454 4.7.0 Temporary authentication failure: g

Re: Can't finish installation, need help

2022-06-22 Thread Viktor Dukhovni
On Wed, Jun 22, 2022 at 04:50:10PM -0300, Luc GMail wrote: > Many thanks for the replies I've got so far. They helped, and now I > have postfix running with SASL, and both ports 587 and 465 answer on > telnet. But I still can't authenticate: > > telnet localhost 25 > 220 server.mydomain.net ESMTP

Re: Can't finish installation, need help

2022-06-22 Thread P V Anthony
On 23/6/2022 1:20 am, Luc GMail wrote: Many thanks for the replies I've got so far. They helped, and now I have postfix running with SASL, and both ports 587 and 465 answer on telnet. But I still can't authenticate: This may not be very helpful at this stage but here goes. Checkout ispconfig.

Re: Can't finish installation, need help

2022-06-22 Thread Luc GMail
Many thanks for the replies I've got so far. They helped, and now I have postfix running with SASL, and both ports 587 and 465 answer on telnet. But I still can't authenticate: telnet localhost 25 220 server.mydomain.net ESMTP Postfix (Debian/GNU) AUTH LOGIN 334 VXNlcm5hbWU6 c29tZXVzZXI= 334 UGFzc

Re: Can't finish installation, need help

2022-06-22 Thread Claus R. Wickinghoff
Hi Viktor, thanks for clarification. I'll modify my setup here accordingly. Groetjes Claus Am 21.06.22 um 23:13 schrieb Viktor Dukhovni: On Tue, Jun 21, 2022 at 10:42:33PM +0200, Claus R. Wickinghoff wrote: > smtpd_tls_cert_file=/etc/letsencrypt/live/mydomain.net/fullchain.pem > smtp

Re: Can't finish installation, need help

2022-06-21 Thread Bill Cole
On 2022-06-21 at 16:17:23 UTC-0400 (Tue, 21 Jun 2022 17:17:23 -0300) Luc GMail is rumored to have said: Hi. I've been trying to properly install and run postfix with no success. I've read many recipes and instructions and made many attempts and something always fails. FWIW: The best Postfix

Re: Can't finish installation, need help

2022-06-21 Thread Viktor Dukhovni
On Tue, Jun 21, 2022 at 10:42:33PM +0200, Claus R. Wickinghoff wrote: > > smtpd_tls_cert_file=/etc/letsencrypt/live/mydomain.net/fullchain.pem > > smtpd_tls_key_file=/etc/letsencrypt/live/mydomain.net/privkey.pem > > In my setup i have also a third line for the ca-certificate: > > smtpd_tls_CA

Re: Can't finish installation, need help

2022-06-21 Thread Claus R. Wickinghoff
Hi, the certbot and apache stuff is not postfix related. Did you check, that these two files are there: > smtpd_tls_cert_file=/etc/letsencrypt/live/mydomain.net/fullchain.pem > > smtpd_tls_key_file=/etc/letsencrypt/live/mydomain.net/privkey.pem >