How can I get v6 sending mails through our smtp server which requires authentication for outgoing mail?
Announcement
Collapse
No announcement yet.
smtp server that requires authentication
Collapse
X
-
Although Authenticated SMTP has been around since 1998 Actinic do not support it as yet!
As a work-around I've written a patch that may help as it allows your servers outgoing mail transport (sendmail, etc) to be used instead. Details at www.rouxel.cwc.net/actinicstuff.html
This does require that a Perl module, Mail::Mailer, be available on your server. You'll either have to try it and see or ask your server gurus.
NormanNorman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
-
Do you have v6.1.0 (or higher)? If so, go to 'Help | Troubleshooting' and click the 'Web Site Analysis' button. What is in the 'Perl version' field?
It may be you have an old version of Perl on the server. If you are using Netbenefit, try changing the 'Path to Perl' in 'Advanced | Network Setup' to '/usr/bin/perl5'.
Comment
-
Either you made a mistake in the patching or your servers installation of Perl doesn't support the Mail::Mailer module.
Post the verion of Actinic you're using and perhaps someone will send you their patched file of the same version.
NormanNorman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
Ask them about whether Mail::Mailer is installed then.
NormanNorman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
Originally posted by NormanRouxelAs a work-around I've written a patch that may help as it allows your servers outgoing mail transport (sendmail, etc) to be used instead. Details at www.rouxel.cwc.net/actinicstuff.html
This does require that a Perl module, Mail::Mailer, be available on your server. You'll either have to try it and see or ask your server gurus.
Malcolm
Comment
-
I've tried the patch on Actinic.pm in v6 first but I'm getting the following errors:
Actinic gets most of the way through a site update (or refresh) and stops with the message "An error occurred while sending the merge request".
On the website, I can navigate the brochure pages OK, but get the message "Internal Server Error. The server encountered an internal error or misconfiguration and was unable to complete your request" when I click on Products to enter the store.
Restoring the original gets everything back to normal but of course there's no email because of SMTP authentication being required.
Malcolm
Comment
Comment