debian/masqmail-debian
diff masqmail.templates @ 0:5ef519035828
debian directory of masqmail-0.2.21-4
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 21:25:48 +0200 |
parents | |
children | bf717cdae8fc |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/masqmail.templates Fri Sep 26 21:25:48 2008 +0200 1.3 @@ -0,0 +1,227 @@ 1.4 +Template: masqmail/manage_config_with_debconf 1.5 +Type: boolean 1.6 +Default: true 1.7 +_Description: Manage masqmail.conf using debconf? 1.8 + The /etc/masqmail/masqmail.conf file can be handled automatically 1.9 + by debconf, or manually by you. 1.10 + . 1.11 + Note that only specific, marked sections of the configuration file will be 1.12 + handled by debconf if you select this option; if those markers are absent, 1.13 + you will have to update the file manually, or move or delete the file. 1.14 + 1.15 +Template: masqmail/move_existing_nondebconf_config 1.16 +Type: boolean 1.17 +Default: false 1.18 +_Description: Replace existing /etc/masqmail/masqmail.conf file? 1.19 + The existing /etc/masqmail/masqmail.conf file currently on the system does 1.20 + not contain a marked section for debconf to write its data. 1.21 + . 1.22 + If you select this option, the existing configuration 1.23 + file will be backed up to /etc/masqmail/masqmail.conf.debconf-backup and a 1.24 + new file written to /etc/masqmail/masqmail.conf. If you do not select this 1.25 + option, the existing configuration file will not be managed by debconf, 1.26 + and no further questions about masqmail configuration will be 1.27 + asked. 1.28 + 1.29 +Template: masqmail/host_name 1.30 +Type: string 1.31 +Default: 1.32 +_Description: Masqmail host name: 1.33 + Please enter the name used by masqmail to identify itself to others. 1.34 + This is most likely your hostname. It is used in its SMTP greeting 1.35 + banner, for expanding unqualified addresses, the Message ID and so on. 1.36 + 1.37 +Template: masqmail/local_hosts 1.38 +Type: string 1.39 +_Description: Hosts considered local: 1.40 + Please enter a list of hosts, separated with semicolons (;), which are 1.41 + considered 'local', ie. mail to these hosts will be delivered to a 1.42 + mailbox (or Maildir or MDA) on this host. 1.43 + . 1.44 + You will most likely insert 'localhost', your hostname in its fully 1.45 + qualified form and just the simple hostname here. 1.46 + . 1.47 + You can also use wildcard expressions like '*' and '?'. 1.48 + 1.49 +Template: masqmail/local_nets 1.50 +Type: string 1.51 +_Description: Nets considered local: 1.52 + Please enter a list of hosts, separated with semicolons (;), which are 1.53 + on your local network, ie. they are always reachable, without a 1.54 + dialup connection. Mail to these hosts will be delivered immediately, 1.55 + without checking for the online status. 1.56 + . 1.57 + You can use wildcards expressions like '*' and '?', eg. *.yournet.local 1.58 + . 1.59 + If you have only one box, you can leave this empty. If you do not want 1.60 + to use masqmail as an offline MTA, and the whole internet or another mail 1.61 + server which accepts outgoing mail is at all times 1.62 + reachable to you, just insert '*'. 1.63 + 1.64 +Template: masqmail/listen_addresses 1.65 +Type: string 1.66 +Default: localhost:25 1.67 +_Description: Interfaces for incoming connections: 1.68 + Masqmail, for security reasons, does not listen an all network 1.69 + interfaces by default. If there are no other hosts connected to your 1.70 + host, just leave the default 'localhost:25' value. If there are other 1.71 + hosts that may want to send SMTP messages to this host, add the 1.72 + address of your network interface here, eg.: 1.73 + localhost:25;192.168.1.2:25. 1.74 + . 1.75 + Of course you can also replace the '25' with another port number, however 1.76 + this is unusual. 1.77 + 1.78 +Template: masqmail/use_syslog 1.79 +Type: boolean 1.80 +Default: false 1.81 +_Description: Use syslogd for logs? 1.82 + You can decide whether masqmail should log via syslog or not. If not, 1.83 + logs will be written to /var/log/masqmail/masqmail.log. 1.84 + 1.85 +Template: masqmail/online_detect 1.86 +Type: select 1.87 +__Choices: file, pipe 1.88 +Default: file 1.89 +_Description: Online detection method: 1.90 + Masqmail has different methods to determine whether it is online or not, 1.91 + these are 'file','pipe'. 1.92 + . 1.93 + For 'file', masqmail checks for the existence of a file, and, if it 1.94 + exists, reads from it the name of the connection. 1.95 + . 1.96 + For 'pipe', masqmail calls a program or script, which outputs the name 1.97 + if online or nothing if not. You can use eg. the program guessnet for this. 1.98 + 1.99 +Template: masqmail/online_file 1.100 +Type: string 1.101 +Default: /var/run/masqmail-route 1.102 +_Description: File used to determine the online status: 1.103 + 1.104 +Template: masqmail/online_pipe 1.105 +Type: string 1.106 +Default: 1.107 +_Description: Name of the program used to determine the online status: 1.108 + Please choose the program to use to determine the online 1.109 + status. Please note that, when this program is called, masqmail has 1.110 + the user id 'mail'. 1.111 + 1.112 +Template: masqmail/mbox_default 1.113 +Type: select 1.114 +Choices: mbox, mda, maildir 1.115 +Default: mbox 1.116 +_Description: Local delivery style: 1.117 + Local mail can be delivered to a mailbox, to an MDA (eg. procmail) 1.118 + or to a qmail style Maildir in the users home dir. 1.119 + . 1.120 + You can select the default style here. You can configure this also 1.121 + on a per-user basis with the options mbox_users, mda_users and 1.122 + maildir_users. 1.123 + 1.124 +Template: masqmail/mda 1.125 +Type: string 1.126 +Default: /usr/bin/procmail -Y -d ${rcpt_local} 1.127 +_Description: MDA command line (including options): 1.128 + Please choose the path to the mail delivery agent (MDA), including 1.129 + its arguments. You can use substitution values here, 1.130 + eg. ${rcpt_local} for the user name. 1.131 + . 1.132 + For other substitutions please see the man page. 1.133 + . 1.134 + This question is also asked if you did not set mbox_default to mda, 1.135 + since you can use mda for a set of users specially. 1.136 + 1.137 +Template: masqmail/alias_local_caseless 1.138 +Type: boolean 1.139 +Default: false 1.140 +_Description: Alias expansion regarding case or not: 1.141 + Masqmail uses the file /etc/aliases to redirect local addresses. 1.142 + The search for a match in /etc/aliases can be regarding upper/lower 1.143 + case or insensitive to case. 1.144 + 1.145 +Template: masqmail/init_smtp_daemon 1.146 +Type: boolean 1.147 +Default: true 1.148 +_Description: Start SMTP listening daemon? 1.149 + Please choose whether you want masqmail to start as an SMTP listening 1.150 + daemon. You will need this if: 1.151 + - there are other hosts in your local network that may want to send 1.152 + mail via this host 1.153 + - you use a mail client that sends mail via SMTP (netscape, 1.154 + mozilla are examples) 1.155 + 1.156 +Template: masqmail/init_queue_daemon 1.157 +Type: boolean 1.158 +Default: true 1.159 +_Description: Start SMTP queue running daemon? 1.160 + Please choose this option if you want masqmail to start as a queue 1.161 + running daemon. You're very likely to need this. It is used for mail 1.162 + that cannot delivered immediately, either because of delivery 1.163 + failures or because you were not online on the first attempt to send 1.164 + a mail. 1.165 + 1.166 +Template: masqmail/queue_daemon_ival 1.167 +Type: string 1.168 +Default: -q10m 1.169 +_Description: Interval for the queue running daemon: 1.170 + Please choose the interval for the queue running daemon. -q10m means 1.171 + flush the queue every 10 minutes. 1.172 + . 1.173 + The format is -q, followed by an numeric value and one of the letters s,m,h,d,w for 1.174 + seconds, minutes, hours, days or weeks respectively. 1.175 + . 1.176 + Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h). 1.177 + 1.178 +Template: masqmail/init_fetch_daemon 1.179 +Type: boolean 1.180 +Default: false 1.181 +_Description: Start POP3 fetch daemon? 1.182 + Please choose this option if you want masqmail to start as a fetch 1.183 + daemon. If you do so, masqmail will try to fetch mail from POP3 1.184 + servers that you configure in regular intervals, detecting the online 1.185 + status first. 1.186 + . 1.187 + No matter what you choose here, you can later select whether you want to fetch 1.188 + mail the moment you get online. 1.189 + 1.190 +Template: masqmail/fetch_daemon_ival 1.191 +Type: string 1.192 +Default: -go5m 1.193 +_Description: Interval for the fetch daemon: 1.194 + Please choose the interval for the fetch daemon. 1.195 + . 1.196 + The format is -go, followed by an numeric value and one of the letters s,m,h,d,w for 1.197 + seconds, minutes, hours, days or weeks respectively. 1.198 + . 1.199 + Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h). 1.200 + 1.201 +Template: masqmail/ipup_runqueue 1.202 +Type: boolean 1.203 +Default: true 1.204 +_Description: Flush mail queue when you get online? 1.205 + Please choose whether you want masqmail to immediately flush its mail 1.206 + queue as soon as you go online. This will be done in the ip-up script 1.207 + in /etc/ppp/ip-up or in /etc/network/if-up.d/. 1.208 + 1.209 +Template: masqmail/ipup_fetch 1.210 +Type: boolean 1.211 +Default: false 1.212 +_Description: Fetch mail when you get online? 1.213 + Please choose whether you want masqmail to immediately fetch mail 1.214 + from POP3 servers as soon as you go online. This will be done in the 1.215 + ip-up script in /etc/ppp/ip-up or in /etc/network/if-up.d/. 1.216 + 1.217 +Template: masqmail/ifup_ifaces 1.218 +Type: string 1.219 +Default: all 1.220 +_Description: List of interfaces used for masqmail online detection: 1.221 + Please choose a list of network interfaces which will trigger queue 1.222 + runs and/or fetching mails when going up. The list will be used in 1.223 + the /etc/ppp/ip-up and /etc/network/if-up.d/ scripts, when the 1.224 + interface goes up. 1.225 + . 1.226 + A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for 1.227 + a notebook. 1.228 + . 1.229 + Set to 'all' for all interfaces, or 'none' for no interfaces. 1.230 +