mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #1147] wildcard aliases #946
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#946
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 @PalinuroSec on GitHub (Jun 21, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1147
Hi, is there any way to create wildcards from the modoboa interface?
for wildcard i mean something like myuser-*@domain.tld pointing to myuser@domain.ltd
in the postfix configuration (main,cf) i have seen that the aliases are stored inside the postgresql database
virtual_alias_maps = proxy:pgsql:/etc/postfix/sql-aliases.cfis there any way to pipeline it with the regexp: instruction? (http://www.postfix.org/regexp_table.5.html)
is it safe to create a new rule with an independent file-based alias map just for the users who need this kind of aliasing rules?
@tonioo commented on GitHub (Jun 21, 2017):
@PalinuroSec Yes, you can add as many map as you need.
@tonioo commented on GitHub (Jun 21, 2017):
@PalinuroSec And no, there is currently no way to create such aliases using Modoboa.
@PalinuroSec commented on GitHub (Jun 21, 2017):
ok thank you