Jason Williams wrote:
Morning everyone.

I've been working with my postfix mail server, trying to get SMTP AUTH to work.
I've followed instructions posted on some of the links provided on the postfix web site. But im running into a bit of a problem.


I'm running postfix-2.0.12 compiled with support for SASL and TLS
I have the following cyrus rpms installed:

cyrus-sasl-md5-2.1.10-4
cyrus-sasl-plain-2.1.10-4
cyrus-sasl-2.1.10-4
cyrus-sasl-devel-2.1.10-4
cyrus-sasl-gssapi-2.1.10-4

When I was trying to send mail, I received the following errors in my maillog. BUT, it still sent my mail.

I had a lot of problems with this too, then I downloaded "emailrelay", it is a little perl program that does Cram-MD5 auth for incomming SMTP connections on a high port, (can run as a regular user ID) then it relays the mail to the MTA you specify (e.g. localhost:25)

Then I configured my MTA on my host to not accept any relay mail
except for mail from the trusted relay "127.0.0.1"

This worked great.

-Ben.


-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to