Re: Question getting Mail.app working with PostFix SMTP

2019-09-22 Thread @lbutlr
On Sep 22, 2019, at 12:41 AM, Daniel Miller wrote: > Generally such an attitude, while understandable and often shared, is > generally going to be met with a response that administering a mail server is > not a part-time job and if you're not "qualified" then you should hire > someone who is. I

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: Question getting Mail.app working with PostFix SMTP

2019-08-06 Thread Viktor Dukhovni
On Tue, Aug 06, 2019 at 07:32:27AM -0600, John Dale wrote: > STARTTLS > Normal Password > > I don't see these options in Mail.app for OSX. > > I've tried updating ports and different combinations of available > authentication in Mail.app, but no luck. It either times-out or has > connection de

Re: Question getting Mail.app working with PostFix SMTP

2019-08-06 Thread Larry Stone
Thanks for the tip. All updated to explicit settings: Port 993, Use TLS/SSL, Authentication: Password. In looking at them (I have multiple email accounts), when I unchecked “automatically detect”, some said Port 993 and others said Port 143 even though all said Use TLS/SSL. While port 143 is th

Re: Question getting Mail.app working with PostFix SMTP

2019-08-06 Thread Peter
On 7/08/19 2:02 AM, Larry Stone wrote: I use MacOS Mail and for receiving, I just have “Automatically manage connection settings” checked and it just works (but that’s really a Dovecot question, not Postfix). For sending, I do not have “Automatically manage connection settings” checked. Port

Re: Question getting Mail.app working with PostFix SMTP

2019-08-06 Thread Wietse Venema
John Dale: > Tried updating smtp user to fully qualified .. no luck. > > This is what shows in the logs: > > connect from unknown[my.ip.address] > Aug? 6 14:35:04 mx postfix/smtpd[2098]: disconnect from > unknown[my.ip.address] ehlo=2 starttls=1 quit=1 commands=4 > > Works fine in Thunderbird.?

Re: Question getting Mail.app working with PostFix SMTP

2019-08-06 Thread John Dale
Tried updating smtp user to fully qualified .. no luck. This is what shows in the logs: connect from unknown[my.ip.address] Aug  6 14:35:04 mx postfix/smtpd[2098]: disconnect from unknown[my.ip.address] ehlo=2 starttls=1 quit=1 commands=4 Works fine in Thunderbird.  Strange .. On 8/6/19 8:18

Re: Question getting Mail.app working with PostFix SMTP

2019-08-06 Thread Ben Greenfield
The password type has to match md5, plain, kerberos,…. I find that the automatic settings assume virtual domains and always uses the full email address n...@cogs.com vs. just name. The correct password never works because the username is wrong. > On Aug 6, 2019, at 10:14 AM, John Dale > wrot

Re: Question getting Mail.app working with PostFix SMTP

2019-08-06 Thread John Dale
Greetings; Thanks for the info. I have Dovecot talking well (popping in). SMTP via postfix is giving me some issues.  I'll double check my ports and typing. :) I'm wondering if I need to change authentication settings on postfix to make things more straightforward. I also didn't see a spo

Re: Question getting Mail.app working with PostFix SMTP

2019-08-06 Thread Larry Stone
> > On Aug 6, 2019, at 8:32 AM, John Dale > wrote: > > Greetings; > > I have Thunderbird working with PostFix/Dovecot for sending and receiving. > > STARTTLS > > Normal Password > > I don't see these options in Mail.app for OSX. > > I've tried updating ports and different combinations of a