Show Posts

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.


Messages - deleonbe

Pages: [1]
1
E-Mail / Re: Forwarding All Email for a Domain
« on: March 06, 2019, 08:02:55 PM »
If you have root access to the database server, you can manually add an entry in the postfix -> alias table as follows

address:   @current.domain
goto: @new.domain
domain: current.domain
created: now()
modified: now()
active: 1

It looks like it needs to be added as a feature update

2
E-Mail / Forwarding All Email for a Domain
« on: February 27, 2019, 03:30:26 PM »
Hello everybody,

We are moving from using one domain name to another domain. 

Is there a way to create a domain level forwarder that will forward all new emails going to the old domain to the new one without having to create aliases for each user?

Example:
john@domain1 forward to john@domain2
jane@domain1 forward to jane@domain2
etc.

Pages: [1]