hmmm...

I'm pretty sure you have to kill qmail-send.

killproc is a handy tool if you have it around.

you can just do a:  killproc -HUP `which qmail-send`

(assuming qmail-send is in your path; else give it the path to qmail-send)

----- Original Message -----
From: "Wilson Fletcher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 02 February 2000, Wednesday 00:59
Subject: RE: Sending to an IP address


| I did this:
|
|         # Stop qmail.
|         set $(/bin/ps aux | /bin/grep qmail-lspawn)
|         PID=$2
|         echo -n "Killing qmail process: "
|         echo $PID
|         kill -9 $PID
|         rm -f /var/lock/subsys/qmail
|         echo "done"
|         ;;
|
|
| ----------
| From: Keith Warno[SMTP:[EMAIL PROTECTED]]
| Sent: Wednesday, 2 February 2000 17:01
| To: [EMAIL PROTECTED]
| Subject: Re: Sending to an IP address
|
| I tried sending a message to wilson@[203.26.11.154].
|
| The response I received is:
|
| Hi. This is the qmail-send program at mailbox.muao-inc.net.
| I'm afraid I wasn't able to deliver your message to the following
addresses.
| This is a permanent error; I've given up. Sorry it didn't work out.
|
| <wilson@[203.26.11.154]>:
| 203.26.11.154 does not like recipient.
| Remote host said: 553 sorry, that domain isn't in my list of allowed
| rcpthosts (
| Giving up on 203.26.11.154.
|
|
| hmmm.... did you just kill -HUP `pidof qmail-send` or did you shut down
and
| restart qmail completely?  If you didn't do the latter, try it.
|
| ----- Original Message -----
| From: "Wilson Fletcher" <[EMAIL PROTECTED]>
| To: <[EMAIL PROTECTED]>
| Sent: 02 February 2000, Wednesday 00:42
| Subject: RE: Sending to an IP address
|
|
| |
| | OK added [203.26.11.154] to both control/locals & control/rcpthosts
still
| not luck (yes I restarted qmail)
|
|

Reply via email to