On Wed, Nov 11, 2020 at 10:57:12PM -0500, Alex wrote:
> /etc/postfix-117/main.cf
Input instance.
> default_process_limit = 100
I'd go higher, inbound connections are cheap.
> delay_warning_time = 4d
If this is inbound mail from outside, I generally don't enable delay
warnings back outside sen
Hi,
> > > This should work provided nothing causes the mail to take some other
> > > route. The routing logic is:
> > >
> > > 1. Highest priority, any content_filter override.
> > > 2. Next, the transport(5) table.
> > > 3. Next, the address-class-specific transport, i.e.
> > >
PGNet Dev:
> I'd like to all dkim interaction/processing for a single internal sender
> (sen...@some.domain.com); ideally excluding it from pass to outbound milter
> at all.
It is not possible to switch Milter options in the middle of an
SMTP session. That is why smtpd_milter_maps is indexed by
I've a postfix instance accepting mail submission from internal clients.
The configuration includes a DKIM signer
[int.mx.example.com]:465 inet n - n - - smtpd
...
-o smtpd_milters=unix:/run/dkimpy-milter/dkimpy-milter.sock
-o milter_macro_daemon_name=DKIM_ORIGINA
Tnx
בתאריך יום ד׳, 11 בנוב׳ 2020 ב-12:26 מאת Matus UHLAR - fantomas <
uh...@fantomas.sk>:
> On 11.11.20 09:29, Shimon Weinreich (Gmail) wrote:
> >I'm looking for a way of 'catching' the Subject string and move it to
> body.
> >And put into 'Subject' another String.
>
> possible with c
On Wed, Nov 11, 2020 at 11:43:48AM +0100, Matus UHLAR - fantomas wrote:
[snip]
>
> this message is not relayed, but delivered locally.
>
[snip]
>
> this message is not to be delivered locally, but to relayed.
>
Of course, thanks Matus, one was to chris@esprimo whereas the rejected
one was to c
On 11.11.20 10:30, Chris Green wrote:
Subject: Getting 'Relay access denied' from one LAN host but not from
another - why?
I have Postfix 3.4.13 running on my xubuntu 20.04 system.
It's configured to send outgoing E-Mail to my hosting provider's smart
host and to deliver incoming E-Mail to lo
I have Postfix 3.4.13 running on my xubuntu 20.04 system.
It's configured to send outgoing E-Mail to my hosting provider's smart
host and to deliver incoming E-Mail to local users (basically just me).
This has been working for several years.
Also configured a while ago and working OK are some loc
On 11.11.20 09:29, Shimon Weinreich (Gmail) wrote:
I'm looking for a way of 'catching' the Subject string and move it to body.
And put into 'Subject' another String.
possible with content filter, milter etc, not within postfix.
note that this will break DKIM signatures, so spam filtering shoul