Vortech
07-02-2001, 12:09 PM
Trying to setup the OpenSRS software every thing seems to work great but the sendmail for some reason.. I am using OpenSRS test system to test every thing and it all works but will not send a e-mail have tryed SMTP and Sendmail.. ANy ideas would be great here is what it has for sending the mail in the opensrs.conf
################################################################
#### select type of mail delivery and adjust any necessary variables
#### 'sendmail' option is recommended for servers on UNIX based systems
#### if you do not have sendmail on your system, set $MAIL_TYPE to 'smtp'
$MAIL_TYPE = "sendmail"; # valid options: sendmail, smtp
#### define this if you set $MAIL_TYPE = 'sendmail'
$MAILPROG = '/usr/sbin/sendmail -t -oi -oem'; # path and args for sendmail
$MAILPROG = "cat >>mail.log"; #for test system
#### recommended option for servers on win32 platform
#### define these values if you set $MAIL_TYPE = 'smtp'
#$LOCALHOST = 'mail.domain.com;
#$SMTP_SERVER = 'mail.domain.com;;
#$SMTP_PORT = 25;
#################################################################
mail.domain.com = was really set to my domain just changed for the post..
Any help would be great..
p.s. Did test send mail with other programs and works great its just the opensrs software.. :(
################################################################
#### select type of mail delivery and adjust any necessary variables
#### 'sendmail' option is recommended for servers on UNIX based systems
#### if you do not have sendmail on your system, set $MAIL_TYPE to 'smtp'
$MAIL_TYPE = "sendmail"; # valid options: sendmail, smtp
#### define this if you set $MAIL_TYPE = 'sendmail'
$MAILPROG = '/usr/sbin/sendmail -t -oi -oem'; # path and args for sendmail
$MAILPROG = "cat >>mail.log"; #for test system
#### recommended option for servers on win32 platform
#### define these values if you set $MAIL_TYPE = 'smtp'
#$LOCALHOST = 'mail.domain.com;
#$SMTP_SERVER = 'mail.domain.com;;
#$SMTP_PORT = 25;
#################################################################
mail.domain.com = was really set to my domain just changed for the post..
Any help would be great..
p.s. Did test send mail with other programs and works great its just the opensrs software.. :(
