Re: [exim] email archiving to file using router and transpor…

Top Page
Delete this message
Reply to this message
Author: Paulo Andre
Date:  
To: exim-users
CC: Andrew Nelson
Subject: Re: [exim] email archiving to file using router and transport?
On Thu, 2004-11-18 at 13:58 +0000, Philip Hazel wrote:
> On Thu, 18 Nov 2004, Paulo Andre wrote:


> Write an appropriate condition in the filter.
>
> (1) For mail *to* that user, check the contents of $recipients.
>
> (2) For mail *from* that user, check the contents of $sender_address.
>
> You could probably also do this by special purpose routers with the
> "unseen" option.
>


I have added the following to my config and when sending an email to the
recipient I get an error and email does not get delivered.

ACL:
warn     recipients = abc@???
        set acl_m5 = yes


ROUTER (my problem?):
file_copy:
        driver = redirect
               condition = ${if eq {$acl_m5}{yes}{true}}
        file = /usr/exim/sms/file
        user = mail
        unseen

    
ERROR:        
(exim_paniclog)
 internal problem in sms_copy router (recipient is xxx@???): failure
to transfer data from subprocess
(exim_mainlog)
2004-11-18 15:03:02 [172.17.x.x] sender verify defer for <xxx@???>:
internal problem in sms_copy router (recipient is xxx@???): failure
to transfer data from subprocess
2004-11-18 15:03:02  [172.17.x.x] F=<xxx@???> temporarily rejected
RCPT <xxx@???>: Could not complete sender verify
2004-11-18 15:03:02 unexpected disconnection while reading SMTP command
from (bigblue) [172.17.x.x]


Anyone able to help.
Thanks
Paulo