Revision 25210,
182 bytes
checked in by jdreed, 13 years ago
(diff) |
In msmtp-config:
* Move debconf and aliases postinst stuff to debathena-msmtp-mta (Trac:
#953)
echo '# /etc/aliases' > /etc/aliases.tmp
echo '# Created by debathena-msmtp-mta postinst' > /etc/aliases.tmp
echo 'mailer-daemon: postmaster' >> /etc/aliases.tmp
for i in postmaster nobody hostmaster usenet news webmaster www ftp abuse noc security cron; do
echo "${i}: root"
done >> /etc/aliases.tmp
if [ -n "$1" ]; then
fi
mv /etc/aliases.tmp /etc/aliases
configure)
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
*)
echo "postinst called with unknown argument \`$1'" >&2
exit 1
;;
|
Line | |
---|
1 | Template: debathena-msmtp-config/root_addr |
---|
2 | Type: string |
---|
3 | _Description: Address for root's mail: |
---|
4 | Enter an e-mail address which should receive mail intended for |
---|
5 | the local root user. |
---|
Note: See
TracBrowser
for help on using the repository browser.