|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Postfix usage problem
From: Ralf Hildebrandt (Ralf.Hildebrandt
charite.de)
Date: Sat Oct 02 2004 - 11:00:59 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
* Malcom Kemp <mkemp
bellsouth.net>:
> 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
charite.de
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.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]