Warning: In-line response at your LMTP conversation!! >>> Christopher Paluch <[EMAIL PROTECTED]> 02/19/04 07:07pm >>> >It looks like from the output of the "sendmail -X", that the problem is sendmail is sending Cyrus, test.one as >the mailbox, not [EMAIL PROTECTED] I've modified the sendmail.cf file so it will send the full domain, but it >doesn't seem to be doing that. So am I reading this log incorrectly or is there something else I'm supposed to >do to get the domain sent? > >05420 <<< EHLO ecnmail.posnetservices.com >05420 >>> 250-server.adomain.com Hello [68.248.99.56], pleased to meet you >05420 >>> 250-ENHANCEDSTATUSCODES >05420 >>> 250-PIPELINING >05420 >>> 250-8BITMIME >05420 >>> 250-SIZE >05420 >>> 250-DSN >05420 >>> 250-ETRN >05420 >>> 250-AUTH DIGEST-MD5 CRAM-MD5 >05420 >>> 250-DELIVERBY >05420 >>> 250 HELP >05420 <<< MAIL From:<[EMAIL PROTECTED]> SIZE=500 >05420 >>> 250 2.1.0 <[EMAIL PROTECTED]>... Sender ok >05420 <<< RCPT To:<[EMAIL PROTECTED]> >05420 >>> 250 2.1.5 <[EMAIL PROTECTED]>... Recipient ok >05420 <<< DATA >05420 >>> 354 Enter mail, end with "." on a line by itself >05420 <<< Received: from web40405.mail.yahoo.com (web40405.mail.yahoo.com [66.21 >05420 <<< by ecnmail.posnetservices.com (8.12.8/8.12.8) with SMTP id i1JHK >05420 <<< for <[EMAIL PROTECTED]>; Thu, 19 Feb 2004 11:20:02 -0600 >05420 <<< Message-ID: <[EMAIL PROTECTED]> >05420 <<< Received: from [68.248.99.41] by web40405.mail.yahoo.com via HTTP; Thu >05420 <<< Date: Thu, 19 Feb 2004 09:20:01 -0800 (PST) >05420 <<< From: <[EMAIL PROTECTED]> >05420 <<< Subject: Kill me now >05420 <<< To: [EMAIL PROTECTED] >05420 <<< MIME-Version: 1.0 >05420 <<< Content-Type: text/plain; charset=us-ascii >05420 <<< >05420 <<< Kill me now. >05420 <<< >05420 <<< __________________________________ >05420 <<< Do you Yahoo!? >05420 <<< Yahoo! Mail SpamGuard - Read only the mail you want. >05420 <<< http://antispam.yahoo.com/tools >05420 <<< . >05420 >>> 250 2.0.0 i1JHK3jk005420 Message accepted for delivery >05422 === CONNECT localhost >05420 <<< QUIT >05420 >>> 221 2.0.0 server.adomain.com closing connection >05422 <<< 220 server.adomain.com LMTP Cyrus v2.1.16 ready
This might give us a valuable clue. Virtual domain support is _only_ in 2.2.x; however, this still does not explain why sendmail is not sending the full address along! >05422 >>> LHLO server.adomain.com >05422 <<< 250-server.adomain.com >05422 <<< 250-8BITMIME >05422 <<< 250-ENHANCEDSTATUSCODES >05422 <<< 250-PIPELINING >05422 <<< 250-SIZE >05422 <<< 250-AUTH EXTERNAL >05422 <<< 250 IGNOREQUOTA >05422 >>> MAIL From:<[EMAIL PROTECTED]> SIZE=723 >05422 <<< 250 2.1.0 ok >05422 >>> RCPT To:<test.one> >05422 >>> DATA >05422 <<< 550-Mailbox unknown. Either there is no mailbox associated with this >05422 <<< 550-name or you do not have authorization to see it. >05422 <<< 550 5.1.1 User unknown >05422 <<< 503 5.5.1 No recipients >05422 >>> RSET >05422 <<< 250 2.0.0 ok >05422 >>> This is a MIME-encapsulated message >05422 >>> >05422 >>> --i1JHK3jk005422.1077211203/server.adomain.com >05422 >>> >05422 >>> The original message was received at Thu, 19 Feb 2004 11:20:03 -0600 >05422 >>> from [68.248.99.56] >05422 >>> >05422 >>> ----- The following addresses had permanent fatal errors ----- >05422 >>> <[EMAIL PROTECTED]> >05422 >>> (reason: 550-Mailbox unknown. Either there is no mailbox associat >05422 >>> >05422 >>> ----- Transcript of session follows ----- >05422 >>> ... while talking to localhost: >05422 >>> >>> DATA >05422 >>> <<< 550-Mailbox unknown. Either there is no mailbox associated with t >05422 >>> <<< 550-name or you do not have authorization to see it. >05422 >>> <<< 550 5.1.1 User unknown >05422 >>> 550 5.1.1 <[EMAIL PROTECTED]>... User unknown >05422 >>> <<< 503 5.5.1 No recipients >05422 >>> >05422 >>> --i1JHK3jk005422.1077211203/server.adomain.com >05422 >>> Content-Type: message/delivery-status >05422 >>> >05422 >>> Reporting-MTA: dns; server.adomain.com >05422 >>> Received-From-MTA: DNS; [68.248.99.56] >05422 >>> Arrival-Date: Thu, 19 Feb 2004 11:20:03 -0600 >05422 >>> >05422 >>> Final-Recipient: RFC822; [EMAIL PROTECTED] >05422 >>> X-Actual-Recipient: RFC822; [EMAIL PROTECTED] >05422 >>> Action: failed >05422 >>> Status: 5.1.1 >05422 >>> Diagnostic-Code: SMTP; 550-Mailbox unknown. Either there is no mailbox >05422 >>> Last-Attempt-Date: Thu, 19 Feb 2004 11:20:03 -0600 > >Thanks, > Chris Paluch > >-----Original Message----- >From: Christian Schulte <[EMAIL PROTECTED]> >Sent: Feb 19, 2004 10:54 AM >To: Christopher Paluch <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED] >Subject: Re: Fw: Re: Virtual domains, [EMAIL PROTECTED]: Mailbox unknown > >Am Donnerstag, 19. Februar 2004 17:00 schrieb Christopher Paluch: >> This is the output from the maillog: >> >> Feb 19 09:22:54 ecnsrc01 sendmail[4856]: i1JFMsuJ004856: >> to=<[EMAIL PROTECTED]>, delay=00:00:00, xdelay=00:00:00, >> mailer=cyrusv2, pri=31408, relay=localhost [[UNIX: /var/imap/socket/lmtp]], >> dsn=5.1.1, stat=User unknown Feb 19 09:22:54 ecnsrc01 sendmail[4856]: >> i1JFMsuJ004856: i1JFMsuK004856: return to sender: User unknown >> >> From this I assumed it was getting to Cyrus and he was rejecting it, but I >> will try your suggestions and see what else I can find. Thanks. > >/etc/mail/mailertable: >test.com � � � �cyrusv2:/var/imap/socket/lmtp > >Maybe you want to also put your servers name in there as well ? Like > >ecnsrc01.rm.posnetservices.com cyrusv2:/var/imap/socket/lmtp > >After > >"cm user/[EMAIL PROTECTED]" > >root should be able to receive mail. Of course this depends on other things >and is more a guess than a solution but may work. Do you also get "User >unknown" for a mail delivery for [EMAIL PROTECTED] ? Does delivery in >test.com domain work ? > >-- >Christian > > > > > >--- >Home Page: http://asg.web.cmu.edu/cyrus >Wiki/FAQ: http://cyruswiki.andrew.cmu.edu >List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html