Standalone Mail Servers

 
Post new topic   Reply to topic    Aprelium Forum Index -> Perl
View previous topic :: View next topic  
Author Message
optimumwebdesign
-


Joined: 12 May 2004
Posts: 8

PostPosted: Sat May 22, 2004 8:08 pm    Post subject: Standalone Mail Servers Reply with quote

I need to activate the contact us form on my website. Can I connect a form script like bizmail.cgi to a standalone mail server like Atomic Mail Sender? AMS has its own built in SMTP server. If so, how would I configure the following?


#----- S E N D M A I L & S M T P S E T T I N G S -----#

## $useLib defines the method of sending the email auto response and email form info. ##
## Set $useLib = "sendmail"; TO USE THE SENDMAIL METHOD
## Set $useLib = "smtp"; TO USE THE SMTP METHOD

$useLib = "sendmail";

$mailprog = "/usr/lib/sendmail"; ## $mailprog = path to Sendmail on your server ##

$smtp_server = "smtp.yourdomain.com"; ## Optional $smtp_server is your smtp server address (ONLY WHEN USING SMTP) ##


Your help will much be appreciated.
Back to top View user's profile Send private message
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sat May 22, 2004 8:31 pm    Post subject: Reply with quote

in $useLib, type "smtp" and in $smtp_server, type "localhost" (if the SMTP server runs on the same computer Abyss does).
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Perl All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group