Re: [exim] Mail being queued: User 0 set for remote_smtp tra…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Marc Sherman
Datum:  
To: exim-users
Betreff: Re: [exim] Mail being queued: User 0 set for remote_smtp transport is on the never_users list
ikearns wrote:
> Hi John
>
> I can confirm that the alias is already there
>
> security:       root
> hostmaster:     root
> info:           postmaster
> marketing:      postmaster
> sales:          postmaster
> support:        postmaster

>
>
> # trap decode to catch security attacks
> decode:         root

>
> # Person who should get root's mail
> #root:          postmaster@<external_domain>


That's commented out, and that's the line you need enabled.

Replace "postmaster@<external_domain>" with the name of a live account.

- Marc