Re: [exim] Custom Router/Transport Help

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Dirk Linnerkamp
日付:  
To: exim-users
題目: Re: [exim] Custom Router/Transport Help
Hi Ryan,

Am 13.03.2010 01:53, schrieb Ryan Roegan:
> I'm trying to make a test mail server that is authorative for all domains
> and delivers all mail received to one mailbox. I'm using debian 3, exim4
> and courier imap.
>
> I've added the router and transport below. I would like all mail delivered
> into the sw user's mailbox. But i get permission errors upon delivery:
>
> 2010-03-01 18:17:27 1NmHfr-0003Pz-2n<=
> root@???=root P=local S=443
> 2010-03-01 18:17:27 1NmHfr-0003Pz-2n ==
> root@???=sw_router T=sw_deliver defer
> (13): Permission denied: cannot chdir to
> /home/sw/Maildir


...did you set the "group" option in the routers configuration to
exim's group?

...however if you use the 'mail' group which exim normally belongs
to om Debian, you should add user 'sw' to the group and change
the directory mode to 0660 instead of 0600.

...try it and report.