Template: msmtp/apparmor
Type: boolean
Default: false
_Description: Enable AppArmor support?
  Apparmor is a kernel security mechanism to restrict programs capabilities
  with per-program profiles.
  .
  The AppArmor profile for msmtp covers a lot of common usecases but there are
  still corner cases with some options which breaks msmtp with incomprehensible
  permissions denied errors.

Template: msmtp/sysconfig
Type: boolean
Default: false
_Description: Create a system wide configuration file?
 msmtp has a sendmail emulation mode which allow to create a default
 system account that can be used by any user.

Template: msmtp/host
Type: string
_Description: SMTP server hostname:


Template: msmtp/port
Type: string
Default: 25
_Description: SMTP port number:


Template: msmtp/auto_from
Type: boolean
Default: true
_Description: Generate an envelope-from address?
 msmtp can generate an envelope-from address based on the login name and the
 "maildomain" configuration variable.

Template: msmtp/maildomain
Type: string
_Description: Domain to use for the envelope-from address:


Template: msmtp/tls
Type: boolean
Default: false
_Description: Use TLS to encrypt connection?
 Connection to remote hosts can be encrypted using TLS. This option should be
 enabled if the remote server supports such connections.
