On Aug 16, 2014, at 2:18 PM, Viktor Dukhovni <postfix-us...@dukhovni.org> wrote:

> 
> Well, this time Postfix actually knows that authentication is
> needed.  So the mail is deferred.
> 
>  
> This SMTP service supports "LOGIN" and "PLAIN", but your SASL engine
> did not enable those mechanisms.
> 
>> Current main.cf: 
>> 
>> smtpd_tls_ciphers = medium
> 
> Why?
> 
>> inet_protocols = all
> 
> Set this to ipv4, you don't have ipv6 connectivity.
> 
>> inet_interfaces = loopback-only
>> #======================================================================
>> relayhost=[smtp.comcast.net]:587
>> smtp_sasl_auth_enable=yes
>> smtp_sasl_password_maps=hash:/etc/postfix/sasl_passwd
> 
> Fine.
> 
>> smtp_use_tls = yes 
> 
> Change this to "smtp_tls_security_level = may", the "smtp_use_tls"
> parameter is deprecated.
> 
> And where are the settings Patrick Koetter explained you needed?


Hi, thanks for sticking in there with me.  It now WORKS!  I have 10 new 
meaningless messages in my inbox with the subject “test” and it is wonderful.  

The problem seems to have been that I misread Patrick Koetter's instructions 
and had mistakenly set 
smtpd_sasl_security_options=noanonymous

When he actually said
smtp_sasl_security_options = noplaintext, noanonymous
smtp_sasl_tls_security_options = noanonymous

Thanks for pointing out that I had not done it right. 

It turns out that I did need to have the 

>> inet_protocols = all

in order for fetchmail to talk to postfix on my localhost, but it does not 
break my comcast connection to be rid of it.  
Anyhow, I could hug you right now!  Thanks, what a relief. 

One last little detail, there are now three messages stuck in my queue that 
were sent I think when I had the relayhost set to be google.  Is there a way to 
clear them out?  When I do postfix flush, they just stay deferred.    I’m very 
happy to have this small problem.  :-) 

root@RichCookHomeMac (postfix ): mailq
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
345FE29BC29F      352 Fri Aug 15 18:47:03  rcook@RichCookHomeMac.RichCookHomeMac
                                                  (mail transport unavailable)
                                         wealthyc...@gmail.com

7910F29BC371      352 Fri Aug 15 18:47:42  rcook@RichCookHomeMac.RichCookHomeMac
                                                  (mail transport unavailable)
                                         wealthyc...@gmail.com

DD1D029BBFFD      360 Fri Aug 15 18:45:01  root@RichCookHomeMac.RichCookHomeMac
                                                  (mail transport unavailable)
                                         wealthyc...@gmail.com


— Rich 


> 
> -- 
>       Viktor.

Rich Cook
wealthyc...@gmail.com

----------------------------------------------
If you don't laugh enough, you might have humorrhoids, which is an enlargement 
of the onus, and the only thing you can pass then is heavy judgment.  -- Swami 
Beyondananda





Reply via email to