|
| | Subject: | Re: duplicated messages with aliases. | | Group: | Postfix-users | | From: | (Wietse Venema) | | Date: | 13 Jul 2007 |
Javier Togra A.:
> Friends:
> I have fedora core6 with postfix. As pop3 I use dovecot.
>
> I am having problems when using aliases to send mail to all my personel.
> Some times I get the message:
> ==
> cannot update mailbox /var/mail/user1 for user user1. unable to create lock
> file /var/mail/user1.lock: File exists
> ==
> I know it ocurrs why user1 is just reading his mail at that moment.
> This causes postfix resend the message to all members of the alias. As
> result some user receive the message until 5 times.
>
> Please tell me how to fix this problem.
Specify an owner alias.
/etc/aliases:
everyone: :include:/etc/postfix/everyone
owner-everyone: postmaster
Wietse
|