Dovecot + Pigeonhole autoresponder in Gmail's spam

urbee

Verified User
Joined
Mar 27, 2009
Messages
118
Hi,

we recently updated dovecot to pigeonhole support to enable filters and autoresponders for our users directly from roundcube.

However, there is a slight problem we're facing. All the autoresponse that goes out to gmail from any of our domain through the pigeonhole filter goes to gmail's spam folder. I found a post here on forums regarding this a while ago but no solution.

The source (headers) look like this:

Code:
Delivered-To: [email protected]
Received: by 10.202.104.152 with SMTP id o24csp2372467oik;
        Tue, 24 Nov 2015 20:53:10 -0800 (PST)
X-Received: by 10.194.110.5 with SMTP id hw5mr47409186wjb.154.1448427190621;
        Tue, 24 Nov 2015 20:53:10 -0800 (PST)
Return-Path: <>
Received: from server.domain.si (server.domain.si. [xxx.xxx.xxx.xxx])
        by mx.google.com with ESMTPS id p3si31967837wjy.59.2015.11.24.20.53.10
        for <[email protected]>
        (version=TLS1 cipher=AES128-SHA bits=128/128);
        Tue, 24 Nov 2015 20:53:10 -0800 (PST)
Received-SPF: pass (google.com: domain of server.domain.si designates xxx.xxx.xxx.xxx as permitted sender) client-ip=xxx.xxx.xxx.xxx;
Authentication-Results: mx.google.com;
       spf=pass (google.com: domain of server.domain.si designates xxx.xxx.xxx.xxx as permitted sender) smtp.mailfrom=
Received: from root by server.domain.si with local (Exim 4.86)
	id 1a1RyI-0006sW-W7
	for [email protected]; Wed, 25 Nov 2015 05:46:23 +0100
X-Sieve: Pigeonhole Sieve 0.4.9 (357ac0a0e68b+)
Message-ID: <[email protected]>
Date: Wed, 25 Nov 2015 05:46:22 +0100
From: <[email protected]>
To: <[email protected]>
Subject: =?utf-8?q?Sporo=C4=8Dilo?= o odsotnosti
In-Reply-To: <CABRiY4BYnd9gX2rE+YukPhYWBXTsEwfopERy-H3--qskE6SrQw@mail.gmail.com>
References: <CABRiY4BYnd9gX2rE+YukPhYWBXTsEwfopERy-H3--qskE6SrQw@mail.gmail.com>
Auto-Submitted: auto-replied (vacation)
Precedence: bulk
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Hello.

Autoresponder text

What i'm suspecting to be the problem is Received: from root by server.domain.si with local (Exim 4.86) - server is sending emails by "server.hostname.si On behalf of [email protected]".

I am unable to fix this by adding either "root" or "username" to trusted user exim.conf so i am stuck with this.

Any suggestions?
 
Anyone from DirectAdmin? I'm sure this is important to other users also.
 
Bump. When we forward e-mail using managesieve the sender is set to original sender of e-mail, but not to a owner of e-mail account which forward e-mail? It make a SPF fail problems.
How to solve this problem?
 
Back
Top