diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-02-16 02:15:08 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-02-16 02:15:08 +0000 |
commit | be09de2519a4dfa610fb201eea6eb78fda31fb2a (patch) | |
tree | 03ffdde85f7644e73f61ced7a709be4c73228978 /pingd.conf.sample | |
parent | ae24cb9e2d44bb0b3f1df2aad1a719f1ecdd9e9d (diff) |
Minor documentation fixes suggested by Ryan Lackey
Diffstat (limited to 'pingd.conf.sample')
-rw-r--r-- | pingd.conf.sample | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pingd.conf.sample b/pingd.conf.sample index 77cc781..e9601d4 100644 --- a/pingd.conf.sample +++ b/pingd.conf.sample @@ -8,12 +8,12 @@ $CONFIG = { 'sitename' => 'unconfigured', # The local part of the pinger's email address - # In "pinger@example.com" the localpart is "pinger". + # In "pinger@remailer.example.com" the localpart is "pinger". 'my_localpart' => 'pinger', - # The domain part of the pinger's email address. - # In "pinger@example.com" the localpart is "example.com". - 'my_domain' => 'example.com', + # The FQDN of the pinger's email address. + # In "pinger@remailer.example.com" the FQDN is "remailer.example.com". + 'my_domain' => 'remailer.example.com', # The email address of the human operator that runs this pinger. 'operator_address' => 'remop@example.org', |