Johnny Ernst Nielsen wrote:
> Good day Lew,
> 
>> Johnny Ernst Nielsen wrote:
>>> Where do I tell the MTA to use port 587 when sending mail through
>>> my web hotel?
> 
> Mandag 01 oktober 2007 17:58 kvad Lew Wolfgang:
>> If you're using sendmail you can follow the recipe here:
>>
>> http://www.sendmail.org/faq/section3.html#3.39
> 
> According to /var/log/mail I seem to use postfix.
> 
> I just use the OpenSUSE 10.2 default MTA and YaST2 -> Network 
> Services -> MTA to try and configure the port.

Sorry, can't help with yast settings, I always configure the Postfix
config files directly.

Here's what I can see:

yast -> Network Services -> Mail Transfer Agent -> Permanent ->

Outgoing mail server      [mail.example.com]:587
Authentication: ->
      Outgoing Server     [mail.example.com]:587
      user name           user
      password            password


That should give you the following output from "postconf -n":

....
relayhost = [mail.example.com]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
...

/etc/postfix/sasl_passwd:
[mail.example.com]:587  user:password

You must have the cyrus-sasl package installed otherwise Postfix is unable
to find suitable authentication mechanisms.


-- 
Sandy

List replies only please!
Please address PMs to: news-reply2 (@) japantest (.) homelinux (.) com
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to