summaryrefslogtreecommitdiff
path: root/debian/sendmail.menu.test
diff options
context:
space:
mode:
Diffstat (limited to 'debian/sendmail.menu.test')
-rw-r--r--debian/sendmail.menu.test24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/sendmail.menu.test b/debian/sendmail.menu.test
new file mode 100644
index 0000000..e86326c
--- /dev/null
+++ b/debian/sendmail.menu.test
@@ -0,0 +1,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"