|
Save the teapot fund New CSS web design for Wibble proudly provided by Kelv. Please contact the webmaster with any questions or concerns. |
Wibble > List archives > postfix > 2004 > October [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: Postfix usage problem
May be getting somewhere. When I run the telnet, I get: 502 Command is locally disabled I looked in main.cf for something that may be close, what I have is: smtp_sasl_auth_enable = yes smtpd_sasl_auth_enable = no I really want to thank you for your assistance. -----Original Message----- From: owner-postfix-users@xxxxxxxxxxx [mailto:owner-postfix-users@xxxxxxxxxxx] On Behalf Of Ralf Hildebrandt Sent: Saturday, October 02, 2004 12:01 PM To: postfix-users@xxxxxxxxxxx Subject: Re: Postfix usage problem * Malcom Kemp <mkemp@xxxxxxxxxxxxx>: > How do you do that? See SASL_README telnet mx01.mail.bellsouth.net 25 EHLO something AUTH PLAIN xxxxxx where xxxxx is anBASE64 encoded string: In order to generate base64 encoded authentication information you can use one of the following commands: % printf 'username\0username\0password' | mmencode % perl -MMIME::Base64 -e \ 'print encode_base64("username\0username\0password");' -- Ralf Hildebrandt Ralf.Hildebrandt@xxxxxxxxxx http://www.arschkrebs.de/postfix/ Tel. +49 (0)30-450 570-155 When a foundation is built on crap then life is sh*t. However, sh*t is a proctologist's bread and butter.
|