View Single Post
  #6   (View Single Post)  
Old 3rd February 2016
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

Quote:
Originally Posted by jggimi View Post
Looking back at old prototypes for you now, I see the provision instruction looks like this:
Code:
dnl define(`SMART_HOST', `mail.myisp.net')dnl
The .mc file needs to be "compiled" into your final local .cf file with an applicable make command, or with the m4 processor directly.
Please note that dnl is a m4(1) built in macro:
Code:
     dnl          Discard input characters up to and including the next
                  newline.
So dnl (delete up to newline) is similar as '#' in a shell script, it comments out the text.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote