Mail Queue

burgerking68

Active Member
Sep 15, 2008
10
0
41
I've got a problem with the Proxmox-Mail Queue: There are about 97 Mails (82 of them from our home-domain) who have the status:

SMTP RESULT: host 127.0.0.1[127.0.0.1] said: 451 4.4.0 detected undelivered mail to <mail@address.de> (in reply to end of DATA command)

Can someone help me?:confused:

Thanks
 
Please test if all services are running? If not, restart them (or reboot). Is there are hint in the syslog?

- Dietmar
 
Hi Dietmar,

where can i find the syslog (/etc/log/messages ??).

In the GUI i can see (Server/Services) that all Services are running...

Greetings:

Andreas
 
Hi,

I use version "proxmox-mailgateway/2.2/3190" (latest Patch). At this time we've got 120 Mails in queue (all with the same log - s.o.).

The tracking center show e.g.:

Sep 23 13:22:55 qmgr 6FCB7388BA: from=<xxxx@blauweisshollage.com>, size=4065, nrcpt=1 (queue
active) Sep 23 13:23:03 lmtp 6FCB7388BA: to=<xxx@mydomain.de>, relay=127.0.0.1[127.0.0.1]:10024,
delay=31482, delays=31475/0.01/0.27/7.2, dsn=4.4.0, status=deferred (host
127.0.0.1[127.0.0.1] said: 451 4.4.0 detected undelivered mail to
<cdu01@troisdorf.de> (in reply to end of DATA command)) Sep 23 14:46:16 qmgr 6FCB7388BA: from=<xxxx@blauweisshollage.com>, size=4065, nrcpt=1 (queue
active) Sep 23 14:46:41 lmtp 6FCB7388BA: to=<xxx@mydomain.de>, relay=127.0.0.1[127.0.0.1]:10024,
delay=36500, delays=36475/6.1/0.55/19, dsn=4.4.0, status=deferred (host
127.0.0.1[127.0.0.1] said: 451 4.4.0 detected undelivered mail to
<xxx@mydomain.de> (in reply to end of DATA command))

A test from my own gmx-account to this same recipient works fine!

Any ideas:confused::confused: Thanks for help!

Andreas
 
From the logs: "Bad RFC822 field name 'X-Spam-Level stars' "

I guess your 'modify spamlevel' action is wrong. What values do you use for 'field name' and 'value'? Try

Fiel name: X-Spam-Level
value: __SPAMSTARS__

- Dietmar