On Mon, Aug 29, 2016 at 09:36:44AM -0400, Wietse Venema wrote:
> Robert Dahlem:
> > Because it does no harm to anything existing I propose that 
> > attached patch gets into the distribution.
> 
> It works with multi-instance names. What is the result for the 
> stock master.cf file, which has entries as shown below?
> 
>     submission inet n       -       n       -       -       smtpd
>        -o syslog_name=postfix/submission
>        ...
>     smtps     inet  n       -       n       -       -       smtpd
>        -o syslog_name=postfix/smtps
>        ...
> 
> This logs process names as: postfix/submission/smtpd, 
> postfix/smtps/smtpd.

Just a thought, take it or leave it: perhaps those examples should
be changed to:

>     submission inet n       -       n       -       -       smtpd
>        -o syslog_name=$syslog_name/submission
>        ...
>     smtps     inet  n       -       n       -       -       smtpd
>        -o syslog_name=$syslog_name/smtps
>        ...

Ugly, but it would work with multiple instance names.
-- 
  http://rob0.nodns4.us/
  Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Reply via email to