meows Posted May 1, 2014 Report Share Posted May 1, 2014 How to change the PORT! outgoing is all on port 465 both mail accounts active and working. Apr 30 22:26:14 host=smtp.mail.com tls=off auth=on user=meows@techie.com from=meows@techie.com recipients=meows@techie.com errormsg='cannot connect to smtp.mail.com, port 25: timeout' exitcode=EX_TEMPFAILApr 30 22:34:48 host=pop.mail.com tls=off auth=on user=meows@techie.com from=meows@techie.com recipients=meows@techie.com errormsg='cannot connect to pop.mail.com, port 25: timeout' exitcode=EX_TEMPFAILApr 30 22:37:13 host=pop.mail.com tls=off auth=on user=meows@techie.com from=meows@techie.com recipients=meows@techie.com errormsg='cannot connect to pop.mail.com, port 25: timeout' exitcode=EX_TEMPFAILApr 30 22:41:30 host=smtp.mail.com tls=off auth=on user=Meows@techie.com from=meows@techie.com recipients=meows@techie.com errormsg='cannot connect to smtp.mail.com, port 25: timeout' exitcode=EX_TEMPFAILApr 30 22:43:58 host=smtp.live.com tls=on auth=on user=christine_reardon@hotmail.com from=christine_reardon@hotmail.com recipients=meows@techie.com errormsg='cannot connect to smtp.live.com, port 25: timeout' exitcode=EX_TEMPFAIL Quote Link to comment Share on other sites More sharing options...
Ric Posted May 2, 2014 Report Share Posted May 2, 2014 If you are using the PHP mail functionYou must set a default account in configuration file UniServerZ\core\msmtp\msmtprc.ini . Note: This is for outgoing e-mail only. All the bestRic Quote Link to comment Share on other sites More sharing options...
meows Posted May 4, 2014 Author Report Share Posted May 4, 2014 Yes outgoing only,,No worries though. I did get fakesendmail from the wiki pages and it is working fine,, You guys put in the edit for SMTPPORT in the fakesendmail ini and that is what did the trick.. errors for msmtp.......... I tried everything,, Apr 30 22:26:14 host=smtp.mail.com tls=off auth=on user=meows@techie.com from=meows@techie.com recipients=meows@techie.com errormsg='cannot connect to smtp.mail.com, port 25: timeout' exitcode=EX_TEMPFAIL May 01 00:53:12 host=smtp.mail.com tls=off auth=off from=meows@techie.com recipients=meows@techie.com errormsg='the server sent an empty reply' exitcode=EX_PROTOCOL May 01 01:01:48 host=smtp.mail.com tls=off auth=on user=Meows@techie.com from=Meows@techie.com recipients=meows@techie.com errormsg='the server sent an empty reply' exitcode=EX_PROTOCOL May 01 01:03:28 host=smtp.mail.com tls=on auth=on user=Meows@techie.com from=Meows@techie.com recipients=meows@techie.com errormsg='the server sent an empty reply' exitcode=EX_PROTOCOL May 01 00:28:23 host=smtp.live.com tls=on auth=on user=christine_reardon@hotmail.com from=christine_reardon@hotmail.com recipients=Meows@techie.com errormsg='cannot connect to smtp.live.com, port 25: timeout' exitcode=EX_TEMPFAIL May 01 00:42:04 host=smtp.mail.com tls=on auth=off from=meows@techie.com recipients=meows@techie.com errormsg='the server sent an empty reply' exitcode=EX_PROTOCOL PORT in the fakesendmail ini and that is what did the trick.. However I did edit the file ############################################################################### # Uniform Server Zero XI msmtp configuration file # # There are three pre-configured accounts (MyISP, Hotmail and Gmail) you can # add as many as you like each must have a unique account name. # # The pre-configured accounts are templates you must change the following for # at least one account and assign it as default. # # 1) MyISP # Substitute smpt.tiscali.co.uk with your ISP's smpt server # Substitute john.doe@tiscali.co.uk with your real email address # # 2) Hotmail # Substitute john.doe123@hotmail.co.uk with your login email address # Substitute fred123 with your login password # Note: To relay via Hotmail you will need to regularly sign into your accout # "To continue sending messages, please sign in to your Windows Live Hotmail account" # Perhaps this is no longer a useful account to use! # # 3) Gmail # Substitute john.doe777@gmail.com with your login email address # Substitute fred999 with your login password # # Default Account: # PHP will use whichever account you have assigned as default it’s currently # set to MyISP change folowing line as appropriate: account default : # # Changed logfile path: # Note ~ is assigned %HOME% this is set to C:\UniServerZ (location of server) ############################################################################### #== Set default values for all accounts. defaults logfile ~\core\msmtp\msmtp.log # 1 === Your ISP account ======================== account MyISP port 465 #host smtp.mail.com smtp_server=smtp.mail.com from Meows@techie.com smtp_ssl=auto #auth on #tls on #tls_certcheck off auth_username=Meows@techie.com auth_password=&&&&&&&& user Meows@techie.com password &&&&&&&&& hostname=couch-potato-sales.com # 2 === A freemail account at Hotmail =========== account Hotmail tls on tls_certcheck off host smtp.live.com from christine_reardon@hotmail.com auth on user christine_reardon@hotmail.com password *********** # 3 === A freemail account at Google ============ account Gmail tls on port 587 tls_certcheck off host smtp.gmail.com from john.doe777@gmail.com auth on user john.doe777@gmail.com password fred999 #==== Set a default account ===================== account default : MyISP Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.