|
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: Malcom Kemp (mkemp
bellsouth.net)
Date: Sat Oct 02 2004 - 11:38:28 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
postfix.org
[mailto:owner-postfix-users
postfix.org] On Behalf Of Ralf Hildebrandt
Sent: Saturday, October 02, 2004 12:01 PM
To: postfix-users
postfix.org
Subject: Re: Postfix usage problem
* 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 ]