mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #783] Difference between aliases and forwards in admin panel? #704
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#704
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 @virtuaris on GitHub (Nov 13, 2015).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/783
Originally assigned to: @tonioo on GitHub.
Hei Tonio,
first of all many thanks for your great work!
I have a question regarding creating
aliasesandforwardsusing the Modoboa admin panel (Identities).While the functionality of an
aliasis pretty clear aforwardpretends to be something different but in fact ends up just as anotheralias(it's even taged withaliasin the identities list). Thus i do not understand what's the difference?!I would expect a
forwardto offer thekeep local copyoption as it is available when managing settings as a simple user.Currently (using Modoboa 1.3.4) this makes it impossible (at least for me) to create a
forwardpointing to another account within the same mail domain (e.g.foo@example.netpointing tobar@example.net). Trying to setup such aforwardas a simple user the user interface says the administrator should create analiasinstead. But analiasredirects all mails to the given target (bar@example.net). The mail never reaches the intended recipient (foo@example.net).Maybe the order of
postfix sql-mapsmatters? My current setup:Any idea?
Cheers!
Harald
@tonioo commented on GitHub (Nov 16, 2015):
Hi,
to be honest, this difference does not make sense anymore... The best would be to use aliases everywhere. If you want to keep local copies for an alias (as an administrator), just create an distribution list named like the address you want to route and containing two targets : the "forward" address and the local mailbox address.
@virtuaris commented on GitHub (Nov 17, 2015):
Hei tonioo,
using a
distribution listworks for me. Thx a lot!Bests
Harald