[GH-ISSUE #1147] wildcard aliases #946

Closed
opened 2026-02-27 11:14:25 +03:00 by kerem · 3 comments
Owner

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.cf

is 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?

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.cf` is 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?
kerem closed this issue 2026-02-27 11:14:25 +03:00
Author
Owner

@tonioo commented on GitHub (Jun 21, 2017):

@PalinuroSec Yes, you can add as many map as you need.

<!-- gh-comment-id:310104304 --> @tonioo commented on GitHub (Jun 21, 2017): @PalinuroSec Yes, you can add as many map as you need.
Author
Owner

@tonioo commented on GitHub (Jun 21, 2017):

@PalinuroSec And no, there is currently no way to create such aliases using Modoboa.

<!-- gh-comment-id:310104495 --> @tonioo commented on GitHub (Jun 21, 2017): @PalinuroSec And no, there is currently no way to create such aliases using Modoboa.
Author
Owner

@PalinuroSec commented on GitHub (Jun 21, 2017):

ok thank you

<!-- gh-comment-id:310123718 --> @PalinuroSec commented on GitHub (Jun 21, 2017): ok thank you
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#946
No description provided.