Sahil Tandon put forth on 9/11/2010 1:15 AM: > Stan Hoeppner wrote: >> Sep 10 22:30:14 greer postfix/smtpd[12354]: before input_transp_cleanup: >> cleanup flags = enable_header_body_filter enable_automatic_bcc >> enable_address_mapping enable_milters >> Sep 10 22:30:14 greer postfix/smtpd[12354]: after input_transp_cleanup: >> cleanup flags = none > > Don't be troubled, that's just verbose logging. Things seem to be > working as expected based on your master.cf snippet.
Ok, good. I'm seeing what appears to be the results I was looking for, but wanted to be sure. > There is proabably a better way to articulate this, but you could think > of "before" as before various configuration parameters/flags that impact > cleanup(8) processing have been "interpreted" or "updated". The above > logging confirms that your particular smtpd(8) instance disables (or > does not use) header/body checks, address mappings, etc. If you care > for more detail, scan the comments and code in src/global/input_transp.c. You articulated this well. Thank you. Well enough that I need not bother looking at the source. >> Just a tad confusing... > > Verbose logging can be that way. :-) I turned it on to get "clarity" and unfortunately got the opposite. :( Thanks for adding the clarity Sahil. :) -- Stan