services.public-inbox.imap.port
NixOS option
Listening port. Beware that public-inbox uses well-known ports number to decide whether to enable TLS or not. Set to null and use systemd.sockets.public-inbox-imapd.listenStreams if you need a more advanced listening.
type: null or string or 16 bit unsigned integer; between 0 and 65535 (both inclusive)Default
declared in: nixos/modules/services/mail/public-inbox.nixView source on NixOS/nixpkgs →993