MantisBT 2.1.0 - Email as SPAM

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
achoscz
Posts: 19
Joined: 04 Jan 2017, 10:00

MantisBT 2.1.0 - Email as SPAM

Post by achoscz »

Hi
Notification emails from Mantis Bug Tracker are marked as SPAM and Spamfilter is blocked. Users of these emails will not be delivered at all.
Gmail is OK, but others domens not.

Code: Select all

Received: from prg-srv-exch.mediclinic.local (10.10.0.11) by
 prg-srv-exch.mediclinic.local (10.10.0.11) with Microsoft SMTP Server (TLS)
 id 15.0.1178.4 via Mailbox Transport; Fri, 3 Feb 2017 13:54:29 +0100
Received: from prg-srv-oms (10.12.0.2) by prg-srv-exch.mediclinic.local
 (10.10.0.11) with Microsoft SMTP Server id 15.0.1178.4; Fri, 3 Feb 2017
 13:54:29 +0100
Received: from bt.mediclinic.cz (Unknown [10.10.0.19])
	by prg-srv-oms with ESMTPA
	; Fri, 3 Feb 2017 13:54:10 +0100
Date: Fri, 3 Feb 2017 13:54:09 +0100
To: <premysl.parma@mediclinic.cz>
From: BT Mediclinic <BT@mediclinic.cz>
Subject: =?utf-8?Q?[IS_Galen_0000348]:_8887777=C5=A17=C5=A17=C5=A177=C5=A1=C5=A1?=
 =?utf-8?Q?=C4=8D?=
Message-ID: <93cb44770b72925b7b2cf610a4cdaeea@bt.mediclinic.cz>
X-Mailer: PHPMailer 5.2.21 (https://github.com/PHPMailer/PHPMailer)
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
Keywords: [IS Galen] Bugs
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Return-Path: admin@example.com
X-MS-Exchange-Organization-AuthSource: prg-srv-exch.mediclinic.local
X-MS-Exchange-Organization-AuthAs: Internal
X-MS-Exchange-Organization-AuthMechanism: 10
X-MS-Exchange-Organization-Network-Message-Id: 8664b86e-1247-4279-7c41-08d44c33caaf
X-MS-Exchange-Organization-AVStamp-Enterprise: 1.0
X-EsetId: 37303A294F25DA65677D61
Some idea?
Thanks

Mantis 2.1.0
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: MantisBT 2.1.0 - Email as SPAM

Post by atrol »

Maybe adding the following line to file config_inc.php and adjusting the value to a valid email address helps.

Code: Select all

$g_return_path_email    = 'admin@example.com';
Please use Search before posting and read the Manual
achoscz
Posts: 19
Joined: 04 Jan 2017, 10:00

Re: MantisBT 2.1.0 - Email as SPAM

Post by achoscz »

oooh works thanks!!
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: MantisBT 2.1.0 - Email as SPAM

Post by atrol »

It seems you did not run the recommended admin/check/index.php after installation.
This scripts checks also for invalid email configurations.
I recommend to run the script now as this might show you some more warnings and/or errors concerning your installation and configuration.
Please use Search before posting and read the Manual
Post Reply