arganaz wrote
Hi,
Been searching the web and haven't found solution for this yet, I've got my web server on a DMZ, and use a 3 homed network (external, internal and dmz) ISA Server my mail server can get and send normal SMTP, but while testing DNN's, i get 'SMTP failure'.
Any ideias?
Some extra Info, from log viewer:
AssemblyVersion: 04.00.03
Method: System.Net.Sockets.Socket.DoConnect
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: Municipio de Silves
UserID: 1
UserName: host
ActiveTabID: 42
ActiveTabName: User Accounts
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.cm-silves.pt/Default.aspx?tabid=42&ctl=Edit&mid=354&UserID=7
ExceptionGUID: 8e32ae20-4e18-4dbf-a97c-d6585a79cbfc
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Failure sending mail.
Message: System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: Uma ligação estabelecida foi anulada pelo software no computador anfitrião at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- at System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6, Int32 timeout) at System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback) at System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback) at System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout) at System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port) at System.Net.Mail.SmtpTransport.GetConnection(String host, Int32 port) at System.Net.Mail.SmtpClient.GetConnection() at System.Net.Mail.SmtpClient.Send(MailMessage message) --- End of inner exception stack trace --- at System.Net.Mail.SmtpClient.Send(MailMessage message) at DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Cc, String Bcc, MailPriority Priority, String Subject, MailFormat BodyFormat, Encoding BodyEncoding, String Body, String Attachment, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword)
StackTrace:
Source:
Server Name: WEBSERVER
I'll try anything, since the site must be up and running in 3 days.