From bb7b60d0431952e250109275b59eb70fb05df378 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Fri, 19 Sep 2008 17:30:44 +0200 Subject: [PATCH] Add server port in the example. Signed-off-by: Florent Bruneau --- example/postlicyd.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: -- 2.20.1