port reuse for same time IPv4 and IPv6 usage
[lnanosmtp.git] / config.default.h
blob2d77936fd8fc4ba40316671ef28852fdf1c7d39e
1 #ifndef CONFIG_H
2 #define CONFIG_H
3 /* IPV4: without this, the code paths do default to IPv6 */
4 #define CONFIG_IPV4 1
6 /*
7 * 16 bits value for the port (below 1024, must be root, that you must be for
8 * chroot anyway)
9 */
10 #define CONFIG_LISTENING_PORT 25
12 /* the chroot patch used upon start */
13 #define CONFIG_CHROOT_PATH "/var/mail"
15 /* you must define the (domain/address literal) */
16 /* #define CONFIG_DOMAIN_ADDRESS_LITERAL "[78.124.78.108]" */
17 #endif