The original PCRE library that Postfix uses is no longer maintained:
https://pcre.org/
It's been replaced by PCRE2, which has a notably different API, so Postfix PCRE
support would need porting. I've looked and it's beyond my limited skills.
Is there any chance of getting this updated for Pos
On Sun, Nov 14, 2021 at 01:29:51PM +1100, raf wrote:
> On Fri, Nov 12, 2021 at 03:47:22PM -0600, Tyler Montney
> wrote:
>
> > Thanks for taking the time to review this. I feel confident now in putting
> > it online (after I make a few of your adjustments).
One last thing, there can also be mi
On Fri, Nov 12, 2021 at 03:47:22PM -0600, Tyler Montney
wrote:
> "You seem to be explicitly setting many parameters to their defaults."
>
> I removed a bunch, but might have missed some. That "command_directory"
> parameter I definitely didn't set. I think that's a result of building from
> so
On Fri, Nov 12, 2021 at 12:09:33PM +, Dominic Raferd
wrote:
> On 12/11/2021 04:53, Walt Pang wrote:
> > How to set up postfix to forward all my domain's email to gmail, and
> > enable authentication for SMTP outgoing messages?
> The good news is that we have had this working for our own doma
On Fri, Nov 12, 2021 at 05:11:08PM -0500, bobby
wrote:
> So my opendkim file is located here:
> /var/spool/postfix/opendkim/opendkim.sock
> Do I need to move that, or is that location OK?
It's probably OK, but I think it's conventional to have
it under var/run (or with systemd) under run. Creat
Togan Muftuoglu:
> So both INFO and WARN log the relevant information but what do they do
> differently ?
They log a "info" or "warning" prefix string, and use a different
numerical severity:
LOG_INFO informational message
LOG_WARNINGwarning conditions
(for other levels s
Hi,
The access man(5) has definitions for OTHER_ACTIONS. The definition for info
says:
INFO optional text...
"Log an informational record with the optional text,together with client
information and if available,with helo, sender, recipient and protocol
information."
for WARN:
WARN optional