Bind FileThis file contains service IP and Port binding. The binding is only applied if the global binding option is enabled. You can either bind all services to the same IPs or you can use this specification file to bind any service to any IP and port. Formal Syntax: |
|||
serviceitems | = | *(serviceitem) | |
serviceitem | = | (servicename ";" serviceip ";" [port] ";" [sslcertificate ";" requirepeer ";" cafile]) CRLF | |
serviceip | = | (IPAddress / UnixSocketFilePath) | |
servicename | = | ("SMTP" / "SMTPSSL" / "POP3" / "POP3SSL" / "IMAP" / "IMAPSSL" / "CONTROL" / "CONTROLSSL" / "GW" / "IM" / "IMSSL" ) | |
Example: |
|||
SMTP;127.0.0.1;2025 SMTP;127.0.0.1;2525 POP3SSL;192.168.100;;c:\ssl\cert.pem SMTP;/tmp/smtp;;c:\ssl\cert.pem SMTP;10.0.0.1;5000;c:\ssl\cert.pem;1;ca.pem |