File: config

package info (click to toggle)
email-reminder 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 608 kB
  • sloc: python: 725; sh: 99; makefile: 90; xml: 33
file content (19 lines) | stat: -rwxr-xr-x 422 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh

set -e

# Source debconf library.
. /usr/share/debconf/confmodule

db_input medium email-reminder/send_reminders || true
db_go
db_input medium email-reminder/smtp_server || true
db_go
db_input medium email-reminder/smtp_username || true
db_go
db_input medium email-reminder/smtp_password || true
db_go
db_input medium email-reminder/smtp_ssl || true
db_go
db_input medium email-reminder/mail_from || true
db_go