Jim Flanagan wrote:
On 04/07/2011 07:28 AM, Per Jessen wrote:
Jim Flanagan wrote:
On 04/07/2011 01:18 AM, Per Jessen wrote:
Jim Flanagan wrote:
So, restarting cyrus and saslauthd, and reloading postfix, I can now start cyradm and manage mailboxes. I can also receive mail on this install. I cannot send out however. I'm trying to bounce email to another box on my local net, but it does not get delivered. Is it delivered locally or is it rejected by the other box? If the latter, what does the mail-log say?
In /var/log/mail this is repeating every 1 minute
Apr 7 05:56:05 jimmee postfix/smtp[27525]: fatal: specify a password table via the `smtp_sasl_password_maps' configuration parameter Apr 7 05:56:07 jimmee postfix/master[11245]: warning: process /usr/lib/postfix/smtp pid 27525 exit status 1 Apr 7 05:56:07 jimmee postfix/master[11245]: warning: /usr/lib/postfix/smtp: bad command startup -- throttling Okay, you need to configure SASL properly - your main.cf on the sending machine has "smtp_sasl_auth_enable = yes", and your receiving machine does apparently require it.
Not sure what you mean here. Are you saying the test mail was not delivered to the receiving machine because it requries sasl to receive in its end?
Hmm, I didn't get that quite right. You have "smtp_sasl_auth_enable" set to yes, which means the sending machine will try to use SASL - however, as you have not configured SASL, it can't even start. Try commenting out "smtp_sasl_auth_enable".
On the sending machine I do have smtp_sasl-auth-enable = yes, but I also have smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject-unauth_destination
The former (smtp_ ) is for outgoing connections, the latter (smtpd_) for incoming. -- Per Jessen, Zürich (23.2°C) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org