In a message dated 11/9/00 4:07:05 AM Eastern Standard Time, mailbox@gunnar.cc writes: << > everytime we used the admin it got this error, "send Error: > connect() failed: Permission denied Input/output error" and then it > rejects every ring id we put in. The problem seems to be the settings in the rlconfig.pm file: 1) Is the setting of the variable $smtpserver correct? Shall be your SMTP server, i.e. a server that you have access to from the script. 2) If that didn't solve it, you should try to remove the # character before the $sendmail variable and assign $sendmail the same value as it had in the previous Ringlink version. >> Yes! This is exactly the same error message I got when trying to use the new smtp mail feature instead of sendmail with netfirms! :( Maybe I was using the wrong domain name? Has anyone else tried this with netfirms? # SMTP-server # If the $sendmail variable is disabled, e.g. through a # character # before it, Ringlink will try to send messages directly from Perl # instead. In that case, the variable below shall be assigned the # domain name of your SMTP-server. $smtpserver = 'ringlink.netfirms.com'; I am using this instead of sendmail on another System (ovh.org) where it works great! :)