File: config

package info (click to toggle)
xmail 1.25-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,592 kB
  • ctags: 16,393
  • sloc: cpp: 33,249; ansic: 19,434; sh: 476; perl: 200; makefile: 107; sql: 31
file content (14 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

#Script to configure Xmail.

# Use debconf.
. /usr/share/debconf/confmodule


db_input high xmail/domainname || true
db_input high xmail/daemonuser || true
db_input high xmail/daemonpasswd  || true
db_input medium xmail/redirect || true
db_go