1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: dot-forward
Section: mail
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
groff-base,
debhelper-compat (= 12)
Rules-Requires-Root: no
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/debian/dot-forward.git
Vcs-Browser: https://salsa.debian.org/debian/dot-forward
Homepage: http://cr.yp.to/software/dot-forward.html
Package: dot-forward
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends}
Recommends:
qmail,
Description: reads sendmail's .forward files under qmail
It runs in the qmail startup script to support all your existing .forward
files automatically. Individual users can switch to the .qmail mechanism
at their leisure.
.
dot-forward supports forwarding, program deliveries, and comments. It
does not support file deliveries or :include: (However, it recognizes
file delivery attempts, and defers delivery to give you a chance to set up
a .qmail file).
|