[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.3-7-gef6c7ba
Alex Vandiver
alexmv at bestpractical.com
Tue Feb 25 13:28:53 EST 2014
The branch, 4.2-trunk has been updated
via ef6c7bad2989332e9392761247d37ac0220d2d86 (commit)
from f400a0931cf71db2c04f35ab79cd4bd6b4f330d5 (commit)
Summary of changes:
sbin/rt-validate-aliases.in | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
- Log -----------------------------------------------------------------
commit ef6c7bad2989332e9392761247d37ac0220d2d86
Author: Dominic Hargreaves <dom at earth.li>
Date: Fri Mar 29 15:26:19 2013 +0000
Add POD for rt-validate-aliases
diff --git a/sbin/rt-validate-aliases.in b/sbin/rt-validate-aliases.in
index feac4e4..3ea2fbc 100644
--- a/sbin/rt-validate-aliases.in
+++ b/sbin/rt-validate-aliases.in
@@ -342,3 +342,32 @@ sub parse_line {
return ();
}
}
+
+__END__
+
+=head1 NAME
+
+rt-validate-aliases - Check an MTA alias file against RT queue configuration
+
+=head1 SYNOPSIS
+
+rt-validate-aliases [options] /etc/aliases
+
+=head1 OPTIONS
+
+=over
+
+=item C<--prefix>
+
+An expected address prefix used in the alias file
+
+=item C<--url>
+
+The root URL of your RT server (the same URL you expect to be passed to
+rt-mailgate)
+
+=item C<--host>
+
+The host part of your RT email addresses
+
+=back
-----------------------------------------------------------------------
More information about the rt-commit
mailing list