Add server port in the example.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 19 Sep 2008 15:30:44 +0000 (17:30 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 19 Sep 2008 15:30:44 +0000 (17:30 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
example/postlicyd.conf

index 08ab73c..075d82a 100644 (file)
@@ -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: