Hi, I've been able to add some more information to the welcome message that gets sent to new email users. What I'd like to know is if there is a way to change the "From" portion. I went into the welcome_email_en.txt file and changed the details on the "From:" line, but when the uses views the welcome email it has additional info "[email protected]:{details that I changed in the welcome form}. Where is the "[email protected]" part coming from and can I omit that so that the end user only sees the part that I changed in the welcome.txt file? Kevin
The welcome message can be changed in the files in /usr/local/ispconfig/server/conf/mail/ There was a bug in 3.0.4,so you should upfate to 3.0.4.1
Same Error Dear Sir, I am on latest version on ISPConfig 3.0.4.1 on Debian Sequeeze I have not changed Welcome ,message but on creation of new account, an email recd from ""[email protected]"" Please advice Thanks & regards, Abin
The from email address is set in the email message file. It has to be the first line of the file and has this format: From: ISPConfig <[email protected]>
Hey Till, I am on 3.0.4.1, and I have changed the welcome_email_en.txt file from "From: ISPConfig <[email protected]>" to "From: Webmail Admin <[email protected]>". Now when I create a new user the mail shows up from "[email protected]:Webmail Admin <[email protected]>". What I'd like to do is remove the "[email protected]:" part. Kevin
It might be that the php interpreter on your server appends the second email address automatically. Please take alook into the generated email message which is sent to the mailbox and post the complete email headers incl. the from line.
Hope this is what you are looking for: Code: Return-Path: <[email protected]> Delivered-To: [email protected] Received: from localhost (unknown [127.0.0.1]) by mail2.eeebase.com (Postfix) with ESMTP id 49A33E2A93 for <[email protected]>; Wed, 14 Dec 2011 16:31:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at site Received: from mail2.eeebase.com ([127.0.0.1]) by localhost (linux-jfp8.site [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZIZSqC6BqwN2 for <[email protected]>; Wed, 14 Dec 2011 10:31:01 -0600 (CST) Received: by mail2.eeebase.com (Postfix, from userid 0) id 99680E363B; Wed, 14 Dec 2011 10:31:01 -0600 (CST) To: [email protected] Subject: =?utf-8?B?V2VsY29tZSB0byB5b3VyIG5ldyBlbWFpbCBhY2NvdW50Lg==?= X-PHP-Originating-Script: 5003:mail_plugin.inc.php MIME-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: [email protected]:Webmail Admin <[email protected]> Reply-To: [email protected]:Webmail Admin <[email protected]> Message-Id: <[email protected]>
Hi till, Does this thread still works with the latest update version: ISPconfig 3.1.2 Because I would like to try your suggestion wayback from year 2011, Thank you.