[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SASL issue and questions
- To: Dale Kiefling <http://www.writerskyhosting.com/~dale>
- Subject: Re: SASL issue and questions
- From: <http://dummy.us.eu.org/robert>
- Date: Tue, 26 Jun 2007 07:16:46 -0700 (PDT)
- Delivery-date: Tue, 26 Jun 2007 07:14:14 -0700
- Envelope-to: http://dummy.us.eu.org/robert
--- Dale Kiefling <http://www.writerskyhosting.com/~dale> wrote:
> I
> have read that SASL does not support reading the encrypted passwords in
Did you mean "does support"?
> the table, but I have not found a fix for this.
> Jun 25 03:12:04 mercury postfix/smtpd[13224]: sql plugin create statement
> from cmusaslsecretPLAIN dale writerskyhosting.com
I don't know anything about this, but the above seems wrong. Are you sure that
Postfix is passing the notion that it's supposed to use encrypted passwords to
MySQL?
> 2. If I use the plaintext passwords, I still have issues with relaying
> denied, even though the sender is in the virtual hosts list. Here are
> some examples of relaying issues:
I don't know what's up with this. The HELO string doesn't seem sufficient, but
it doesn't seem to say why relaying was rejected.
>
What MUA is being used? I don't think the MUA is passing the right HELO to the
SMTP server. The HELO string should be a fully-qualified hostname, not just
"SUFI".
There may be a way to turn off HELO checking in Postfix (I know that Exim has
an option to do that; in fact, I think Exim turns it off by default, but I turn
it on to decrease the amount of spam I get).
> Cheers,
> Dale