File: templates

package info (click to toggle)
msmtp 1.4.28-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,980 kB
  • sloc: ansic: 10,847; sh: 5,168; python: 121; makefile: 84; sed: 16
file content (36 lines) | stat: -rw-r--r-- 927 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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.