From d652763b3fe4ae1256736c188c203f80b3b8f8f8 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Wed, 2 Feb 2005 04:00:17 +0000 Subject: Bug 277437 : Use Mail::Mailer (Perl module) for mail delivery Patch by Andrei Benea r=vladd a=justdave --- defparams.pl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 29c4d27ad..fd681e966 100644 --- a/defparams.pl +++ b/defparams.pl @@ -670,6 +670,17 @@ sub find_languages { default => '' }, + { + name => 'maildeliverymethod', + desc => 'The method used for mail delivery. The testfile method ' . + 'is useful for debugging (for more information see the ' . + 'Mail::Mailer manual)', + type => 's', + choices => ['sendmail', 'smtp', 'qmail', 'testfile'], + default => 'sendmail', + checker => \&check_multi + }, + { name => 'sendmailnow', desc => 'Sites using anything older than version 8.12 of \'sendmail\' ' . @@ -683,6 +694,13 @@ sub find_languages { default => 1 }, + { + name => 'smtpserver', + desc => 'The SMTP server address (if using SMTP for mail delivery).', + type => 't', + default => 'localhost' + }, + { name => 'passwordmail', desc => 'The email that gets sent to people to tell them their password.' . -- cgit v1.2.3-24-g4f1b