I think you're entire smtpd.conf would be useful as well as logs.

Sent from my iPhone

> On Aug 20, 2016, at 5:57 PM, Mik J <[email protected]> wrote:
> 
> Hello,
> 
> I want to use some kind of alias addresses like mails sent to 
> [email protected] would arrive in [email protected]. Both are on my mail 
> server.
> 
> # cat /etc/mail/users
> [email protected] [email protected]
> [email protected] vmail
> 
> In my smtpd.conf
> table users file:/etc/mail/users
> accept tagged CLAM_IN for domain <domains> virtual <users> deliver to maildir 
> "/var/mail/vmail/%{rcpt.domain}/%{rcpt.user}/Maildir"
> NB: This is the first rule
> 
> When I send a mail to [email protected] it doesn't arrive in 
> [email protected] it arrives in its own mailbox.
> 
> I don't really understand why
> 
> Does this configuration seem correct or did I miss something ?

Reply via email to