> It is assumed that you're not a victim of systemd-journald log mangling.
> It may be dropping some messages, and recording others out of order,
> breaking "collate".  On Linux systems where systemd is doing the
> logging, you'll want to have Postfix writing its own log files directly,
> bypassing syslog.  I have:
>
>     main.cf:
>         maillog_file = /var/log/postfix/log
>
>     $ ls -ld /var/log/postfix{,/*}
>     drwxrwxr-x. 2 root postdrop       47 May 22 23:40 /var/log/postfix
>     -rw-------  1 root root          226 May 22 23:40 /var/log/postfix/log
>     -rw-------  1 root postdrop 25747944 May 22 23:40 
> /var/log/postfix/log.20240522-234048.gz
>

We are collecting the log files as input with:

  journalctl -u postfix.service | grep 'May 22' >0522.log

It seems that this may be the issue with "collate".  I will add
logging in main.cf.

We will be sending our daily devotion email in Chinese starting at
12:30 pacific time.  I hope to have "collate" data soon afterwards.

Best, Greg
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to