On 30.04.23 07:25, Kolusion K via Postfix-users wrote:
Subject: [pfx] Painful Postfix

it would be much better if you provided better Subject: for questions/problems like this, e.g. "debug_peer_level question".

  Can somebody please tell me what levels are available for the
  'debug_peer_level' parameter? The parameter is not fully documented.

it's documented here:
http://www.postfix.org/postconf.5.html#debug_peer_level

higher level - more verbose information, lower level - less verbose.

more details are available in postfix sources.

  Also, can somebody please tell me if a parameter is used twice in
  'main.cf', will the first line its used on be ignored if the parameter is
  used on a line after it? For example:
   
  Will this work?
   
  debug_peer_list = 47.246.99.195
  debug_peer_list = 47.246.136.231
  debug_peer_list = 47.246.137.47

you would override setting in each line. postconf would complain.

  Or would I need to use something like this?
   
  debug_peer_list = 47.246.99.195, 47.246.136.231, 47.246.137.47

this one.

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Linux is like a teepee: no Windows, no Gates and an apache inside...
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to