meillo@22: # These templates have been reviewed by the debian-l10n-english
meillo@22: # team
meillo@22: #
meillo@22: # If modifications/additions/rewording are needed, please ask
meillo@22: # debian-l10n-english@lists.debian.org for advice.
meillo@22: #
meillo@22: # Even minor modifications require translation updates and such
meillo@22: # changes should be coordinated with translators and reviewers.
meillo@22: 
meillo@0: Template: masqmail/manage_config_with_debconf
meillo@0: Type: boolean
meillo@0: Default: true
meillo@22: _Description: Manage masqmail.conf automatically?
meillo@22:  The /etc/masqmail/masqmail.conf file can be handled automatically by
meillo@22:  answering a few questions, or entirely manually by the local administrator.
meillo@0:  .
meillo@0:  Note that only specific, marked sections of the configuration file will be
meillo@22:  managed this way if you choose this option; if those markers are missing,
meillo@22:  you will have to update the file manually, or remove the file.
meillo@0: 
meillo@0: Template: masqmail/move_existing_nondebconf_config
meillo@0: Type: boolean
meillo@0: Default: false
meillo@0: _Description: Replace existing /etc/masqmail/masqmail.conf file?
meillo@0:  The existing /etc/masqmail/masqmail.conf file currently on the system does
meillo@22:  not contain a marked section for automatic configuration management.
meillo@0:  .
meillo@22:  If you choose this option, the existing configuration
meillo@0:  file will be backed up to /etc/masqmail/masqmail.conf.debconf-backup and a
meillo@22:  new file written to /etc/masqmail/masqmail.conf.  If you do not choose this
meillo@22:  option, the existing configuration file will not be managed automatically,
meillo@0:  and no further questions about masqmail configuration will be
meillo@0:  asked.
meillo@0: 
meillo@0: Template: masqmail/host_name
meillo@0: Type: string
meillo@0: Default:
meillo@0: _Description: Masqmail host name:
meillo@0:  Please enter the name used by masqmail to identify itself to others.
meillo@22:  This is most likely the machine's hostname. It is used in the SMTP
meillo@22:  greetings banner and generated Message-ID fields, as well as for
meillo@22:  expansion of unqualified addresses, and so on.
meillo@0: 
meillo@0: Template: masqmail/local_hosts
meillo@0: Type: string
meillo@0: _Description: Hosts considered local:
meillo@22:  Please enter a list, separated with semicolons (;), of hosts which are
meillo@22:  considered "local". Mail to these hosts will be delivered to a
meillo@0:  mailbox (or Maildir or MDA) on this host.
meillo@0:  .
meillo@22:  You will most likely insert "localhost" as well as this host's fully
meillo@22:  qualified name and short name.
meillo@0:  .
meillo@22:  You can also use wildcard expressions containing "*" and "?".
meillo@0: 
meillo@0: Template: masqmail/local_nets
meillo@0: Type: string
meillo@22: _Description: Networks considered local:
meillo@22:  Please enter a list, separated with semicolons (;), of hosts which are
meillo@22:  on the local network. That is, they should be always reachable, without a
meillo@0:  dialup connection. Mail to these hosts will be delivered immediately,
meillo@0:  without checking for the online status.
meillo@0:  .
meillo@22:  You can use wildcard expressions containing "*" and "?", for
meillo@22:  instance "*.yournet.local".
meillo@0:  .
meillo@22:  That field can be left empty if this host is the only host on the
meillo@22:  network. If you do not want
meillo@22:  to use Masqmail as an offline MTA and all servers likely to receive
meillo@22:  outbound mail from this host are always reachable, just use "*"
meillo@22:  here.
meillo@0: 
meillo@0: Template: masqmail/listen_addresses
meillo@0: Type: string
meillo@0: Default: localhost:25
meillo@0: _Description: Interfaces for incoming connections:
meillo@22:  For security reasons, Masqmail does not listen an all network
meillo@22:  interfaces by default. If there are no other hosts connected to this
meillo@22:  host, "localhost:25" is enough for local operation. If there are other
meillo@22:  hosts that need to send SMTP mail to this host, you should add the
meillo@22:  address of the relevant network interface, for instance
meillo@22:  "localhost:25;192.168.1.2:25".
meillo@0: 
meillo@0: Template: masqmail/use_syslog
meillo@0: Type: boolean
meillo@0: Default: false
meillo@22: _Description: Use the system log daemon for logging?
meillo@22:  Masqmail may log via the system log daemon (syslog) or use its
meillo@22:  own custom logging in /var/log/masqmail/masqmail.log.
meillo@0: 
meillo@0: Template: masqmail/online_detect
meillo@0: Type: select
meillo@0: __Choices: file, pipe
meillo@0: Default: file
meillo@0: _Description: Online detection method:
meillo@22:  Masqmail has two methods to determine whether it is online or not:
meillo@22:  "file" and "pipe".
meillo@22:   - With "file", it checks for the existence of a file. If it
meillo@22:     exists, the name of the connection is read from that file.
meillo@22:   - With "pipe", it calls a program or script, which outputs the name
meillo@22:     if online or nothing if not. The "guessnet" program is a good
meillo@22:     candidate for such use.
meillo@0: 
meillo@0: Template: masqmail/online_file
meillo@0: Type: string
meillo@0: Default: /var/run/masqmail-route
meillo@0: _Description: File used to determine the online status:
meillo@0: 
meillo@0: Template: masqmail/online_pipe
meillo@0: Type: string
meillo@0: Default:
meillo@0: _Description: Name of the program used to determine the online status:
meillo@0:  Please choose the program to use to determine the online
meillo@22:  status. This program is called with "mail" as user ID.
meillo@0: 
meillo@0: Template: masqmail/mbox_default
meillo@0: Type: select
meillo@0: Choices: mbox, mda, maildir
meillo@0: Default: mbox
meillo@0: _Description: Local delivery style:
meillo@22:  Local mail can be delivered to a mailbox, to a mail delivery
meillo@22:  agent (MDA) such as procmail
meillo@22:  or to Maildir-style mailboxes in the users' home directories.
meillo@0:  .
meillo@22:  This choice affects the default delivery mechanism. It can be defined
meillo@22:  on a per-user basis with the "mbox_users", "mda_users" and
meillo@22:  "maildir_users" options.
meillo@0: 
meillo@0: Template: masqmail/mda
meillo@0: Type: string
meillo@0: Default: /usr/bin/procmail -Y -d ${rcpt_local}
meillo@0: _Description: MDA command line (including options):
meillo@0:  Please choose the path to the mail delivery agent (MDA), including
meillo@22:  its arguments. You can use variable substitution here,
meillo@22:  such as ${rcpt_local} for the user name.
meillo@0:  .
meillo@22:  Masqmail's manual page describes all available variable substitutions.
meillo@0:  .
meillo@22:  This question is meaningful even when choosing another option than
meillo@22:  MDA delivery, in case MDA is used for a restricted set of users.
meillo@0: 
meillo@0: Template: masqmail/alias_local_caseless
meillo@0: Type: boolean
meillo@0: Default: false
meillo@22: _Description: Should alias expansion be case sensitive?
meillo@0:  Masqmail uses the file /etc/aliases to redirect local addresses.
meillo@22:  The search for a match in /etc/aliases can be case sensitive or not.
meillo@0: 
meillo@0: Template: masqmail/init_smtp_daemon
meillo@0: Type: boolean
meillo@0: Default: true
meillo@0: _Description: Start SMTP listening daemon?
meillo@22:  Please choose whether you want Masqmail to start as an SMTP listening
meillo@0:  daemon. You will need this if:
meillo@22:   - there are other hosts in the local network that may want to send
meillo@22:     mail via this host;
meillo@22:   - you use a local mail client that sends mail via SMTP.
meillo@0: 
meillo@0: Template: masqmail/init_queue_daemon
meillo@0: Type: boolean
meillo@0: Default: true
meillo@0: _Description: Start SMTP queue running daemon?
meillo@22:  Please choose this option if you want Masqmail to start as a queue
meillo@0:  running daemon. You're very likely to need this. It is used for mail
meillo@0:  that cannot delivered immediately, either because of delivery
meillo@22:  failures or because the host is not online on the first attempt to send
meillo@0:  a mail.
meillo@0: 
meillo@0: Template: masqmail/queue_daemon_ival
meillo@0: Type: string
meillo@0: Default: -q10m
meillo@0: _Description: Interval for the queue running daemon:
meillo@22:  Please choose the interval for the queue running daemon.
meillo@0:  .
meillo@22:  The format is "-q", followed by a numeric value and one of the letters
meillo@22:  s, m, h, d, or w, for seconds, minutes, hours, days, or weeks,
meillo@22:  respectively. For instance, "-q10m" defines a ten-minute interval
meillo@22:  between runs.
meillo@0:  .
meillo@22:  Reasonable values are between five minutes (-q5m) and two hours (-q2h).
meillo@0: 
meillo@0: Template: masqmail/init_fetch_daemon
meillo@0: Type: boolean
meillo@0: Default: false
meillo@0: _Description: Start POP3 fetch daemon?
meillo@22:  Please choose this option if you want Masqmail to start as a fetch
meillo@22:  daemon. If you do so, it will try to fetch mail from configured POP3
meillo@22:  servers, detecting the online
meillo@0:  status first.
meillo@0:  .
meillo@0:  No matter what you choose here, you can later select whether you want to fetch
meillo@22:  mail when the host becomes online.
meillo@0: 
meillo@0: Template: masqmail/fetch_daemon_ival
meillo@0: Type: string
meillo@0: Default: -go5m
meillo@0: _Description: Interval for the fetch daemon:
meillo@0:  Please choose the interval for the fetch daemon.
meillo@0:  .
meillo@22:  The format is "-go", followed by a numeric value and one of the letters
meillo@22:  s, m, h, d, or w, for seconds, minutes, hours, days, or weeks,
meillo@22:  respectively.
meillo@0:  .
meillo@22:  Reasonable values are between two minutes (-go2m) and two hours (-go2h).
meillo@0: 
meillo@0: Template: masqmail/ipup_runqueue
meillo@0: Type: boolean
meillo@0: Default: true
meillo@22: _Description: Flush mail queue when online?
meillo@22:  Please choose whether you want Masqmail to immediately flush its mail
meillo@22:  queue as soon as the host comes online. This will be done by Masqmail's
meillo@22:  ip-up script
meillo@0:  in /etc/ppp/ip-up or in /etc/network/if-up.d/.
meillo@0: 
meillo@0: Template: masqmail/ipup_fetch
meillo@0: Type: boolean
meillo@0: Default: false
meillo@22: _Description: Fetch mail when online?
meillo@22:  Please choose whether you want Masqmail to immediately fetch mail
meillo@22:  from POP3 servers as soon as the host comes online. This will be done
meillo@22:  by Masqmail's ip-up script in /etc/ppp/ip-up or in /etc/network/if-up.d/.
meillo@0: 
meillo@0: Template: masqmail/ifup_ifaces
meillo@0: Type: string
meillo@0: Default: all
meillo@22: _Description: List of interfaces used for Masqmail online detection:
meillo@0:  Please choose a list of network interfaces which will trigger queue
meillo@0:  runs and/or fetching mails when going up. The list will be used in
meillo@0:  the /etc/ppp/ip-up and /etc/network/if-up.d/ scripts, when the
meillo@0:  interface goes up.
meillo@0:  .
meillo@22:  A reasonable choice is for instance "ppp0" for a home computer connected
meillo@22:  by PPP or "ppp0 eth0" for
meillo@0:  a notebook.
meillo@0:  .
meillo@22:  Other possible choices are "all" to listen on all network interfaces, or
meillo@22:  "none" for not listening on any interface.
meillo@0: