Re: [Exim] Having mail delivered to /home/user/Mail

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Gyan Mathur
Date:  
À: Christian Dysthe
CC: Exim-users, gyan
Sujet: Re: [Exim] Having mail delivered to /home/user/Mail
In response to Christian Dysthe:

> What would be the easiest way to have mail delivered locally to
> /home/user/Mail/inbox instead of to /var/spool/mail/user ?


It's documented, but:

local_delivery:
driver = appendfile
file = /home/${local_part}/Mail/inbox

Gyan.