This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Email and Groupware / add mail alias to user on command line
« on: August 27, 2022, 10:34:33 pm »
HI!
To import existing mail aliases to existing users on a zentyal 7 server I would love to do that via command line.
I found a script dating back from 2012 - this does not work anymore.
Any hint how to add mail aliases from the command line e.g. via perl script?
thanks
Lukas
To import existing mail aliases to existing users on a zentyal 7 server I would love to do that via command line.
I found a script dating back from 2012 - this does not work anymore.
Any hint how to add mail aliases from the command line e.g. via perl script?
thanks
Lukas
2
Email and Groupware / External Alias forwarding to more than one address
« on: August 27, 2022, 10:31:58 pm »
HI!
Is it possible to add an External Alias to a virtual mail domain so it forwards to several external addresses?
I want to achieve:
Incoming mail for team1@example.org is forwarded to member1@otherdomain1.org AND to member2@otherdomain2.org AND to member3@otherdomain3.org
As far as I can see I can only enter one destination mail address into the gui - but for postfix several destination addresses are no problem. In my SQL-driven postfix I just add several lines into the database - one for each destination. In the above example that would create three lines into my database:
team1@example.org -> member1@otherdomain1.org
team1@example.org -> member2@otherdomain2.org
team1@example.org -> member3@otherdomain3.org
Any idea how to get that behaviour?
regards
Lukas
Is it possible to add an External Alias to a virtual mail domain so it forwards to several external addresses?
I want to achieve:
Incoming mail for team1@example.org is forwarded to member1@otherdomain1.org AND to member2@otherdomain2.org AND to member3@otherdomain3.org
As far as I can see I can only enter one destination mail address into the gui - but for postfix several destination addresses are no problem. In my SQL-driven postfix I just add several lines into the database - one for each destination. In the above example that would create three lines into my database:
team1@example.org -> member1@otherdomain1.org
team1@example.org -> member2@otherdomain2.org
team1@example.org -> member3@otherdomain3.org
Any idea how to get that behaviour?
regards
Lukas
Pages: [1]