On Tue, 23 Jan 2024, Wietse Venema via Postfix-users wrote:
Barbara M. via Postfix-users:
Jan 23 00:11:34 auth postfix/smtpd[188544]: NOQUEUE: reject: RCPT from
wp-host1.xyz.com[4.3.2.1]: 554 5.7.1 : Relay
access denied; from= to=
proto=ESMTP helo=
It this is this an INTERNAL DESTINATION, add
Dnia 24.01.2024 o godz. 08:20:33 Matthias Schneider via Postfix-users pisze:
>
> Upon reviewing the code, it appears there are only one limit on
> vstring_sprintf, three limits on msg_info in the code, whereas the rest of
> the %.200s limits are present on msg_warn lines. My request stems from
> t
Hi Jaroslaw,
Thank you for your suggestion.
I've indeed explored the option of adjusting the limits in the code, and I've
been maintaining a patched version for my specific needs for quite some time
now. However, I've also encountered others who faced similar challenges and
found the patched v
1) You can log full headers with a Milter. You will run into the
length limit of the syslog() client (historically, 2 kBytes) before
the Milter protocol limit (64 kBytes) which is less than the Postfix
header_size_limit (default: 102400).
2) You can uniqely identify all Postfix transactions with a
Barbara M.:
> On Tue, 23 Jan 2024, Wietse Venema via Postfix-users wrote:
>
> > Barbara M. via Postfix-users:
> >> Jan 23 00:11:34 auth postfix/smtpd[188544]: NOQUEUE: reject: RCPT from
> >> wp-host1.xyz.com[4.3.2.1]: 554 5.7.1 : Relay
> >> access denied; from= to=
> >> proto=ESMTP helo=
> >
> > I
Initially, I experimented with a Milter for logging the required headers, but I
found that employing a larger %s printf value proved to be a more efficient
solution. However, I'd like to point out that the default configuration for
MaxMessageSize in rsyslog is often set to 8k, with the potential
On Wed, Jan 24, 2024 at 03:10:03PM +0100, Matthias Schneider via Postfix-users
wrote:
> Initially, I experimented with a Milter for logging the required
> headers, but I found that employing a larger %s printf value proved to
> be a more efficient solution. However, I'd like to point out that the
Oops! I just realized that I sent this instead of saving it. Dang!
So continuing my thoughts with item 4 ...
4) Probably not a PostFix question, but it is related. One big reason
for doing an in-place upgrade is because I do not know how to move my
mailbox from the old server to something n
On Wed, Jan 24, 2024, Wietse Venema via Postfix-users wrote:
> 1) You can log full headers with a Milter. You will run into the
> length limit of the syslog() client (historically, 2 kBytes) before
> the Milter protocol limit (64 kBytes) which is less than the Postfix
Just FYI: That limit can be i
On Wed, Jan 24, 2024 at 09:38:06AM -0600, Bill Gee via Postfix-users wrote:
> > 1) Is there any documentation about moving from Postfix 2 to 3? I
> > looked on the web site but saw nothing obvious.
The RELEASE NOTES:
https://github.com/vdukhovni/postfix/blob/master/postfix/RELEASE_NOTES-2.1
Claus Assmann via Postfix-users:
> On Wed, Jan 24, 2024, Wietse Venema via Postfix-users wrote:
> > 1) You can log full headers with a Milter. You will run into the
> > length limit of the syslog() client (historically, 2 kBytes) before
> > the Milter protocol limit (64 kBytes) which is less than t
On Wed, Jan 24, 2024 at 11:17:16AM -0500, Viktor Dukhovni via Postfix-users
wrote:
> > > 2) The leapp output mentions a compatibility option. I think I need to
> > > use that. Is there documentation on it?
>
> https://www.postfix.org/postconf.5.html#compatibility_level
> https://www.po
Hi Victor,
Thank you for diving into this topic.
Using a Milter is an option, but it often involves correlating information from
both the milter process and the log for a comprehensive view. For example,
capturing TLS details from both the smtp client process and smtpd pid, along
with recipien
On Wed, Jan 24, 2024 at 08:27:53PM +0100, Matthias Schneider via Postfix-users
wrote:
> Using a Milter is an option, but it often involves correlating
> information from both the milter process and the log for a
> comprehensive view.
Everything of interest can be added as a message header.
> Fo
> Viktor Dukhovni via Postfix-users :
>
> On Wed, Jan 24, 2024 at 08:27:53PM +0100, Matthias Schneider via
> Postfix-users wrote:
>
>> Using a Milter is an option, but it often involves correlating
>> information from both the milter process and the log for a
>> comprehensive view.
>
> Everyt
Hi Gerald,
Thank you for providing an insightful perspective on the matter, and you've hit
the nail on the head. Indeed, the 200-byte limit not only impacts the display
of subjects but also affects headers with security content, such as
Authentication-Results. A Milter cannot get any informatio
16 matches
Mail list logo