mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #64] Add manual rule for forwarding #667
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#667
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 @slurdge on GitHub (Aug 21, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/64
I would like to know where I should plug to add manual forwarding rules.
Let's say I have two domains configured with anonaddy:
example.comandexample.netThe default forwarding (with admin) etc. is fine, but i would like to have specific rules for example:
hostmaster@example.com->my@email.comor
work@example.net->work@gmail.comFrom what i understand, anonaddy is in charge of the virtual mapping. I'm not afraid to manually insert entries in the database with MySQL, but would that even be an option ?
@willbrowningme commented on GitHub (Sep 2, 2020):
Have you tried adding virutal alias maps to your
/etc/postfix/main.cffile? Like suggested in this article - https://electrictoolbox.com/update-postfix-virtual-alias-map/@slurdge commented on GitHub (Sep 2, 2020):
I use virtual alias on my others systems, but I was unsure on how it would interact with domains administered by anonaddy.
@slurdge commented on GitHub (Sep 22, 2020):
I did it by auto-creating the user and making a rule to forward & remove the header. Closing.