On 2023-12-06 at 04:00:21 UTC-0500 (Wed, 6 Dec 2023 01:00:21 -0800)
Doug Hardie via Postfix-users <[email protected]>
is rumored to have said:
I just upgraded FreeBSD from 13.2 to 14.0. Postfix just picked up and
ran fine. However postsrsd is causing me a few issues. I get the
impression that postsrsd got updated, but I can't tell for sure. At
the moment, the version is 2.0.8. The config files (conf and
conf.sample) all had dates of 14 Nov so I suspect they were replaced.
I don't know what the original files contained anymore.
And you have no backups?
This is actually my most common reason for needing backups: when I've
whacked a config file and need to get back to a last working config.
It's not exactly common, but it is more frequent than catastrophic disk
death...
main.conf included:
sender_canonical_maps = tcp:localhost:10001
sender_canonical_classes = envelope_sender
recipient_canonical_maps = tcp:localhost:10002
recipient_canonical_classes= envelope_recipient,header_recipient
I got errors that postfix couldn't connect to 10001. There was
nothing listening to either port.
I changed postsrsd.conf:
chroot-dir = ""
That got rid of the port errors. But now postfix gave an error about
the tcp mapping.
I changed main.conf to:
sender_canonical_maps = socketmap:unix:srs:forward
sender_canonical_classes = envelope_sender
recipient_canonical_maps = socketmap:unix:srs:reverse
recipient_canonical_classes = envelope_recipient, header_recipient
and now postifx logs: Dec 6 00:02:44 test postfix/cleanup[2365]:
warning: socketmap:unix:srs:forward lookup error for
"[email protected]". Postfix returns: 451 4.3.0 Error: queue file write
error.
I have no positive suggestions of a solution but that error does not
seem like something a socketmap error should be able to generate from
the service side, as opposed to Postfix itself. How is your disk space
doing?
--
Bill Cole
[email protected] or [email protected]
(AKA @grumpybozo and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]