Mercurial > masqmail-0.2
diff debian/masqmail.templates @ 1:af25f5c39d90 0.2.21-4
added diff from debian (masqmail-0.2.21-4)
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 20:56:23 +0200 |
parents | 08114f7dcc23 |
children |
line wrap: on
line diff
--- a/debian/masqmail.templates Fri Sep 26 17:05:23 2008 +0200 +++ b/debian/masqmail.templates Fri Sep 26 20:56:23 2008 +0200 @@ -1,34 +1,7 @@ -Template: masqmail/note_moved_tpl -Type: note -Description: Failure notice templates have been moved - The delivery failure notices that lived in /etc/masqmail/tpl are now in - /usr/share/masqmail/tpl/. - . - You will notice this only if you have changed the location in - masqmail.conf or changed the templates. - . - Since they are no longer conffiles because of the move, you should - give a customized version another name, otherwise it will be - overwritten on the next upgrade. - -Template: masqmail/note_pcmcia_scripts -Type: note -Description: Removed executable bit in scripts in /etc/pcmcia/ip-{up,down}.d/ - The scripts in /etc/pcmcia/ip-{up,down}.d/ are deprecated - and are replaced with the scripts /etc/network/if-{up,down}.d/1masqmail, which - will work for _any_ network card (not just pcmcia). The executable bit of the - old scripts has been removed, because otherwise they and the new scripts would be - exececuted, which is not desired. - . - You should remove these scripts from /etc/pcmcia/ip-{up,down}.d/. If you still want - to use them, just reset the executable bit. - . - Whatever you do, you will never see the note again. - Template: masqmail/manage_config_with_debconf Type: boolean Default: true -Description: Manage masqmail.conf using debconf? +_Description: Manage masqmail.conf using debconf? The /etc/masqmail/masqmail.conf file can be handled automatically by debconf, or manually by you. . @@ -39,7 +12,7 @@ Template: masqmail/move_existing_nondebconf_config Type: boolean Default: false -Description: Replace existing /etc/masqmail/masqmail.conf file? +_Description: Replace existing /etc/masqmail/masqmail.conf file? The existing /etc/masqmail/masqmail.conf file currently on the system does not contain a marked section for debconf to write its data. . @@ -53,28 +26,27 @@ Template: masqmail/host_name Type: string Default: -Description: The name with which masqmail identifies itself to others +_Description: Masqmail host name: + Please enter the name used by masqmail to identify itself to others. This is most likely your hostname. It is used in its SMTP greeting banner, for expanding unqualified addresses, the Message ID and so on. Template: masqmail/local_hosts Type: string -Default: -Description: hosts considered local - This is a list of hosts, separated with semicolons (;), which are - considered 'local', ie. mail to this host will be delivered to a +_Description: Hosts considered local: + Please enter a list of hosts, separated with semicolons (;), which are + considered 'local', ie. mail to these hosts will be delivered to a mailbox (or Maildir or MDA) on this host. . You will most likely insert 'localhost', your hostname in its fully - qualified version, and just the simple hostname here. + qualified form and just the simple hostname here. . You can also use wildcard expressions like '*' and '?'. Template: masqmail/local_nets Type: string -Default: -Description: nets considered local, for immediate delivery attempts - This is a list of hosts, separated with semicolons (;), which are +_Description: Nets considered local: + Please enter a list of hosts, separated with semicolons (;), which are on your local network, ie. they are always reachable, without a dialup connection. Mail to these hosts will be delivered immediately, without checking for the online status. @@ -83,35 +55,36 @@ . If you have only one box, you can leave this empty. If you do not want to use masqmail as an offline MTA, and the whole internet or another mail - server which accepts outgoing mail is all time + server which accepts outgoing mail is at all times reachable to you, just insert '*'. Template: masqmail/listen_addresses Type: string Default: localhost:25 -Description: accept connections on these interfaces - masqmail, for security reasons, does not listen an all network interfaces - by default. If there are no other hosts connected to your host, just leave - this 'localhost:25'. If there are other hosts that may want to send SMTP - messages to this host, add the address of you network interface here, - eg.: localhost:25;192.168.1.2:25. +_Description: Interfaces for incoming connections: + Masqmail, for security reasons, does not listen an all network + interfaces by default. If there are no other hosts connected to your + host, just leave the default 'localhost:25' value. If there are other + hosts that may want to send SMTP messages to this host, add the + address of your network interface here, eg.: + localhost:25;192.168.1.2:25. . - Of course you can also replace the '25' with another port number, but + Of course you can also replace the '25' with another port number, however this is unusual. Template: masqmail/use_syslog Type: boolean Default: false -Description: use syslogd for logs? +_Description: Use syslogd for logs? You can decide whether masqmail should log via syslog or not. If not, logs will be written to /var/log/masqmail/masqmail.log. Template: masqmail/online_detect Type: select -Choices: file, pipe +__Choices: file, pipe Default: file -Description: the online detection method - masqmail has different methods to determine whether it is online or not, +_Description: Online detection method: + Masqmail has different methods to determine whether it is online or not, these are 'file','pipe'. . For 'file', masqmail checks for the existence of a file, and, if it @@ -123,21 +96,23 @@ Template: masqmail/online_file Type: string Default: /var/run/masqmail-route -Description: the name of the file to determine the online status +_Description: File used to determine the online status: Template: masqmail/online_pipe Type: string Default: -Description: the name of the program to determine the online status - Note that, when this program is called, masqmail has the user id 'mail'. +_Description: Name of the program used to determine the online status: + Please choose the program to use to determine the online + status. Please note that, when this program is called, masqmail has + the user id 'mail'. Template: masqmail/mbox_default Type: select Choices: mbox, mda, maildir Default: mbox -Description: local delivery style +_Description: Local delivery style: Local mail can be delivered to a mailbox, to an MDA (eg. procmail) - or to a qmail style maildir in the users home dir. + or to a qmail style Maildir in the users home dir. . You can select the default style here. You can configure this also on a per-user basis with the options mbox_users, mda_users and @@ -146,53 +121,51 @@ Template: masqmail/mda Type: string Default: /usr/bin/procmail -Y -d ${rcpt_local} -Description: The MDA command line including options - Give here the path to the mda, including its arguments. You can use - substitution values here, eg. ${rcpt_local} for the user name. +_Description: MDA command line (including options): + Please choose the path to the mail delivery agent (MDA), including + its arguments. You can use substitution values here, + eg. ${rcpt_local} for the user name. . For other substitutions please see the man page. . - (This question is also asked if you did not set mbox_default to mda, - since you can use mda for a set of users specially) + This question is also asked if you did not set mbox_default to mda, + since you can use mda for a set of users specially. Template: masqmail/alias_local_caseless Type: boolean Default: false -Description: Alias expansion regarding case or not - masqmail uses the file /etc/aliases to redirect local addresses. +_Description: Alias expansion regarding case or not: + Masqmail uses the file /etc/aliases to redirect local addresses. The search for a match in /etc/aliases can be regarding upper/lower case or insensitive to case. Template: masqmail/init_smtp_daemon Type: boolean Default: true -Description: Start SMTP listening daemon? - Select 'yes' if you want masqmail to start as an SMTP listening +_Description: Start SMTP listening daemon? + Please choose whether you want masqmail to start as an SMTP listening daemon. You will need this if: - . - - there are other hosts in your local network that may want to send mail via this host - . - - you use a mail client that sends mail via SMTP (netscape, mozilla are examples) - . - If in doubt, select 'yes'. + - there are other hosts in your local network that may want to send + mail via this host + - you use a mail client that sends mail via SMTP (netscape, + mozilla are examples) Template: masqmail/init_queue_daemon Type: boolean Default: true -Description: Start SMTP queue running daemon? - Select 'yes' if you want masqmail to start as a queue running daemon. You will - need this very likely. It is used for mail that cannot delivered immediately, - either because of delivery failures or because you were not online on - the first attempt to send a mail. - . - If in doubt, select 'yes'. +_Description: Start SMTP queue running daemon? + Please choose this option if you want masqmail to start as a queue + running daemon. You're very likely to need this. It is used for mail + that cannot delivered immediately, either because of delivery + failures or because you were not online on the first attempt to send + a mail. Template: masqmail/queue_daemon_ival Type: string Default: -q10m -Description: The interval for the queue running daemon - Set the interval for the queue running daemon. -q10m means flush the queue every - 10 minutes. +_Description: Interval for the queue running daemon: + Please choose the interval for the queue running daemon. -q10m means + flush the queue every 10 minutes. . The format is -q, followed by an numeric value and one of the letters s,m,h,d,w for seconds, minutes, hours, days or weeks respectively. @@ -202,10 +175,11 @@ Template: masqmail/init_fetch_daemon Type: boolean Default: false -Description: Start POP3 fetch daemon? - Select 'yes' if you want masqmail to start as a fetch daemon. If you say 'yes', - masqmail will try to fetch mail from pop servers that you configure in regular - intervals, detecting the online status first. +_Description: Start POP3 fetch daemon? + Please choose this option if you want masqmail to start as a fetch + daemon. If you do so, masqmail will try to fetch mail from POP3 + servers that you configure in regular intervals, detecting the online + status first. . No matter what you choose here, you can later select whether you want to fetch mail the moment you get online. @@ -213,9 +187,8 @@ Template: masqmail/fetch_daemon_ival Type: string Default: -go5m -Description: The interval for the fetch daemon - Set the interval for the fetch daemon. -go5m means try to fetch mail every - 5 minutes. +_Description: Interval for the fetch daemon: + Please choose the interval for the fetch daemon. . The format is -go, followed by an numeric value and one of the letters s,m,h,d,w for seconds, minutes, hours, days or weeks respectively. @@ -225,43 +198,30 @@ Template: masqmail/ipup_runqueue Type: boolean Default: true -Description: flush mail queue when you get online? - Select 'yes' if you want masqmail to immediately flush its mail queue as soon - as you go online. This will be done in the ip-up script in /etc/ppp/ip-up or - in /etc/network/if-up.d/. +_Description: Flush mail queue when you get online? + Please choose whether you want masqmail to immediately flush its mail + queue as soon as you go online. This will be done in the ip-up script + in /etc/ppp/ip-up or in /etc/network/if-up.d/. Template: masqmail/ipup_fetch Type: boolean Default: false -Description: fetch mail when you get online? - Select 'yes' if you want masqmail to immediately fetch mail from POP3 - servers as soon as you go online. This will be done in the ip-up script - in /etc/ppp/ip-up or in /etc/network/if-up.d/. +_Description: Fetch mail when you get online? + Please choose whether you want masqmail to immediately fetch mail + from POP3 servers as soon as you go online. This will be done in the + ip-up script in /etc/ppp/ip-up or in /etc/network/if-up.d/. Template: masqmail/ifup_ifaces Type: string Default: all -Description: a list of interfaces used for masqmail online detection - Set this to a list of network interfaces. When any of those interfaces go - up, the current online status will be used for queue runs and/or fetching - mails. The list will be used in the /etc/ppp/ip-up and /etc/network/if-up.d/ - scripts, when the interface goes up. +_Description: List of interfaces used for masqmail online detection: + Please choose a list of network interfaces which will trigger queue + runs and/or fetching mails when going up. The list will be used in + the /etc/ppp/ip-up and /etc/network/if-up.d/ scripts, when the + interface goes up. . A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for - a notebook". If this is set to eg. 'ppp0', nothing happens if eth0 goes up. + a notebook. . Set to 'all' for all interfaces, or 'none' for no interfaces. -Template: masqmail/you_are_not_finished -Type: note -Description: You are not finished - Although masqmail is not as feature rich as other MTAs like sendmail - or exim, this debconf does not (yet) do all configurations for you. - . - To make use of masqmail, you still have to create some sub configuration - files for sending mail to some ISP and/or to fetch mail. masqmail has - lots of man pages and examples which are hopefully clear enough to - explain to you how to do it. - . - You should start with the man pages masqmail.conf, masqmail.route - and masqmail.get.