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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Patrick Okui
日付:  
To: exim-users
CC: 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