Xymon Mailing List Archive search

Unexpected service response

list Michael Lowery
Thu, 23 Jun 2005 07:33:24 -0500
Message-Id: <user-140462811957@xymon.invalid>

This makes postfix unhappy.  I have the postmaster alias setup and can
send and receive with the account, but I get:

Service smtp on mail.domain.com is not OK : Unexpected service response


252 Cannot verify user, but will accept for this address

Michael

-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid] 
Sent: Thursday, June 23, 2005 6:29 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Unexpected service response

On Mon, Jun 13, 2005 at 02:59:35PM -0700, Bob Gordon wrote:
On 6/10/05, Henrik Storner <user-ce4a2c883f75@xymon.invalid> wrote:
 
  [smtp]
    send "rset\r\nquit\r\n"
    expect "220"
    options banner
    port 25
Unfortunately sendmail fills the syslog with messages like that below
when only the rset is used....

Jun 13 21:55:43 external.mrgordon.net sendmail[4100]: [ID 801593
mail.info] j5DLthju004100: monitor.mrgordon.net [192.168.2.240] did
not issue MAIL/EXPN/VRFY/ETRN during connection to MTA
(Going through the mailbox in preparation for the next release ...)

How about this one:

  [smtp]
    send "vrfy postmaster\r\nquit\r\n"
    expect "220"
    options banner
    port 25

Works with qmail here ... hopefully it will work with Sendmail also.