|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Can't authenticate my SMTP session
From: Anthony Campbell (ac
acampbell.org.uk)
Date: Tue Jul 04 2006 - 14:52:02 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 04 Jul 2006, Patrick Ben Koetter wrote:
[snip]
> $ telnet smtp.ukfsn.org 25
> Trying 80.168.53.20...
> Connected to smtp.ukfsn.org (80.168.53.20).
> Escape character is '^]'.
> 220 mail.ukfsn.org ESMTP Postfix (2.0.3)
> EHLO foo
> 250-mail.ukfsn.org
> 250-PIPELINING
> 250-SIZE 30000000
> 250-VRFY
> 250-ETRN
> 250-AUTH PLAIN LOGIN
> 250 8BITMIME
> QUIT
> 221 Bye
> Connection closed by foreign host.
>
>
> okay. your ISP offers only PLAIN and LOGIN. You will have to configure
> smtp_sasl_security_options as well:
>
> smtp_sasl_auth_enable = yes
> smtp_sasl_security_options = noanonymous
> smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
>
>
> # touch /etc/postfix/sasl_passwd
> # chmod 600 /etc/postfix/sasl_passwd
>
> In /etc/postfix/sasl_passwd write this:
>
> # server user:pass
> smtp.ukfsn.org username:password
>
>
> Then:
> # postmap hash:/etc/postfix/sasl_passwd
> # postfix reload
>
> done...
>
Thank you - brilliant!!!
It's now working.
Anthony
--
Anthony Campbell - ac
acampbell.org.uk
Microsoft-free zone - Using Linux Gnu-Debian
http://www.acampbell.org.uk (blog, book reviews,
on-line books and sceptical articles)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]