diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-07-14 04:14:13 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:53:11 +0200 |
commit | 5f445881b81e42f8fd687fce217a16946f95bf6f (patch) | |
tree | 352b552ccc4f119e9997dd7bc98764e18cdf2c73 /roles/MX/files/usr/local | |
parent | b715d884782d2d49ec499d3f8fda20e5a7f973cb (diff) |
typo
Diffstat (limited to 'roles/MX/files/usr/local')
-rwxr-xr-x | roles/MX/files/usr/local/sbin/reserved-alias.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/MX/files/usr/local/sbin/reserved-alias.pl b/roles/MX/files/usr/local/sbin/reserved-alias.pl index 2e61ef6..e19492e 100755 --- a/roles/MX/files/usr/local/sbin/reserved-alias.pl +++ b/roles/MX/files/usr/local/sbin/reserved-alias.pl @@ -31,7 +31,7 @@ if (!@ARGV or grep { $_ eq '-h' or $_ eq '--help' } @ARGV) { print STDERR "with '\@', the localpart of 'original recipient' is prepended.\n"; print STDERR "\n"; print STDERR "This is mostly useful to comply to RFC 822 section 6.3 and RFC 2142 section\n"; - print STDERR "4 (to forward mails to 'admin\@' and 'postmaster\@' to the site admin in\n"; + print STDERR "4 (to forward mails to 'postmaster\@' and 'abuse\@' to the site admin in\n"; print STDERR "addition to the virtual domain manager).\n"; exit; } |