Hi Victor: Here is a snoop snippet of a failed email. I am hoping you can you tell me how to configure postfix to ignore AUTH requests?
105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50726 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50726 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50726 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50726 220 mail.lancertech. 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50726 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50726 EHLO mail.lancertech rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50726 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50726 250-mail.lancertech. 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50726 AUTH CRAM-MD5\r\n rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50726 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50726 502 5.5.2 Error: com 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50726 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50726 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50726 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50728 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50728 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50726 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50728 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50728 220 mail.lancertech. 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50728 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50728 EHLO mail.lancertech rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50728 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50728 250-mail.lancertech. 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50728 AUTH PLAIN AG1hawAxN rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50728 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50728 502 5.5.2 Error: com 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50728 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50728 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50728 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50740 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50740 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50728 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50740 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50740 220 mail.lancertech. 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50740 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50740 EHLO mail.lancertech rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50740 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50740 250-mail.lancertech. 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50740 AUTH LOGIN\r\n rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50740 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50740 502 5.5.2 Error: com 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50740 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50740 rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50740 105.sub-174-252-160.myvzw.com -> rambo-new SMTP C port=50740 On 12/27/10 5:45 PM, "Victor Duchovni" <victor.ducho...@morganstanley.com> wrote: > On Mon, Dec 27, 2010 at 05:29:18PM -0500, Mark Khan wrote: > >> My postfix server works with all other POP3 email providers (AOL, >> Meaasgelabs, etc) except Verizon?s myvzw.com which of course is what my new >> droid X uses. >> POP3 is configured with just login and password. No TLS. > > What does POP3 have to do with Postfix? Postfix is NOT a POP server. > >> Here is the the mynetworks configuration line entries from main.cf: >> >> # Added verizon wireless IP 174.252.0.0 to MYNETWORKS >> mynetworks = 174.252.134.106 > > 106.134.252.174.in-addr.arpa. 7157 IN PTR 106.sub-174-252-134.myvzw.com. > > What is this host and Why should it host be in mynetworks? Is this a > static IP assignment for a Verizon SMTP relay or an individual phone > that you want to configure to submit via your server (in either case > POP3 is a red-herring). > >> And here are the errors >> >> Dec 26 22:54:51 rambo-new postfix/smtpd[1278]: [ID 197553 mail.info] connect >> from 106.sub-174-252-134.myvzw.com[174.252.134.106] >> Dec 26 22:54:51 rambo-new postfix/smtpd[1278]: [ID 197553 mail.info] lost >> connection after UNKNOWN from 106.sub-174-252-134.myvzw.com[174.252.134.106] > > The SMTP client sent an unsupported SMTP command to Postfix and hung up > after Postfix sent: > > 502 5.5.2 Error: command not recognized --