16 messages in net.sourceforge.lists.courier-users[courier-users] Re: domain being remo...
FromSent OnAttachments
Peter C. NortonJul 17, 2002 2:49 pm 
Sam VarshavchikJul 17, 2002 4:09 pm 
Peter C. NortonJul 17, 2002 10:33 pm 
Sam VarshavchikJul 18, 2002 3:56 am 
Peter C. NortonJul 18, 2002 9:30 am 
Peter C. NortonJul 18, 2002 10:38 am 
Sam VarshavchikJul 18, 2002 2:17 pm 
Peter C. NortonJul 18, 2002 11:29 pm 
Peter C. NortonJul 19, 2002 12:13 am 
Sam VarshavchikJul 19, 2002 4:48 am 
Peter C. NortonJul 19, 2002 7:18 am 
Sam VarshavchikJul 19, 2002 8:23 am 
Peter C. NortonJul 19, 2002 9:21 am 
Juha SaarinenJul 19, 2002 2:29 pm 
Peter C. NortonJul 19, 2002 2:35 pm 
Juha SaarinenJul 19, 2002 3:10 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: domain being removed from esmtp/postgresql auth query?Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jul 18, 2002 3:56:43 am
List:net.sourceforge.lists.courier-users

Peter C. Norton writes:

On Wed, Jul 17, 2002 at 07:09:32PM -0400, Sam Varshavchik wrote:

Run a quick little test:

echo 'user@domain' | tr -d '\012' | makemime -c auto -e base64 -

echo 'password' | tr -d '\012' | makemime -c auto -e base64 -

This is the most convenient way to get base64-encoded strings.

telnet localhost smtp EHLO default AUTH LOGIN [[base64-encoded login id]] [[base64-encoded password]]

That... worked!

After entering the base64 encoded username and password, I got a:

235 Ok

This is exactly what the mail client should be sending. Your mail client is stripping the @domain part. Check your mail client configuration.