Re: question for the part location of multipart message

2021-12-31 Thread Bill Cole
On 2021-12-31 at 22:40:37 UTC-0500 (Sat, 01 Jan 2022 11:40:37 +0800) Frank Hwa is rumored to have said: Hello For a multipart message, is text/plain part always in the first location? No. Arguably it SHOULD be first in a multipart/alternative, but it isn't always. Also, there are other

question for the part location of multipart message

2021-12-31 Thread Frank Hwa
Hello For a multipart message, is text/plain part always in the first location? I just want to extract the plain text body of a message. I use the code below (python), but was not very sure. b = email.message_from_string(x) if b.is_multipart(): for part in b.get_payload(): print

Re: postfix will not send

2021-12-31 Thread Doug Denault
On Fri, 31 Dec 2021, Wietse Venema wrote: John Fawcett: On 31/12/2021 10:36, Doug Denault wrote: This is a postfix/cyrus/mysql system running in a FreeBSD jail. It is (as far as I can make it) identical to a bare metal with the same configuration. Delivery & reading email works fine, the

Re: postfix will not send

2021-12-31 Thread Wietse Venema
John Fawcett: > On 31/12/2021 10:36, Doug Denault wrote: > > This is a postfix/cyrus/mysql system running in a FreeBSD jail. It is > > (as far as I can make it) identical to a bare metal with the same > > configuration. Delivery & reading email works fine, the jailed system > > will not send

Re: postfix will not send

2021-12-31 Thread John Fawcett
On 31/12/2021 11:56, John Fawcett wrote: On 31/12/2021 10:36, Doug Denault wrote: This is a postfix/cyrus/mysql system running in a FreeBSD jail. It is (as far as I can make it) identical to a bare metal with the same configuration. Delivery & reading email works fine, the jailed system will

Re: postfix will not send

2021-12-31 Thread Benny Pedersen
On 2021-12-31 10:36, Doug Denault wrote: broken_sasl_auth_clients = yes not needed in 2022 smtpd_sasl_auth_enable = yes this is undesired since it open sasl auth on port 25 don't see it and all the internet seems to use dovecot but I don't see how whatever imap impacks smtp. Thanks for

Re: postfix will not send

2021-12-31 Thread John Fawcett
On 31/12/2021 10:36, Doug Denault wrote: This is a postfix/cyrus/mysql system running in a FreeBSD jail. It is (as far as I can make it) identical to a bare metal with the same configuration. Delivery & reading email works fine, the jailed system will not send email failing with: cyrus

postfix will not send

2021-12-31 Thread Doug Denault
This is a postfix/cyrus/mysql system running in a FreeBSD jail. It is (as far as I can make it) identical to a bare metal with the same configuration. Delivery & reading email works fine, the jailed system will not send email failing with: cyrus postfix/smtpd[51745]: warning: SASL: Connect to