A. Schulze:
Hello,
I have a setup where all messages for a domain is forwarded to a
remote SMTP server.
Except one address is delivered by lmtp.
transport:
domain smtp:remote
user@domain lmtp:remote
that worked till remote died yesterday.
After remote came up again, message to
On Wed, Apr 22, 2015 at 06:43:18AM +0200, A. Schulze wrote:
> I have a setup where all messages for a domain is forwarded to a remote SMTP
> server.
> Except one address is delivered by lmtp.
>
> transport:
> domain smtp:remote
> user@domain lmtp:remote
The transport table is author
Hello,
I have a setup where all messages for a domain is forwarded to a
remote SMTP server.
Except one address is delivered by lmtp.
transport:
domain smtp:remote
user@domain lmtp:remote
that worked till remote died yesterday.
After remote came up again, message to user@domain
Viktor Dukhovni:
> On Tue, Apr 21, 2015 at 04:25:14PM -0400, Wietse Venema wrote:
>
> > > It is sloppy, and unnecessary. If the domain is a virtual alias domain,
> > > each user needs to be aliased to a real domain (u...@mailstore.example.com
> > > where u...@example.com is the original virtual a
> On Apr 21, 2015, at 11:54 AM, Bill Cole
> wrote:
>
> On 21 Apr 2015, at 10:32, LuKreme wrote:
>
>> I am getting some messages with an incomplete received header, they all seem
>> to come from bronto.com:
>>
>> Received: from ms045.bronto.com (unknown)
>>by mail.covisp.net(Postfix 2.11.4
On Tue, Apr 21, 2015 at 04:25:14PM -0400, Wietse Venema wrote:
> > It is sloppy, and unnecessary. If the domain is a virtual alias domain,
> > each user needs to be aliased to a real domain (u...@mailstore.example.com
> > where u...@example.com is the original virtual address, and "mailstore"
> >
Viktor Dukhovni:
> On Tue, Apr 21, 2015 at 09:50:05PM +0200, josef radinger wrote:
>
> > a domain xy.org which has users on two servers: one exchange server (B)
> > and one postfix(A). in front of that two systems is another portal-host,
> > which cannot distinguish between mails for users on syst
On Tue, Apr 21, 2015 at 09:50:05PM +0200, josef radinger wrote:
> a domain xy.org which has users on two servers: one exchange server (B)
> and one postfix(A). in front of that two systems is another portal-host,
> which cannot distinguish between mails for users on system A or on
> system B and t
I have the following situation:
a domain xy.org which has users on two servers: one exchange server (B)
and one postfix(A). in front of that two systems is another portal-host,
which cannot distinguish between mails for users on system A or on
system B and therefor send everything to A.
users wil
On 21 Apr 2015, at 10:32, LuKreme wrote:
I am getting some messages with an incomplete received header, they
all seem to come from bronto.com:
Received: from ms045.bronto.com (unknown)
by mail.covisp.net(Postfix 2.11.4/8.13.0) with SMTP id unknown;
Sun, 19 Apr 2015 15:00:38 -0600
(
On 4/21/2015 12:34 PM, Viktor Dukhovni wrote:
Your port 25 smtpd entry in master.cf is not chrooted, but your port
587 entry is.
Apr 21 12:20:29 canon postfix/submission/smtpd[9382]: warning: SASL
authentication failure: cannot connect to saslauthd server: No such file or
directory
Interest
On Tue, Apr 21, 2015 at 12:30:12PM -0400, Curtis Maurand wrote:
> Thank you for your reply. I've solved it with a bit of research. really
> weird in that smtp authentication was working on port 25, but not on port
> 587.I was getting the following error:
Your port 25 smtpd entry in master.cf
On 4/20/2015 8:36 PM, Viktor Dukhovni wrote:
On Mon, Apr 20, 2015 at 08:08:08PM -0400, Curtis Maurand wrote:
Anyone have any ideas?
1. http://www.postfix.org/DEBUG_README.html#mail
2. Send logs! Do not set verbose logs produced via "debug_peer_list"
or "-v" options in master.cf unles
On Apr 21, 2015, at 08:49, Wietse Venema wrote:
>
> The Postfix SMTP id is the queue file name. The most likely explanation
> is that the Received: header was modified with a header_checks rule or
> content filter.
Thanks, I'll look at my header_checks, though I suspect it's spamass-milter.
Wou
LuKreme:
> I am getting some messages with an incomplete received header, they all seem
> to come from bronto.com:
>
> Received: from ms045.bronto.com (unknown)
>by mail.covisp.net(Postfix 2.11.4/8.13.0) with SMTP id unknown;
>Sun, 19 Apr 2015 15:00:38 -0600
>(envelope-fro
I am getting some messages with an incomplete received header, they all seem to
come from bronto.com:
Received: from ms045.bronto.com (unknown)
by mail.covisp.net(Postfix 2.11.4/8.13.0) with SMTP id unknown;
Sun, 19 Apr 2015 15:00:38 -0600
(envelope-from )
I don't know why p
Kristjan Nii:
> Hi,
>
> Is there a way of removing an email address from the verify cache table?
> I've set it to use address_verify_map =
> btree:/var/lib/postfix/verify_cache. A new user is unable to receive
> emails, because it is listed in the cache file as:
> 2:0:1429596895:host mail.example
Olivier CALVANO:
> Hi
>
> thanks at all for your help, that's work.
>
> Only one problems:
>
> ?utf-8?B?Vm90cmUgZGV2aXMgc3VyIG1lc3VyZSBvZmZlcnQ=?
> ?utf-8?B?Vm90cmUgZGV2aXMgc3VyIG1lc3VyZSBvZmZlcnQ=?
> ?utf-8?B?Y2hyaXN0ZWxsZSwgcHJvZml0ZXogdml0ZSBkZSB2b
>
> a lot of subjet are saved into the log
Hi,
Is there a way of removing an email address from the verify cache table?
I've set it to use address_verify_map =
btree:/var/lib/postfix/verify_cache. A new user is unable to receive
emails, because it is listed in the cache file as:
2:0:1429596895:host mail.example.zz[xxx.xxx.xxx.xxx] said: 5
On 21/04/2015 5:23 PM, Olivier CALVANO wrote:
i use smtp_header_checks = pcre:/etc/postfix/logs_sujets
i change to:
smtp_header_checks = regexp:/etc/postfix/logs_sujets
?
To use PCRE you will have to compile your own postfix from source, which
is why i use regexp, its simpler for a novice
20 matches
Mail list logo