Mercurial > debian > masqmail-debian
comparison masqmail.templates @ 22:d77a7b699b6d
updated debconf translations
author | meillo@marmaro.de |
---|---|
date | Sat, 23 May 2009 18:06:45 +0200 |
parents | bf717cdae8fc |
children |
comparison
equal
deleted
inserted
replaced
21:391c6ad748d8 | 22:d77a7b699b6d |
---|---|
1 # These templates have been reviewed by the debian-l10n-english | |
2 # team | |
3 # | |
4 # If modifications/additions/rewording are needed, please ask | |
5 # debian-l10n-english@lists.debian.org for advice. | |
6 # | |
7 # Even minor modifications require translation updates and such | |
8 # changes should be coordinated with translators and reviewers. | |
9 | |
1 Template: masqmail/manage_config_with_debconf | 10 Template: masqmail/manage_config_with_debconf |
2 Type: boolean | 11 Type: boolean |
3 Default: true | 12 Default: true |
4 _Description: Manage masqmail.conf using debconf? | 13 _Description: Manage masqmail.conf automatically? |
5 The /etc/masqmail/masqmail.conf file can be handled automatically | 14 The /etc/masqmail/masqmail.conf file can be handled automatically by |
6 by debconf, or manually by you. | 15 answering a few questions, or entirely manually by the local administrator. |
7 . | 16 . |
8 Note that only specific, marked sections of the configuration file will be | 17 Note that only specific, marked sections of the configuration file will be |
9 handled by debconf if you select this option; if those markers are absent, | 18 managed this way if you choose this option; if those markers are missing, |
10 you will have to update the file manually, or move or delete the file. | 19 you will have to update the file manually, or remove the file. |
11 | 20 |
12 Template: masqmail/move_existing_nondebconf_config | 21 Template: masqmail/move_existing_nondebconf_config |
13 Type: boolean | 22 Type: boolean |
14 Default: false | 23 Default: false |
15 _Description: Replace existing /etc/masqmail/masqmail.conf file? | 24 _Description: Replace existing /etc/masqmail/masqmail.conf file? |
16 The existing /etc/masqmail/masqmail.conf file currently on the system does | 25 The existing /etc/masqmail/masqmail.conf file currently on the system does |
17 not contain a marked section for debconf to write its data. | 26 not contain a marked section for automatic configuration management. |
18 . | 27 . |
19 If you select this option, the existing configuration | 28 If you choose this option, the existing configuration |
20 file will be backed up to /etc/masqmail/masqmail.conf.debconf-backup and a | 29 file will be backed up to /etc/masqmail/masqmail.conf.debconf-backup and a |
21 new file written to /etc/masqmail/masqmail.conf. If you do not select this | 30 new file written to /etc/masqmail/masqmail.conf. If you do not choose this |
22 option, the existing configuration file will not be managed by debconf, | 31 option, the existing configuration file will not be managed automatically, |
23 and no further questions about masqmail configuration will be | 32 and no further questions about masqmail configuration will be |
24 asked. | 33 asked. |
25 | 34 |
26 Template: masqmail/host_name | 35 Template: masqmail/host_name |
27 Type: string | 36 Type: string |
28 Default: | 37 Default: |
29 _Description: Masqmail host name: | 38 _Description: Masqmail host name: |
30 Please enter the name used by masqmail to identify itself to others. | 39 Please enter the name used by masqmail to identify itself to others. |
31 This is most likely your hostname. It is used in its SMTP greeting | 40 This is most likely the machine's hostname. It is used in the SMTP |
32 banner, for expanding unqualified addresses, the Message ID and so on. | 41 greetings banner and generated Message-ID fields, as well as for |
42 expansion of unqualified addresses, and so on. | |
33 | 43 |
34 Template: masqmail/local_hosts | 44 Template: masqmail/local_hosts |
35 Type: string | 45 Type: string |
36 _Description: Hosts considered local: | 46 _Description: Hosts considered local: |
37 Please enter a list of hosts, separated with semicolons (;), which are | 47 Please enter a list, separated with semicolons (;), of hosts which are |
38 considered 'local', ie. mail to these hosts will be delivered to a | 48 considered "local". Mail to these hosts will be delivered to a |
39 mailbox (or Maildir or MDA) on this host. | 49 mailbox (or Maildir or MDA) on this host. |
40 . | 50 . |
41 You will most likely insert 'localhost', your hostname in its fully | 51 You will most likely insert "localhost" as well as this host's fully |
42 qualified form and just the simple hostname here. | 52 qualified name and short name. |
43 . | 53 . |
44 You can also use wildcard expressions like '*' and '?'. | 54 You can also use wildcard expressions containing "*" and "?". |
45 | 55 |
46 Template: masqmail/local_nets | 56 Template: masqmail/local_nets |
47 Type: string | 57 Type: string |
48 _Description: Nets considered local: | 58 _Description: Networks considered local: |
49 Please enter a list of hosts, separated with semicolons (;), which are | 59 Please enter a list, separated with semicolons (;), of hosts which are |
50 on your local network, ie. they are always reachable, without a | 60 on the local network. That is, they should be always reachable, without a |
51 dialup connection. Mail to these hosts will be delivered immediately, | 61 dialup connection. Mail to these hosts will be delivered immediately, |
52 without checking for the online status. | 62 without checking for the online status. |
53 . | 63 . |
54 You can use wildcard expressions like '*' and '?', eg. *.yournet.local | 64 You can use wildcard expressions containing "*" and "?", for |
55 . | 65 instance "*.yournet.local". |
56 If you have only one box, you can leave this empty. If you do not want | 66 . |
57 to use masqmail as an offline MTA, and the whole internet or another mail | 67 That field can be left empty if this host is the only host on the |
58 server which accepts outgoing mail is at all times | 68 network. If you do not want |
59 reachable to you, just insert '*'. | 69 to use Masqmail as an offline MTA and all servers likely to receive |
70 outbound mail from this host are always reachable, just use "*" | |
71 here. | |
60 | 72 |
61 Template: masqmail/listen_addresses | 73 Template: masqmail/listen_addresses |
62 Type: string | 74 Type: string |
63 Default: localhost:25 | 75 Default: localhost:25 |
64 _Description: Interfaces for incoming connections: | 76 _Description: Interfaces for incoming connections: |
65 Masqmail, for security reasons, does not listen an all network | 77 For security reasons, Masqmail does not listen an all network |
66 interfaces by default. If there are no other hosts connected to your | 78 interfaces by default. If there are no other hosts connected to this |
67 host, just leave the default 'localhost:25' value. If there are other | 79 host, "localhost:25" is enough for local operation. If there are other |
68 hosts that may want to send SMTP messages to this host, add the | 80 hosts that need to send SMTP mail to this host, you should add the |
69 address of your network interface here, eg.: | 81 address of the relevant network interface, for instance |
70 localhost:25;192.168.1.2:25. | 82 "localhost:25;192.168.1.2:25". |
71 . | |
72 Of course you can also replace the '25' with another port number, however | |
73 this is unusual. | |
74 | 83 |
75 Template: masqmail/use_syslog | 84 Template: masqmail/use_syslog |
76 Type: boolean | 85 Type: boolean |
77 Default: false | 86 Default: false |
78 _Description: Use syslogd for logs? | 87 _Description: Use the system log daemon for logging? |
79 You can decide whether masqmail should log via syslog or not. If not, | 88 Masqmail may log via the system log daemon (syslog) or use its |
80 logs will be written to /var/log/masqmail/masqmail.log. | 89 own custom logging in /var/log/masqmail/masqmail.log. |
81 | 90 |
82 Template: masqmail/online_detect | 91 Template: masqmail/online_detect |
83 Type: select | 92 Type: select |
84 __Choices: file, pipe | 93 __Choices: file, pipe |
85 Default: file | 94 Default: file |
86 _Description: Online detection method: | 95 _Description: Online detection method: |
87 Masqmail has different methods to determine whether it is online or not, | 96 Masqmail has two methods to determine whether it is online or not: |
88 these are 'file','pipe'. | 97 "file" and "pipe". |
89 . | 98 - With "file", it checks for the existence of a file. If it |
90 For 'file', masqmail checks for the existence of a file, and, if it | 99 exists, the name of the connection is read from that file. |
91 exists, reads from it the name of the connection. | 100 - With "pipe", it calls a program or script, which outputs the name |
92 . | 101 if online or nothing if not. The "guessnet" program is a good |
93 For 'pipe', masqmail calls a program or script, which outputs the name | 102 candidate for such use. |
94 if online or nothing if not. You can use eg. the program guessnet for this. | |
95 | 103 |
96 Template: masqmail/online_file | 104 Template: masqmail/online_file |
97 Type: string | 105 Type: string |
98 Default: /var/run/masqmail-route | 106 Default: /var/run/masqmail-route |
99 _Description: File used to determine the online status: | 107 _Description: File used to determine the online status: |
101 Template: masqmail/online_pipe | 109 Template: masqmail/online_pipe |
102 Type: string | 110 Type: string |
103 Default: | 111 Default: |
104 _Description: Name of the program used to determine the online status: | 112 _Description: Name of the program used to determine the online status: |
105 Please choose the program to use to determine the online | 113 Please choose the program to use to determine the online |
106 status. Please note that, when this program is called, masqmail has | 114 status. This program is called with "mail" as user ID. |
107 the user id 'mail'. | |
108 | 115 |
109 Template: masqmail/mbox_default | 116 Template: masqmail/mbox_default |
110 Type: select | 117 Type: select |
111 Choices: mbox, mda, maildir | 118 Choices: mbox, mda, maildir |
112 Default: mbox | 119 Default: mbox |
113 _Description: Local delivery style: | 120 _Description: Local delivery style: |
114 Local mail can be delivered to a mailbox, to an MDA (eg. procmail) | 121 Local mail can be delivered to a mailbox, to a mail delivery |
115 or to a qmail style Maildir in the users home dir. | 122 agent (MDA) such as procmail |
116 . | 123 or to Maildir-style mailboxes in the users' home directories. |
117 You can select the default style here. You can configure this also | 124 . |
118 on a per-user basis with the options mbox_users, mda_users and | 125 This choice affects the default delivery mechanism. It can be defined |
119 maildir_users. | 126 on a per-user basis with the "mbox_users", "mda_users" and |
127 "maildir_users" options. | |
120 | 128 |
121 Template: masqmail/mda | 129 Template: masqmail/mda |
122 Type: string | 130 Type: string |
123 Default: /usr/bin/procmail -Y -d ${rcpt_local} | 131 Default: /usr/bin/procmail -Y -d ${rcpt_local} |
124 _Description: MDA command line (including options): | 132 _Description: MDA command line (including options): |
125 Please choose the path to the mail delivery agent (MDA), including | 133 Please choose the path to the mail delivery agent (MDA), including |
126 its arguments. You can use substitution values here, | 134 its arguments. You can use variable substitution here, |
127 eg. ${rcpt_local} for the user name. | 135 such as ${rcpt_local} for the user name. |
128 . | 136 . |
129 For other substitutions please see the man page. | 137 Masqmail's manual page describes all available variable substitutions. |
130 . | 138 . |
131 This question is also asked if you did not set mbox_default to mda, | 139 This question is meaningful even when choosing another option than |
132 since you can use mda for a set of users specially. | 140 MDA delivery, in case MDA is used for a restricted set of users. |
133 | 141 |
134 Template: masqmail/alias_local_caseless | 142 Template: masqmail/alias_local_caseless |
135 Type: boolean | 143 Type: boolean |
136 Default: false | 144 Default: false |
137 _Description: Should alias expansion regard case? | 145 _Description: Should alias expansion be case sensitive? |
138 Masqmail uses the file /etc/aliases to redirect local addresses. | 146 Masqmail uses the file /etc/aliases to redirect local addresses. |
139 The search for a match in /etc/aliases can be regarding upper/lower | 147 The search for a match in /etc/aliases can be case sensitive or not. |
140 case or insensitive to case. | |
141 | 148 |
142 Template: masqmail/init_smtp_daemon | 149 Template: masqmail/init_smtp_daemon |
143 Type: boolean | 150 Type: boolean |
144 Default: true | 151 Default: true |
145 _Description: Start SMTP listening daemon? | 152 _Description: Start SMTP listening daemon? |
146 Please choose whether you want masqmail to start as an SMTP listening | 153 Please choose whether you want Masqmail to start as an SMTP listening |
147 daemon. You will need this if: | 154 daemon. You will need this if: |
148 - there are other hosts in your local network that may want to send | 155 - there are other hosts in the local network that may want to send |
149 mail via this host | 156 mail via this host; |
150 - you use a mail client that sends mail via SMTP (netscape, | 157 - you use a local mail client that sends mail via SMTP. |
151 mozilla are examples) | |
152 | 158 |
153 Template: masqmail/init_queue_daemon | 159 Template: masqmail/init_queue_daemon |
154 Type: boolean | 160 Type: boolean |
155 Default: true | 161 Default: true |
156 _Description: Start SMTP queue running daemon? | 162 _Description: Start SMTP queue running daemon? |
157 Please choose this option if you want masqmail to start as a queue | 163 Please choose this option if you want Masqmail to start as a queue |
158 running daemon. You're very likely to need this. It is used for mail | 164 running daemon. You're very likely to need this. It is used for mail |
159 that cannot delivered immediately, either because of delivery | 165 that cannot delivered immediately, either because of delivery |
160 failures or because you were not online on the first attempt to send | 166 failures or because the host is not online on the first attempt to send |
161 a mail. | 167 a mail. |
162 | 168 |
163 Template: masqmail/queue_daemon_ival | 169 Template: masqmail/queue_daemon_ival |
164 Type: string | 170 Type: string |
165 Default: -q10m | 171 Default: -q10m |
166 _Description: Interval for the queue running daemon: | 172 _Description: Interval for the queue running daemon: |
167 Please choose the interval for the queue running daemon. -q10m means | 173 Please choose the interval for the queue running daemon. |
168 flush the queue every 10 minutes. | 174 . |
169 . | 175 The format is "-q", followed by a numeric value and one of the letters |
170 The format is -q, followed by an numeric value and one of the letters s,m,h,d,w for | 176 s, m, h, d, or w, for seconds, minutes, hours, days, or weeks, |
171 seconds, minutes, hours, days or weeks respectively. | 177 respectively. For instance, "-q10m" defines a ten-minute interval |
172 . | 178 between runs. |
173 Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h). | 179 . |
180 Reasonable values are between five minutes (-q5m) and two hours (-q2h). | |
174 | 181 |
175 Template: masqmail/init_fetch_daemon | 182 Template: masqmail/init_fetch_daemon |
176 Type: boolean | 183 Type: boolean |
177 Default: false | 184 Default: false |
178 _Description: Start POP3 fetch daemon? | 185 _Description: Start POP3 fetch daemon? |
179 Please choose this option if you want masqmail to start as a fetch | 186 Please choose this option if you want Masqmail to start as a fetch |
180 daemon. If you do so, masqmail will try to fetch mail from POP3 | 187 daemon. If you do so, it will try to fetch mail from configured POP3 |
181 servers that you configure in regular intervals, detecting the online | 188 servers, detecting the online |
182 status first. | 189 status first. |
183 . | 190 . |
184 No matter what you choose here, you can later select whether you want to fetch | 191 No matter what you choose here, you can later select whether you want to fetch |
185 mail the moment you get online. | 192 mail when the host becomes online. |
186 | 193 |
187 Template: masqmail/fetch_daemon_ival | 194 Template: masqmail/fetch_daemon_ival |
188 Type: string | 195 Type: string |
189 Default: -go5m | 196 Default: -go5m |
190 _Description: Interval for the fetch daemon: | 197 _Description: Interval for the fetch daemon: |
191 Please choose the interval for the fetch daemon. | 198 Please choose the interval for the fetch daemon. |
192 . | 199 . |
193 The format is -go, followed by an numeric value and one of the letters s,m,h,d,w for | 200 The format is "-go", followed by a numeric value and one of the letters |
194 seconds, minutes, hours, days or weeks respectively. | 201 s, m, h, d, or w, for seconds, minutes, hours, days, or weeks, |
195 . | 202 respectively. |
196 Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h). | 203 . |
204 Reasonable values are between two minutes (-go2m) and two hours (-go2h). | |
197 | 205 |
198 Template: masqmail/ipup_runqueue | 206 Template: masqmail/ipup_runqueue |
199 Type: boolean | 207 Type: boolean |
200 Default: true | 208 Default: true |
201 _Description: Flush mail queue when you get online? | 209 _Description: Flush mail queue when online? |
202 Please choose whether you want masqmail to immediately flush its mail | 210 Please choose whether you want Masqmail to immediately flush its mail |
203 queue as soon as you go online. This will be done in the ip-up script | 211 queue as soon as the host comes online. This will be done by Masqmail's |
212 ip-up script | |
204 in /etc/ppp/ip-up or in /etc/network/if-up.d/. | 213 in /etc/ppp/ip-up or in /etc/network/if-up.d/. |
205 | 214 |
206 Template: masqmail/ipup_fetch | 215 Template: masqmail/ipup_fetch |
207 Type: boolean | 216 Type: boolean |
208 Default: false | 217 Default: false |
209 _Description: Fetch mail when you get online? | 218 _Description: Fetch mail when online? |
210 Please choose whether you want masqmail to immediately fetch mail | 219 Please choose whether you want Masqmail to immediately fetch mail |
211 from POP3 servers as soon as you go online. This will be done in the | 220 from POP3 servers as soon as the host comes online. This will be done |
212 ip-up script in /etc/ppp/ip-up or in /etc/network/if-up.d/. | 221 by Masqmail's ip-up script in /etc/ppp/ip-up or in /etc/network/if-up.d/. |
213 | 222 |
214 Template: masqmail/ifup_ifaces | 223 Template: masqmail/ifup_ifaces |
215 Type: string | 224 Type: string |
216 Default: all | 225 Default: all |
217 _Description: List of interfaces used for masqmail online detection: | 226 _Description: List of interfaces used for Masqmail online detection: |
218 Please choose a list of network interfaces which will trigger queue | 227 Please choose a list of network interfaces which will trigger queue |
219 runs and/or fetching mails when going up. The list will be used in | 228 runs and/or fetching mails when going up. The list will be used in |
220 the /etc/ppp/ip-up and /etc/network/if-up.d/ scripts, when the | 229 the /etc/ppp/ip-up and /etc/network/if-up.d/ scripts, when the |
221 interface goes up. | 230 interface goes up. |
222 . | 231 . |
223 A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for | 232 A reasonable choice is for instance "ppp0" for a home computer connected |
233 by PPP or "ppp0 eth0" for | |
224 a notebook. | 234 a notebook. |
225 . | 235 . |
226 Set to 'all' for all interfaces, or 'none' for no interfaces. | 236 Other possible choices are "all" to listen on all network interfaces, or |
227 | 237 "none" for not listening on any interface. |
238 |