Re: SASL AUTH works but Postfix continues recipient check and fails

2009-11-02 Thread Victor Duchovni
On Mon, Nov 02, 2009 at 12:14:29PM -0500, Thomas Polliard wrote:

 Nov  2 10:54:02 uranium postfix/smtpd[12121]:  
 pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: AUTH PLAIN 
 AHRob21hc0Bwb2xsaWFyZC5jb20AOWFodWdpdGU=

Change your password as soon as possible. You have just posted it for
all the world to see:

Username: tho...@polliard.com
Password: 9ahu

Do not post the base64 encoded part of the SASL handshake.

 Nov  2 10:54:02 uranium postfix/smtpd[12121]:  
 pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: 235 2.0.0 
 Authentication successful

So far, so good.

 Nov  2 10:54:02 uranium postfix/smtpd[12121]:  
 pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: MAIL 
 FROM:tho...@polliard.com
 Nov  2 10:54:02 uranium postfix/smtpd[12121]:  
 pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: 250 2.1.0 Ok
 Nov  2 10:54:02 uranium postfix/smtpd[12121]:  
 pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: RCPT 
 TO:thomas_polli...@yahoo.com

 Nov  2 10:54:02 uranium postfix/smtpd[12121]: resolve_clnt: `' - 
 `thomas_polli...@yahoo.com' - transp=`virtual' host=`yahoo.com' 
 rcpt=`thomas_polli...@yahoo.com' flags= class=virtual

You have misconfigured your system to treat all domains (including
yahoo.com) as a virtual mailbox domain.

Do not return the full list of domains regardless of the input key.
Return any non-empty string of your choice, when the input key is
one of the desired domains.

 Nov  2 10:54:02 uranium postfix/smtpd[12121]: NOQUEUE: reject: RCPT from 
 pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: 550 5.1.1 
 thomas_polli...@yahoo.com: Recipient address rejected: User unknown in 
 virtual mailbox table; from=tho...@polliard.com 
 to=thomas_polli...@yahoo.com proto=ESMTP helo=[10.0.1.4]

Not surprising.

-- 
Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
mailto:majord...@postfix.org?body=unsubscribe%20postfix-users

If my response solves your problem, the best way to thank me is to not
send an it worked, thanks follow-up. If you must respond, please put
It worked, thanks in the Subject so I can delete these quickly.


Re: SASL AUTH works but Postfix continues recipient check and fails

2009-11-02 Thread Daniel V. Reinhardt





- Original Message 
 From: Victor Duchovni victor.ducho...@morganstanley.com
 To: postfix-users@postfix.org
 Sent: Mon, November 2, 2009 6:27:34 PM
 Subject: Re: SASL AUTH works but Postfix continues recipient check and fails
 
 On Mon, Nov 02, 2009 at 12:14:29PM -0500, Thomas Polliard wrote:
 
  Nov  2 10:54:02 uranium postfix/smtpd[12121]:  
 pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: AUTH PLAIN 
 DO NOT PASTE YOUR PASSWORD
 
 Change your password as soon as possible. You have just posted it for
 all the world to see:
 
 Username: tho...@polliard.com
 Password: 9ahu
 
 Do not post the base64 encoded part of the SASL handshake.

In fact, I would recommend changing your password for every account you do use, 
just in case you use the same one for everything like most of the people I 
know. 



  


Re: SASL AUTH works but Postfix continues recipient check and fails

2009-11-02 Thread Thomas Polliard

Thanks Victor,

Im trying it now and just for the record, password was changed the  
moment I hit send ;)  I had changed it to that prior to the test.   
What is special though about the base64 encoding thought it was just  
the password digested, is there something else in there?


(I had changed the user's passwords on the database before doing the  
test.)


Thanks

Thomas
On Nov 2, 2009, at 1:27 PM, Victor Duchovni wrote:


On Mon, Nov 02, 2009 at 12:14:29PM -0500, Thomas Polliard wrote:

Nov  2 10:54:02 uranium postfix/smtpd[12121]:   
pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: AUTH  
PLAIN AHRob21hc0Bwb2xsaWFyZC5jb20AOWFodWdpdGU=


Change your password as soon as possible. You have just posted it for
all the world to see:

   Username: tho...@polliard.com
   Password: 9ahu

Do not post the base64 encoded part of the SASL handshake.

Nov  2 10:54:02 uranium postfix/smtpd[12121]:   
pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: 235  
2.0.0 Authentication successful


So far, so good.

Nov  2 10:54:02 uranium postfix/smtpd[12121]:   
pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: MAIL  
FROM:tho...@polliard.com
Nov  2 10:54:02 uranium postfix/smtpd[12121]:   
pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: 250  
2.1.0 Ok
Nov  2 10:54:02 uranium postfix/smtpd[12121]:   
pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: RCPT  
TO:thomas_polli...@yahoo.com


Nov  2 10:54:02 uranium postfix/smtpd[12121]: resolve_clnt: `' - `thomas_polli...@yahoo.com 
' - transp=`virtual' host=`yahoo.com' rcpt=`thomas_polli...@yahoo.com 
' flags= class=virtual


You have misconfigured your system to treat all domains (including
yahoo.com) as a virtual mailbox domain.

Do not return the full list of domains regardless of the input key.
Return any non-empty string of your choice, when the input key is
one of the desired domains.

Nov  2 10:54:02 uranium postfix/smtpd[12121]: NOQUEUE: reject: RCPT  
from pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]:  
550 5.1.1 thomas_polli...@yahoo.com: Recipient address rejected:  
User unknown in virtual mailbox table; from=tho...@polliard.com  
to=thomas_polli...@yahoo.com proto=ESMTP helo=[10.0.1.4]


Not surprising.

--
Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
mailto:majord...@postfix.org?body=unsubscribe%20postfix-users

If my response solves your problem, the best way to thank me is to not
send an it worked, thanks follow-up. If you must respond, please put
It worked, thanks in the Subject so I can delete these quickly.




Re: SASL AUTH works but Postfix continues recipient check and fails

2009-11-02 Thread Daniel V. Reinhardt


- Original Message 
 From: Thomas Polliard polli...@me.com
 To: postfix-users@postfix.org
 Sent: Mon, November 2, 2009 6:35:49 PM
 Subject: Re: SASL AUTH works but Postfix continues recipient check and fails
 
 Thanks Victor,
 
 Im trying it now and just for the record, password was changed the moment I 
 hit 
 send ;)  I had changed it to that prior to the test.  What is special though 
 about the base64 encoding thought it was just the password digested, is there 
 something else in there?
 
 (I had changed the user's passwords on the database before doing the test.)
 
 Thanks
 
 Thomas

It contains the encoded password, of which anyone can decode with the base64 
decoders that are online.



  


Re: SASL AUTH works but Postfix continues recipient check and fails

2009-11-02 Thread Thomas Polliard
Victor I agree that appears to be the problem as that is the behavior  
but my query on the database is in fact only returning 1 row with the  
text virtual: as its result.  Do you mean there is something else that  
I need to do?


Thomas
On Nov 2, 2009, at 1:35 PM, Thomas Polliard wrote:


Thanks Victor,

Im trying it now and just for the record, password was changed the  
moment I hit send ;)  I had changed it to that prior to the test.   
What is special though about the base64 encoding thought it was just  
the password digested, is there something else in there?


(I had changed the user's passwords on the database before doing the  
test.)


Thanks

Thomas
On Nov 2, 2009, at 1:27 PM, Victor Duchovni wrote:


On Mon, Nov 02, 2009 at 12:14:29PM -0500, Thomas Polliard wrote:

Nov  2 10:54:02 uranium postfix/smtpd[12121]:   
pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: AUTH  
PLAIN AHRob21hc0Bwb2xsaWFyZC5jb20AOWFodWdpdGU=


Change your password as soon as possible. You have just posted it for
all the world to see:

  Username: tho...@polliard.com
  Password: 9ahu

Do not post the base64 encoded part of the SASL handshake.

Nov  2 10:54:02 uranium postfix/smtpd[12121]:   
pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: 235  
2.0.0 Authentication successful


So far, so good.

Nov  2 10:54:02 uranium postfix/smtpd[12121]:   
pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: MAIL  
FROM:tho...@polliard.com
Nov  2 10:54:02 uranium postfix/smtpd[12121]:   
pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: 250  
2.1.0 Ok
Nov  2 10:54:02 uranium postfix/smtpd[12121]:   
pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: RCPT  
TO:thomas_polli...@yahoo.com


Nov  2 10:54:02 uranium postfix/smtpd[12121]: resolve_clnt: `' - `thomas_polli...@yahoo.com 
' - transp=`virtual' host=`yahoo.com' rcpt=`thomas_polli...@yahoo.com 
' flags= class=virtual


You have misconfigured your system to treat all domains (including
yahoo.com) as a virtual mailbox domain.

Do not return the full list of domains regardless of the input key.
Return any non-empty string of your choice, when the input key is
one of the desired domains.

Nov  2 10:54:02 uranium postfix/smtpd[12121]: NOQUEUE: reject:  
RCPT from  
pool-96-253-127-251.rcmdva.fios.verizon.net[96.253.127.251]: 550  
5.1.1 thomas_polli...@yahoo.com: Recipient address rejected:  
User unknown in virtual mailbox table; from=tho...@polliard.com  
to=thomas_polli...@yahoo.com proto=ESMTP helo=[10.0.1.4]


Not surprising.

--
Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
mailto:majord...@postfix.org?body=unsubscribe%20postfix-users

If my response solves your problem, the best way to thank me is to  
not
send an it worked, thanks follow-up. If you must respond, please  
put

It worked, thanks in the Subject so I can delete these quickly.






Re: SASL AUTH works but Postfix continues recipient check and fails

2009-11-02 Thread Victor Duchovni
On Mon, Nov 02, 2009 at 01:35:49PM -0500, Thomas Polliard wrote:

 Im trying it now and just for the record, password was changed the moment I 
 hit send ;)  I had changed it to that prior to the test.  What is special 
 though about the base64 encoding thought it was just the password digested, 
 is there something else in there?

Don't confuse an encoding with encryption or a cryptographic digest.

$ perl -e '
  use MIME::Base64;
  ($x = decode_base64(shift)) =~ s/\0/\\000/g;
  print $x, \n;
  ' AHRob21hc0Bwb2xsaWFyZC5jb20AOWFodWdpdGU=

encodings are key-less and reversible, they just represent bit-strings
in a different form.

-- 
Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
mailto:majord...@postfix.org?body=unsubscribe%20postfix-users

If my response solves your problem, the best way to thank me is to not
send an it worked, thanks follow-up. If you must respond, please put
It worked, thanks in the Subject so I can delete these quickly.


Re: SASL AUTH works but Postfix continues recipient check and fails

2009-11-02 Thread Victor Duchovni
On Mon, Nov 02, 2009 at 01:43:29PM -0500, Thomas Polliard wrote:

 Victor I agree that appears to be the problem as that is the behavior but 
 my query on the database is in fact only returning 1 row with the text 
 virtual: as its result.  Do you mean there is something else that I need to 

Fix the search query to not return this value when the input string
is yahoo.com.

-- 
Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
mailto:majord...@postfix.org?body=unsubscribe%20postfix-users

If my response solves your problem, the best way to thank me is to not
send an it worked, thanks follow-up. If you must respond, please put
It worked, thanks in the Subject so I can delete these quickly.


Re: SASL AUTH works but Postfix continues recipient check and fails

2009-11-02 Thread Thomas Polliard
No Im a noob Its what I get for not sleeping.  I didnt add the  
where line to my query = but it was in my svn version of the file so  
somehow I didnt checkout the valid copy but was using an older copy.


Thanks again all

Thomas
On Nov 2, 2009, at 2:00 PM, Victor Duchovni wrote:


On Mon, Nov 02, 2009 at 01:43:29PM -0500, Thomas Polliard wrote:

Victor I agree that appears to be the problem as that is the  
behavior but
my query on the database is in fact only returning 1 row with the  
text
virtual: as its result.  Do you mean there is something else that I  
need to


Fix the search query to not return this value when the input string
is yahoo.com.

--
Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
mailto:majord...@postfix.org?body=unsubscribe%20postfix-users

If my response solves your problem, the best way to thank me is to not
send an it worked, thanks follow-up. If you must respond, please put
It worked, thanks in the Subject so I can delete these quickly.