Re: [exim] Stuck with mails being queued..

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Patrick Okui
Ημερομηνία:  
Προς: exim-users
Υ/ο: Matt Sealey
Αντικείμενο: Re: [exim] Stuck with mails being queued..
On Thursday 08 June 2006 15:53, Matt Sealey wrote:
>
> I already pasted my router in. The thing is copy-pasted
> directly from the HOWTO:
>
> http://www.exim.org/howto/mailman21.html#taconf
>
> Is the howto wrong or did I do something screwy?


The howto is fine. The line in your conf which is

${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}} \

should be

{${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}} \

Somehow your mouse must have forgotten the initial '{' before the
${sg... ;)

--
patrick