From: Florent Bruneau Date: Fri, 19 Sep 2008 15:30:44 +0000 (+0200) Subject: Add server port in the example. X-Git-Url: http://git.madism.org/?p=apps%2Fpfixtools.git;a=commitdiff_plain;h=bb7b60d0431952e250109275b59eb70fb05df378 Add server port in the example. Signed-off-by: Florent Bruneau --- diff --git a/example/postlicyd.conf b/example/postlicyd.conf index 08ab73c..075d82a 100644 --- a/example/postlicyd.conf +++ b/example/postlicyd.conf @@ -207,4 +207,14 @@ client_whitelist { recipient_filter = client_whitelist; + +# SERVER PORT +# +# Port to which the server is bound. The default is 10000. If the port is specified as +# a command line parameter, the value specified on command line overides this value. +# +# You must RESTART the server to change the port (reload does not affect the port). + +port = 10000; + # vim:set syntax=conf: