The Perfect Server - Ubuntu 10.04 [ISPConfig 3]

Discussion in 'HOWTO-Related Questions' started by john doe, Jun 28, 2010.

  1. john doe

    john doe New Member

    Hi t here everything is perfect thanks guys!

    However when i create a new mailbox i get an auto-message everytime i do that.

    Is there anyway to change the message? I like the ideia but i wanted to be more personal at my taste.

    Hope someone can help me out ;)
     
  2. Mark_NL

    Mark_NL Member

    Code:
    /usr/local/ispconfig/interface/web/mail/lib/lang/<countrycode>_mail_user.lng
    then open the language file you want and look for:

    Code:
    $wb["welcome_mail_fromname_txt"] = 'ISPConfig3';
    $wb["welcome_mail_fromemail_txt"] = "[email protected]";
    $wb["welcome_mail_subject"] = 'Welcome to your new email account.';
    $wb["welcome_mail_message"] = "Welcome to your new email account. Your webmaster.";
     

Share This Page