Change default mail send by ISP

Discussion in 'Installation/Configuration' started by Poliman, Mar 27, 2018.

  1. Poliman

    Poliman Member

    How could I change default email: sender, subject and content, which is send by ISP when particular email account is created? Currently it is:
    from: "ISPConfig [email protected]" //server hostname is s1.example.net
    subject: "Welcome to your new email account."
    content: "Welcome to your new email account. Your webmaster."
     
  2. florian030

    florian030 Well-Known Member HowtoForge Supporter

    server/conf/mail/welcome_email_en.txt
    or copy server/conf/mail to server/conf-custom/mail and change the files in conf-custom
     
    ahrasis likes this.
  3. Poliman

    Poliman Member

    What is full path to those? I tried
    Code:
    find . -path "*server/conf/mail"
    but nothing found.
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Try
    Code:
    find / -path "*server/conf/mail*"
     
    Poliman likes this.
  5. Poliman

    Poliman Member

    This helped. Below result:
    Code:
    root@s1:~# find / -path "*server/conf/mail*"
    /usr/local/ispconfig/server/conf/mailfilter_move_junk.master
    /usr/local/ispconfig/server/conf/mail
    /usr/local/ispconfig/server/conf/mail/web_quota_ok_notification_es.txt
    /usr/local/ispconfig/server/conf/mail/mail_quota_notification_es.txt
    /usr/local/ispconfig/server/conf/mail/web_quota_ok_notification_de.txt
    /usr/local/ispconfig/server/conf/mail/welcome_email_hr.txt
    /usr/local/ispconfig/server/conf/mail/welcome_email_de.txt
    /usr/local/ispconfig/server/conf/mail/web_traffic_notification_de.txt
    /usr/local/ispconfig/server/conf/mail/web_traffic_notification_en.txt
    /usr/local/ispconfig/server/conf/mail/welcome_email_en.txt
    /usr/local/ispconfig/server/conf/mail/web_quota_notification_en.txt
    /usr/local/ispconfig/server/conf/mail/db_quota_ok_notification_en.txt
    /usr/local/ispconfig/server/conf/mail/mail_quota_notification_en.txt
    /usr/local/ispconfig/server/conf/mail/db_quota_notification_es.txt
    /usr/local/ispconfig/server/conf/mail/web_quota_notification_de.txt
    /usr/local/ispconfig/server/conf/mail/mail_quota_ok_notification_de.txt
    /usr/local/ispconfig/server/conf/mail/web_quota_notification_es.txt
    /usr/local/ispconfig/server/conf/mail/mail_quota_ok_notification_es.txt
    /usr/local/ispconfig/server/conf/mail/mail_quota_ok_notification_en.txt
    /usr/local/ispconfig/server/conf/mail/db_quota_notification_en.txt
    /usr/local/ispconfig/server/conf/mail/db_quota_notification_de.txt
    /usr/local/ispconfig/server/conf/mail/mail_quota_notification_de.txt
    /usr/local/ispconfig/server/conf/mail/web_quota_ok_notification_en.txt
    /usr/local/ispconfig/server/conf/mail/db_quota_ok_notification_de.txt
    /usr/local/ispconfig/server/conf/mail/welcome_email_es.txt
    /usr/local/ispconfig/server/conf/mail/db_quota_ok_notification_es.txt
    /usr/local/ispconfig/server/conf/mail/web_traffic_notification_es.txt
    
    Thank you. Guys, could you tell me for what serve another files?
     
  6. Poliman

    Poliman Member

    Would it work if I would create welcome_email_pl.txt and inside it put polish text?
     

Share This Page