|
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
* 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.
|