devomage
Posts: 5 Online:  ArGoNuke Recruit


 |
| 07-03-2008 6:26 PM |
|
Error sending mail: No connection could be made because the target machine actively refused it 127.0.0.1:25
Users are not able to send outgoing mail via webmail. Any thoughts? This problem just arose after upgrading the server/webmail to the newest version.
|
|
|
|
|
SteveT Forum Administrator
 Posts: 2594 Online:  ArGoNuke Admiral


 |
| 07-03-2008 6:44 PM |
|
1. After install for the first time of the new web interface (starting with 1.0.5.1) a configuration wizard will appear when you first run the web interface. Did this wizard appear? 2. Did you enable Remoting in the Service Options? This is used by the web interface to communitcate with the Mail Server. 3 Is the Mail Server & Web Interface on the same machine, or different machines? |
|
Regards, Steve Topilnycky Top Cat Computing http://www.topcatcomputing.com |
|
|
devomage
Posts: 5 Online:  ArGoNuke Recruit


 |
| 07-03-2008 7:58 PM |
|
1. This was an upgrade not a 'first time' install. Everything was working correctly previously. The wizard is not available on upgrades. 2. No change with or without Remoting checked. Also, I do not have the SMTP service running on the Win2K server - but this was not a factor previously. 3. The mail server and web interface/iis are running on the same machine. Thanks for any tips to resolve this. Shawn Tomovick |
|
|
|
|
SteveT Forum Administrator
 Posts: 2594 Online:  ArGoNuke Admiral


 |
| 07-03-2008 9:04 PM |
|
Shawn, Are the Mail Server & Web Interface the same version? If you have the latest, they both should be 1.0.5.2. SMTP service for MS is not needed, Mail Server will handle that function. |
|
Regards, Steve Topilnycky Top Cat Computing http://www.topcatcomputing.com |
|
|
devomage
Posts: 5 Online:  ArGoNuke Recruit


 |
| 07-03-2008 9:30 PM |
|
| I have confirmed that both the Mail Server + Web Interface are bothing 1.0.5.2 |
|
|
|
|
devomage
Posts: 5 Online:  ArGoNuke Recruit


 |
| 07-03-2008 9:30 PM |
|
| I have confirmed that both the Mail Server + Web Interface are both 1.0.5.2 |
|
|
|
|
SteveT Forum Administrator
 Posts: 2594 Online:  ArGoNuke Admiral


 |
|
mtosborne
Posts: 13 Online:  ArGoNuke Apprentice


 |
| 07-06-2008 11:20 PM |
|
I too ran into this issue and could never get it resolved using the Argosoft mail server. It seems that there is some type of problem with routing mail from the web mail to the SMTP portion of the server. I had to modify an XML file on the server ( SMTPdefault.xml or something like that ) to point at my secondary SMTP server. I also had to disable SMTP authentication to send mail because it never authenticated correctly. To avoid becoming an open relay on that port, I moved the SMTP port to something else and also told my secondary SMTP server to only accept connections from the IP address my Web mail is on. It's a cheap work around, but it worked. If you come up with a fix for this, please post.
|
|
|
|
|
SteveT Forum Administrator
 Posts: 2594 Online:  ArGoNuke Admiral


 |
| 07-06-2008 11:33 PM |
|
| By default, remoting service is disabled. You need to enable it before Argo will accept connections from the web interface. |
|
Regards, Steve Topilnycky Top Cat Computing http://www.topcatcomputing.com |
|
|
DougD
Posts: 4 Online:  ArGoNuke Recruit


 |
| 07-07-2008 11:45 AM |
|
Had same problem hear is what Archie wrote back:
You have to use proper SMTP mail server, go to the root of your web mail folder (webmail), find App_Data and then SmtpServerList.xml (I think, it is the name, you will find it), open it using notepad, and change localhost to whatever address you want to use for your SMTP server.
|
|
|
|
|
devomage
Posts: 5 Online:  ArGoNuke Recruit


 |
| 07-14-2008 4:03 AM |
|
This fixed the problem.
Thanks DougD (and Archie)
-Shawn
|
|
|
|
|
tjakober
Posts: 13 Online:  ArGoNuke Apprentice


 |
| 07-19-2008 4:52 PM |
|
Have also problems sending Mail from Webmail. I tried the above hint by modifying the SmppServerList.xml but without success. I get the message "Error sending mail: 554 Authentication failed". I have enabled authentication and the xml looks as follows: -
_Default mail.3sweb.net 25 True There is just True for Authentication, but where are the credentials? |
|
Thomas Jakober
3S System Software Support
http://www.3sweb.net |
|
|
SteveT Forum Administrator
 Posts: 2594 Online:  ArGoNuke Admiral


 |
| 07-19-2008 10:41 PM |
|
| Do you have remoting enabled in the ArGo under Services. With that you also need to set a remoting password. |
|
Regards, Steve Topilnycky Top Cat Computing http://www.topcatcomputing.com |
|
|
tjakober
Posts: 13 Online:  ArGoNuke Apprentice


 |
| 07-31-2008 3:43 AM |
|
This, of course, is set and enabled. Otherwise I would'nt be able to log into Webmail. Webmail works but sending a mail is refused with the above error message.
I have set up the SmtpServerList with the proper Domain and set Authenticate to True. This cannot work because you cannot set up the neccessary credentials. So I tried to trust the hocal machine and set Authenticate to false. This works. So probably if you have separate machines to serve the Webmail you simply have to trust this machine and set Authenticate to false.
|
|
Thomas Jakober
3S System Software Support
http://www.3sweb.net |
|
|
SteveT Forum Administrator
 Posts: 2594 Online:  ArGoNuke Admiral


 |
| 08-05-2008 10:07 PM |
|
So probably if you have separate machines to serve the Webmail you simply have to trust this machine and set Authenticate to false. Actually, No. I have the Mail Server on one machine and the Web Server on another and they are not trusted. For the SmtpServerList I have this: -
_Default 192.168.1.169 25 True and the PgmSettings.xml I have this: tcp://192.168.1.169:6060/RemoteAccess aae4iou23yjkem password-reset@mydomain.com Instead of setting a domain name in the XML file, restore it to _Default and remove the trust and see if that works. |
|
Regards, Steve Topilnycky Top Cat Computing http://www.topcatcomputing.com |
|
|