diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-17 22:56:55 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-17 22:56:55 +0100 |
commit | 3fedae33b78a561680ac871e62c8c6b94ef7788b (patch) | |
tree | ee66ea7838342778e76c3f8138f96d970d962eff /FICS | |
parent | 36b3c9b86ada97bc7b7dc7c08047d45853164145 (diff) |
MAILPROGRAM: /usr/bin/mail
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/config.h b/FICS/config.h index 49e6f21..d77e3bc 100644 --- a/FICS/config.h +++ b/FICS/config.h @@ -84,7 +84,7 @@ /* Where the standard ucb mail program is */ -#define MAILPROGRAM "/usr/ucb/mail" +#define MAILPROGRAM "/usr/bin/mail" /* SENDMAILPROG is a faster and more reliable means of sending mail if defined. Make sure your system mailer agent is defined here properly |