ISPConfig 3 email feature

Discussion in 'Installation/Configuration' started by and12345, Jul 22, 2014.

  1. and12345

    and12345 New Member

    Hi all, after long time using cPanel and now i'm trying ISPConfig 3 and it's very awesome, great job by all the developer.

    I've some question regarding email feature in ISPconfig. Let's say i've got email host at [email protected] and i want to use it as my primary email storage. So whenever user send email to [email protected] the email will be forwarded to [email protected] - i know this can be done using email forward feature. But as i know the email forward feature can't be use to send email (i want to send email to client using [email protected] to my client but whenever my client receive my email they will be see my email as [email protected]) - in short words is i want my [email protected] which is my forward email act as my email relay too.
    Is this can be done or there's another way ?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can achieve this e.g. like this:

    add a new mailbox [email protected] in ispconfig, then go to the custom rules field of the mailbox annd add this line:

    Code:
    redirect '[email protected]';
     

Share This Page