Re: [exim] save message from our internal users into Maildir…

Pàgina inicial
Delete this message
Reply to this message
Autor: De Leeuw Guy
Data:  
A: exim-users
Assumpte: Re: [exim] save message from our internal users into Maildir/.Sent
Hello, thanks for the respons

I create a transport :

save_send_transport:
driver = appendfile
user = $local_part
group = $local_part
delivery_date_add
envelope_to_add
return_path_add
maildir_format=true
mode = 0770
directory = MAILDIR_HOME_MAILDIR_LOCATION/.Sent
create_directory = true
directory_mode = 0770

and a router :
save_send_router:
driver = accept
domains = ! +local_domains
transport = save_send_transport
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
unseen


But I'm not sure about the user, group and driver=accept.
Could you say me if this config is ok ?

Thanks in advance

Guy

Stanislaw Halik a écrit :
> On Sat, Dec 02, 2006, De Leeuw Guy wrote:
>
>> For limiting the bandwidth, how can I adapt my exim4 configuration to
>> store directly a send message from internal users to the
>> $home/Maildir/.Sent inbox ?
>>
>
> Use an unseen router.
>
>