services.davmail.config

NixOS option

Davmail configuration. Refer to http://davmail.sourceforge.net/serversetup.html and http://davmail.sourceforge.net/advanced.html for details on supported values.

type: davmail config type (str, int, bool or attribute set thereof)
Default
{ }
Example
{
  davmail.allowRemote = true;
  davmail.imapPort = 55555;
  davmail.bindAddress = "10.0.1.2";
  davmail.smtpSaveInSent = true;
  davmail.folderSizeLimit = 10;
  davmail.caldavAutoSchedule = false;
  log4j.logger.rootLogger = "DEBUG";
}
declared in: nixos/modules/services/mail/davmail.nixView source on NixOS/nixpkgs →