Davide Minardi wrote:

> OK ...
> 
> Debian is debian i'am not here for debian issue ... but now i have a problem 
> i have edited configuration file as WB write ... but nothing happen
> 
> i resume ...
> 
> i have edited /etc/exim4/conf.d/router/200_exim4-config-primary
> 
> I write this line :
> 
> dnslookup:
>     driver = dnslookup
>     domains = ! +local_domains
>     transport = remote_smtp
>     ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
>     unseen
> 
>  sentarchiver:
>     driver = dnslookup
>     domains = ! +local_domains   ### Note - this is optional...
>     transport = sent_archive_delivery
>     ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
> 
> sent_archive_delivery:
>    driver = appendfile
>    user = raziel
>    group = raziel
>    delivery_date_add
>    envelope_to_add
>     return_path_add
>    maildir_format = true
>    mode = 0770 ## modify perms to your needs
>    directory = /home/raziel/.Sent  ## modify path to your needs.
>     create_directory = true
>    directory_mode = 0770   ## modify perms to your needs
>    no_mode_fail_narrower
> 
> Remember that i send message from another host throught Debian server that 
> implement Exim4  that over
> but nothing ... it's all right ?
> 
> BR
> Razi
> 

First, I think you need to remove the '## and following text used for 
explanation. Exim won't like those where they are.

Second, try 'ls -lF /home/raziel'

- and below.

What you asked for may be there, but not as you need it for the IMAP client.

*Probably* what you need instead is:

directory = /home/raziel/Maildir/.INBOX.Sent

or

directory = /home/raziel/Maildir/.Sent

THEN TOO - you must open the 'subscribe' function in your IMAP client and 
subscribe to the new folder.

See my other note on doing this the other way-round - creating the folder 
*first* then copying the path for it.

HTH,

Bill





Go and have a look into /home/

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to