mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #121] forward all email but also receive a copy to #96
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @laggeduout on GitHub (Dec 5, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/121
Hi,
I would like to have the option to forward all email for john@example.org to jeff@example.com but also receive a copy to the mail account john@example.org.
I noticed if I try to add an Alias for john@example.org to send a copy of the mail to jeff@example.com I get an error coming from '~/controllers/AliasController.php' that reports 'A mailbox alias exists for john@example.org'
The way to correct this would be to update the mysql alias 'goto' field to include commas separator so it would be 'john@example.org,jeff@example.com'
Thanks
@barryo commented on GitHub (Dec 6, 2014):
This relates to mailbox aliases (a carry over from Postfixadmin).
There's an eye icon in the aliases page. Hit it and you should be able to see and edit mailbox aliases.