Hello everyone!
I want the mail arriving at a specific address to be duplicated for the
secondary address.
I added a line in the file virtual_aliases: myu...@mydomain.tld
myu...@mydomain.tld,u...@gmail.com <mailto:u...@gmail.com>
main.cf <http://main.cf>:
...
mailbox_transport = lmtp:unix:/var/imap/socket/lmtp
virtual_transport = lmtp:unix:/var/imap/socket/lmtp
...
virtual_alias_maps = hash:$config_directory/virtual_aliases
...
virtual_mailbox_domains = mydomain.tld
...
As far as the local mailbox myuser is not full, everything works the way
I want.
If the local mailbox myuser is "over quota" , then the post to
u...@gmail.com also won't be sent <mailto:u...@gmail.com>.
How could I settle the problem?
--
Eugene