Re: Comcast blocked me



On Sep 30, 1:26 pm, Mike Bleiweiss <unixg...@xxxxxxxxx> wrote:
On Tue, 30 Sep 2008 06:59:10 -0700, jamesromeongmail.com wrote:
But rerunning Yast2 mail agent to put in the required user
authentication for this port balked at the :587, which I had to remove
and then redo the above manual edit. So I think this is a severe lack in
the Yast module.

Agreed.

But I could not figure out how to do SSL or TLS in
/etc/sysconfig/postfix.

In your /etc/sysconfig/postfix - you should see some settings like this:

# Enable SMTP-AUTH for the postfix smtp client
# you have to edit /etc/postfix/sasl_passwd and call
# SuSEconfig -module postfix afterwards
POSTFIX_SMTP_AUTH=no

## Type:        yesno
## Default:     no
## Config:      postfix
#
# Do you want to enable postfix smtp client to use TLS
#
POSTFIX_SMTP_TLS_CLIENT="no"

## Type:        string
## Default:     "/etc/postfix/ssl"
## Config:      postfix
#
# path to the directory where the CA can be found
#
POSTFIX_SSL_PATH="/etc/postfix/ssl"

etc, etc

These should be the options for configuring auth and TLS.  Sorry I'm not
much more help... I've done a million and one postfix setups on debian
and slack based distros - but it looks like postfix on opensuse has
gotten a little wacky with its yast integration and other cruft.

Thanks!
.