You shouldn't send mailing list messsages to the list-owner
([EMAIL PROTECTED]) - the owner is
normally already subscribed.

On Thu, 16 Sep 1999, Ted Gervais wrote:

> smtp sent: RCPT TO:<ve1drg@ve1drg>
>   Rewrite[1]: ve1drg@ve1drg->ve1drg
> smtpcli recv: 250 Ok
> smtp sent: DATA
> smtpcli recv: 354 Enter mail, end with .
> smtp sent: .
>   Rewrite[1]: ve1drg@ve1drg->ve1drg
> smtpcli recv: 452 Temp file write error
> smtp sent: QUIT

By the looks of it I'd guess you might have one of three problems:
1) /tmp is full (or the drive /tmp is on is full) - maybe too many old
useless temp files in /tmp.

2) File permissions of /tmp is wrong, ls -ld /tmp
drwxrwxrwt   9 root     root         2048 Sep 17 16:10 /tmp/
Note the 't' in the world writable position.

3) The rewrite rule may be creating a mail loop, ve1drg@ve1drg->ve1drg
(which is @ve1drg I assume, unless this ew or whatever your other
machine is).

Reply via email to