| Author |  | 
      
        | xtrecoolx Newbie
 
  
 
 Joined: 31 July 2009
 Online Status: Offline
 Posts: 6
 | 
          Hi,
           | Posted: 31 July 2009 at 1:39am | IP Logged |   |  
           | 
 |  I recently bought Xmail server. Everything seemed to be working fine until I realized no emails went to hotmail. My hosting company created SPF record for me and now I can't send email to anywhere.
 
 Xmail server keeps enabling Smtp global gateway options to NeedTLS=1,OutBind=192.168.1.1. And it keeps enabling Default SMTP MX gateway list to 192.168.1.2,192.168.1.15.
 
 I tried to disable these but they keep coming back.I don't understand why...
 
 When I check mailserver's logs I see:
 
 31/07/2009 08:25:36 GMT [Info] <<
 ErrCode   = -220
 ErrString = Error connecting to remote address
 [SMAILSvr.cpp (SMAILRemoteMsgSMTPSend)] SMAIL SMTP-Send MX = "192.168.1.2" SMTP = "localdomain" From = "admin@tarzmania.com" To = "mike@hotmail.com" Failed !
 SMTP-Error = "417 Temporary delivery error"
 SMTP-Server = "192.168.1.2"
 >>
 
 Can someone help me??
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Not sure if we understood what the problem is. If you'd like to disable those settings, just uncheck appropriate checkboxes next to those options. In case if this doesn't do the trick, there are probably write permission issues with server.tab file. Alternatively, you can comment appropriate lines in server.tab file as follows:
           | Posted: 31 July 2009 at 3:22am | IP Logged |   |  
           | 
 |  
 
 
| Code: 
 
    
    | 
      
       | #"SmtpGwConfig" "NeedTLS=1,OutBind=192.168.1.1" #"DefaultSMTPGateways"  "192.168.1.2,192.168.1.15"
 |  |  |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | xtrecoolx Newbie
 
  
 
 Joined: 31 July 2009
 Online Status: Offline
 Posts: 6
 | 
          Hi,
           | Posted: 31 July 2009 at 4:31am | IP Logged |   |  
           | 
 |  Let me ask you in this way. Do I need those settings at all? Or should I modify them in order to send emails correctly? I cant send any emails at this stage.
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          By default, those settings are disabled which should be fine in most cases.
           | Posted: 31 July 2009 at 4:34am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | xtrecoolx Newbie
 
  
 
 Joined: 31 July 2009
 Online Status: Offline
 Posts: 6
 | 
          I can comment them but it can't be a permission issue since it allows me to change the port and write to server.tab. Is this a bug?? Why it keeps setting itself to these settings even though i disable them??
           | Posted: 31 July 2009 at 4:41am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          When you say "I disable them", do you mean you uncheck the checkboxes?
           | Posted: 31 July 2009 at 4:44am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | xtrecoolx Newbie
 
  
 
 Joined: 31 July 2009
 Online Status: Offline
 Posts: 6
 | 
          Yes, I unchecked them and they keep coming back. I've also put # in front as you said in server.tab, restarted the server, and they still come back.
           | Posted: 31 July 2009 at 4:47am | IP Logged |   |  
           | 
 |  
 Here is the server.tab
 
 #"### User/Group settings"
 #
 "User"     "apache"
 "Group"     "apache"
 #
 #"### Domains settings"
 #"RootDomain"     "axmail.test"
 #"SmtpServerDomain"     "axmail.tes t"
 #"POP3Domain"     "axmailserver.tes t"
 #"IMAP4Domain"     "axmailserver.te st"
 #"HeloDomain"     "axmailserver.tes t"
 "PostMaster"     "mertsevinc@supero nline.com"
 #"ErrorsAdmin"     "root@axmailserv er.test"
 #"TempErrorsAdmin"     "send-failur es@axmailserver.test"
 #"Pop3SyncErrorAccount"     "psync- errors@axmail.test"
 #"DefaultSMTPGateways"     "192.168 .1.2,192.168.1.15"
 "ControlProto"     "0"
 "ControlPort"     "6017"
 "ControlPortSSL"     "6018"
 "SmtpProto"     "0"
 "SmtpPort"     "587"
 "SmtpPortSSL"
 "EnableAuthSMTP-POP3"     "0"
 "SmtpConfig"     "mail-auth"
 #"SmtpConfig-192.168.0.1"     "mail -auth"
 #"SmtpGwConfig"     "NeedTLS=1,OutB ind=192.168.1.1"
 "DefaultSmtpPerms"     "MR"
 "AllowSmtpVRFY"     "0"
 "AllowSmtpETRN"     "1"
 #"### POP3 settings"
 "Pop3Proto"     "0"
 "Pop3Port"     "995"
 "Pop3PortSSL"
 #"### Additional modules settings"
 "DomainKeys_DLL"     "0"
 "Imap4_DLL"     "1"
 #"### IMAP4 settings"
 "Imap4Proto"     "0"
 "Imap4Port"     "143"
 "Imap4PortSSL"     "993"
 "Imap4RenameSubscribed"     "1"
 "FingerProto"     "1"
 "FingerPort"     "79"
 "RemoveSpoolErrors"     "1"
 #"### Logging settings"
 "LogIMAP4"     "1"
 "LogPOP3"     "1"
 "Pop3LogPasswd"     "1"
 #"Imap4LogPasswd"     "1"
 "LogSMTP"     "1"
 "LogCTRL"     "1"
 "LogSMAIL"     "1"
 "LogLMAIL"     "1"
 #"### SSL settings"
 #"SSLWantVerify"     "1"
 #"SSLWantCert"     "1"
 #"SSLAllowSelfSigned"     "1"
 #"SSLUseCertsDir"     "1"
 #"EnableCTRL-TLS"     "1"
 "EnableSMTP-TLS"     "1"
 "EnablePOP3-TLS"     "1"
 #"### Notifications"
 #"NoSenderBounce"     "1"
 #"DisableEmitAuthUser"     "1"
 #"NotifyMsgLinesExtra"     "8"
 #"NotifySendLogToSender"     "0"
 #"NotifyTryPattern"     "1"
 "MaxMTAOps"     "16"
 "ReceivedHdrType"     "0"
 "FetchHdrTags"     "+X-Deliver-To,+ Received,To,Cc"
 #"SmtpMsgIPBanSpammers"     "550 Denied due inclusion of your IP in our spam lists"
 #"SmtpMsgIPBanSpamAddress"     "550 Denied due inclusion of your email address in our spam lists"
 #"SmtpMsgIPBanMaps"     "550 Denied due inclusion of your IP in the ban map"
 #"CustomSMTPMessage"     "Please open http://www.axmailserver.test/smtp_errors.html to get more information about this error"
 "MaxMessageSize"     "10000"
 #"AllowNullSender"     "1"
 #"SMTP-MaxErrors"     "4"
 #"SmtpMinDiskSpace"     "100000"
 #"SmtpMinVirtMemSpace"     "64000"
 #"Pop3MinVirtMemSpace"     "64000"
 #"CustMapsList"     "list.dsbl.org. :1,blackholes.mail-abuse.org.:1,dialups.mail-abuse.org.:0"
 #"SMTP-RDNSCheck"     "1"
 #"CheckMailerDomain"     "1"
 #"SmartDNSHost"     "dns.home.bogus .net:tcp,192.168.1.1:udp"
 "LogGLOBAL"     "1"
 
 
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | xtrecoolx Newbie
 
  
 
 Joined: 31 July 2009
 Online Status: Offline
 Posts: 6
 | 
          Its funny, now i can send emails. Although these boxes are still checked, disabling them in server.tab seemed to work! However, i believe there is a bug since it should not display like this.
           | Posted: 31 July 2009 at 4:51am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Thank you for the info, we will have this investigated. Could you please let us know exact version number of your XMail Server Pro install and name and version of web browser you are using?
           | Posted: 31 July 2009 at 5:02am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | xtrecoolx Newbie
 
  
 
 Joined: 31 July 2009
 Online Status: Offline
 Posts: 6
 | 
          Firefox 3.0.12 and IE 7.06002. Using the latest Xmailserver which is able to download at your website.
           | Posted: 31 July 2009 at 5:56am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  |