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: [email protected]
[email protected],[email protected] <mailto:[email protected]>
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
[email protected] also won't be sent <mailto:[email protected]>.
How could I settle the problem?
--
Eugene