~ubuntu-branches/ubuntu/saucy/sendmail/saucy-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
?package(sendmail):needs="text" \
	section="Apps/Net/Sendmail" \
        title="runq" \
	longtitle="Send queued Mail" \
	description="runq is a sendmail command that will process the mail queue, attempting to deliver each message." \
	command="/usr/bin/runq"
?package(sendmail):needs="x11" \
        section="Apps/Net/Sendmail" \
        title="runq" \
        longtitle="Send queued Mail" \
        description="runq is a sendmail command that will process the mail queue, attempting to deliver each message." \
        command="/usr/bin/X11/xterm -e /usr/bin/runq"
?package(sendmail):needs="text" \
	section="Apps/Net/Sendmail" \
	title="Mail Queue" \
	longtitle="Display Mail Queue" \
	description="mailq is a sendmail command that will display the mail queue, listing each message." \
	command="/usr/bin/mailq"
?package(sendmail):needs="text" \
        section="Apps/Net/Sendmail" \
        title="Mail Queue" \
        longtitle="Display Mail Queue" \
        description="mailq is a sendmail command that will display the mail queue, listing each message." \
        command="/usr/bin/X11/xterm -e /usr/bin/mailq"