Default email address doesn't change

  • Hello,



    i changed the default Email address for my Admin and Reseller user.


    But if the System write's a Message.


    The Sender is shown as [email protected] and the Sendername is I-IMSCP.


    Do you know how can I change that?



    :(

  • @bashify


    That is expected. However your own email should be set in Reply-To header which is not the case for system notifications at this moment. Will be fixed in version 1.3.1.


    Right now, message source for system notifications look like:

    Code
    1. Return-Path: <[email protected]>Delivered-To: [email protected]: from srv01.bbox.nuxwin.com (unknown [176.154.36.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: [email protected]) by panel.i-mscp.net (Postfix) with ESMTPSA id 304253E566 for <[email protected]>; Wed, 10 Aug 2016 08:41:43 +0200 (CEST)Received: by srv01.bbox.nuxwin.com (Postfix, from userid 1001) id 4396F25058; Wed, 10 Aug 2016 08:42:28 +0200 (CEST)To: administrator <[email protected]>Subject: i-MSCP NoticeFrom: i-MSCP (bbox.nuxwin.com) <[email protected]>MIME-Version: 1.0Content-Type: text/plain; charset=utf-8Content-Transfer-Encoding: 8bitX-Mailer: i-MSCP Mailer (frontEnd)Message-Id: <[email protected]>Date: Wed, 10 Aug 2016 08:42:28 +0200 (CEST)Dear administrator,This is an automatic email sent by i-MSCP:Server name: srv01.bbox.nuxwin.comServer IP: 176.154.36.71Version: Git 1.3.xBuild: UnavailableMessage severity: Notice==========================================================================admin logged outUser IP: 192.168.1.1==========================================================================Please do not reply to this email.___________________________i-MSCP Mailer

    Here, the Reply-To header is missing.


    In version 1.3.1, the message source will looks like:



    However nobody should answer to those messages normally...

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @Nuxwin Thanks! I know that nobody would answer to these Messages, but I don't want the Name i-mscp in the Header.
    I want to use my support@ Email cause then it will be clear for my customers to write to this address.

  • badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • We do not use the default admin email address in the From header (sender). We set it via the Reply-To header. Look at the message source.


    If we process this way, that is not for nothing. The default admin email address can be whatever you want (eg, can be an email not managed by i-MSCP such as a gmail address). This explain why we don't use it in the From header because any server with SPF checks enabled (such as gmail) would reject the mails. Instead, we set it via the Reply-To header, meaning that if a client answer to the mail, it will reply to the mail set in the Reply-To header.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206