On 2007-03-29 Jeff Dunnett wrote:
>> On 2007-03-29 Jeff Dunnett wrote:
>>> I had a problem a little earlier regarding a Postfix configuration
>>> problem regarding securing SMTP services. I have done a little work
>>> since then and believe I have the problem nailed down. It seems as
>>> though STARTTLS isn't automatically being ran.
>>>
>>> For example if I just try using openssl to connect to port 465 on my
>>> machine:
>> [...]
>>> The configuration file looks like this:
>> [...]
>>> I can't see where my configuration might be wrong. Can anyone see
>>> anything?
>>
>> That's all good and well, but what exactly are you trying to do, and
>> what is the actual error message you get?
>
> Here are some messages from the log:
>
> Mar 29 13:39:25 cemc postfix/master[22374]: warning: process /usr/
> libexec/postfix/smtp pid 27574 exit status 1
> Mar 29 13:39:25 cemc postfix/master[22374]: warning: /usr/libexec/
> postfix/smtp: bad command startup -- throttling
> Mar 29 13:40:25 cemc postfix/smtp[27606]: fatal: specify a password
> table via the `smtp_sasl_password_maps' configuration parameter
It looks like your mailserver ist trying SASL authentication when
sending out mail. What's the output of these commands:
postconf | grep smtp_sasl_
postconf | grep enforce_tls
Try setting $smtpd_enforce_tls and $smtp_enforce_tls to "no".
[...]
> As for what a user gets when they try to send a message via their
> client gets:
>
> Cannot send message using the server cemc.math.uwaterloo.ca
Your users are sending mail using cemc.math.uwaterloo.ca as their
smarthost: when sending mail to email@hidden the mail is delivered
from their local system to cemc.math.uwaterloo.ca and from there to
mail.example.com. The second step fails, because cemc.math.uwaterloo.ca
tries to use SASL authentication without being able to supply username
and password.
Regards
Ansgar Wiechers
--
"Another option [for defragmentation] is to back up your important files,
erase the hard disk, then reinstall Mac OS X and your backed up files."
--http://docs.info.apple.com/article.html?artnum=25668
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden
This email sent to email@hidden