Re: Question getting Mail.app working with PostFix SMTP

2019-09-21 Thread Daniel Miller
On 9/21/2019 9:23 PM, John Dale wrote: Ugh .. still having trouble getting apple's mail client to work with postfix SMTP settings. I'm not seeing anything in the logs that I can make sense of: [...] Explain it to me like I'm five, please .. what are the SMTP settings that I need to be most c

Re: Question getting Mail.app working with PostFix SMTP

2019-09-21 Thread @lbutlr
On Sep 21, 2019, at 10:32 PM, Viktor Dukhovni wrote: > Most likely because it sees no SASL support announced. Perhaps it is > connecting > to port 25 and not 587. You should consider (if not the case already) adding: > > -o syslog_name=postfix/submission This is what I have own master.

Re: Question getting Mail.app working with PostFix SMTP

2019-09-21 Thread Viktor Dukhovni
> On Sep 22, 2019, at 12:23 AM, John Dale > wrote: > > I'm not seeing anything in the logs that I can make sense of: > > Sep 22 04:12:50 mx postfix/smtpd[30354]: connect from > unknown[the.ip.address.ofmynetwork] > Sep 22 04:12:51 mx postfix/smtpd[30354]: disconnect from > unknown[the.ip.addr

Re: Question getting Mail.app working with PostFix SMTP

2019-09-21 Thread John Dale
Ugh .. still having trouble getting apple's mail client to work with postfix SMTP settings. I'm not seeing anything in the logs that I can make sense of: Sep 22 04:12:50 mx postfix/smtpd[30354]: connect from unknown[the.ip.address.ofmynetwork] Sep 22 04:12:51 mx postfix/smtpd[30354]: disconnec

Re: Error 46 with TLS

2019-09-21 Thread Thilo Molitor
Do you know what client sends the alert? Maybe it is misconfigured... Am 21. September 2019 21:26:14 MESZ schrieb "@lbutlr" : >On Sep 21, 2019, at 12:17 PM, Dominic Raferd >wrote: >> smtpd_tls_cert_file = >/etc/letsencrypt/live/streamingbats.co.uk/fullchain.pem >> smtpd_tls_key_file = >/etc/letse

Re: Error 46 with TLS

2019-09-21 Thread @lbutlr
On Sep 21, 2019, at 12:17 PM, Dominic Raferd wrote: > smtpd_tls_cert_file = /etc/letsencrypt/live/streamingbats.co.uk/fullchain.pem > smtpd_tls_key_file = /etc/letsencrypt/live/streamingbats.co.uk/privkey.pem > > Should I be setting any other parameters? That works here. -- "You never really

Re: Error 46 with TLS

2019-09-21 Thread Dominic Raferd
On Sat, 21 Sep 2019 at 18:42, Viktor Dukhovni wrote: > > > On Sep 21, 2019, at 9:03 AM, benoit wrote: > > > > I have a problem with my postfix sever, I can't connect with TLS, I have > > this error: > > > > Sep 21 10:40:32 jolly postfix/smtpd[23341]: warning: TLS library problem: > > error:1409

Re: Error 46 with TLS

2019-09-21 Thread Viktor Dukhovni
> On Sep 21, 2019, at 9:03 AM, benoit wrote: > > I have a problem with my postfix sever, I can't connect with TLS, I have this > error: > > Sep 21 10:40:32 jolly postfix/smtpd[23341]: warning: TLS library problem: > error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate > unknown

Re: Error 46 with TLS

2019-09-21 Thread Matus UHLAR - fantomas
On Sat, 2019-09-21 at 16:13 +0200, Matus UHLAR - fantomas wrote: with letsencrypt (and most other certificate authorities), servers need to provide intermediate certificate in addition to their own cert. postfix does not have separate configuration directive for CA chain file (as apache, proftpd

Re: postfix multi-instances use the same port 25

2019-09-21 Thread feier8097
I solved the problem, I forgot to start the postfix2. thanks a lot. -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html

Re: postfix multi-instances use the same port 25

2019-09-21 Thread Wietse Venema
feier8097: > I change the postfix instance "inet_interfaces = postfix'ip " and change the > postfix1 instance "inet_interfaces = postfix1'ip" > when telnet mail.example2.com 25, it returns "telnet: connect to address > x.x.x.x[postfix1'ip]: Connection refused". Look in Postfix LOGS. If the second

Re: postfix multi-instances use the same port 25

2019-09-21 Thread feier8097
I change the postfix instance "inet_interfaces = postfix'ip " and change the postfix1 instance "inet_interfaces = postfix1'ip" when telnet mail.example2.com 25, it returns "telnet: connect to address x.x.x.x[postfix1'ip]: Connection refused". -- Sent from: http://postfix.1071664.n5.nabble.com/P

Re: postfix multi-instances use the same port 25

2019-09-21 Thread Wietse Venema
feier8097: > I have two instances on one postfix server, The two instances have its own IP > and domain setting. The default instance is "postfix",The second instance is > "postfix1" created by using command "postmulti -I post1 -G outgoing -e > create". I've also set the smtp on the two instances b

postfix multi-instances use the same port 25

2019-09-21 Thread feier8097
I have two instances on one postfix server, The two instances have its own IP and domain setting. The default instance is "postfix",The second instance is "postfix1" created by using command "postmulti -I post1 -G outgoing -e create". I've also set the smtp on the two instances both.and I also inst

Re: Error 46 with TLS

2019-09-21 Thread benoit
Le 21/09/2019 à 16:13, Matus UHLAR - fantomas a écrit : benoit: I have a problem with my postfix sever, I can't connect with TLS, I have this error: Sep 21 10:40:32 jolly postfix/smtpd[23341]: warning: TLS library problem: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate u

Re: Error 46 with TLS

2019-09-21 Thread Jim P.
On Sat, 2019-09-21 at 16:13 +0200, Matus UHLAR - fantomas wrote: > with letsencrypt (and most other certificate authorities), servers need to > provide intermediate certificate in addition to their own cert. > > postfix does not have separate configuration directive for CA chain file (as > apache,

Re: trouble with multiple-instance postfix and dovecot

2019-09-21 Thread feier8097
thanks,I'll try. -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html

Re: trouble with multiple-instance postfix and dovecot

2019-09-21 Thread feier8097
ok,thanks -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html

Re: Error 46 with TLS

2019-09-21 Thread Matus UHLAR - fantomas
benoit: I have a problem with my postfix sever, I can't connect with TLS, I have this error: Sep 21 10:40:32 jolly postfix/smtpd[23341]: warning: TLS library problem: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown:../ssl/record/rec_layer_s3.c:1536:SSL alert number 46

Re: Error 46 with TLS

2019-09-21 Thread Wietse Venema
benoit: > Hello, > > I have a problem with my postfix sever, I can't connect with TLS, I have > this error: > > Sep 21 10:40:32 jolly postfix/smtpd[23341]: warning: TLS library > problem: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert > certificate unknown:../ssl/record/rec_layer_s3.c

Error 46 with TLS

2019-09-21 Thread benoit
Hello, I have a problem with my postfix sever, I can't connect with TLS, I have this error: Sep 21 10:40:32 jolly postfix/smtpd[23341]: warning: TLS library problem: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown:../ssl/record/rec_layer_s3.c:1536:SSL alert number

Re: trouble with multiple-instance postfix and dovecot

2019-09-21 Thread Wietse Venema
Viktor Dukhovni: > > On Sep 20, 2019, at 9:05 PM, feier8097 wrote: > > > > I recently had trouble with building a multi-instance postfix. The target > > environment is a multi-IP server. I need to install the dovecot feature on > > the multi-instance postfix, but now I only know how to use the de