Author Topic: PostFix Bug - Urgent Bug  (Read 9066 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
PostFix Bug - Urgent Bug
« on: October 20, 2015, 03:48:07 PM »
I have recently changed IP from my server (CWP Panel) after this operation Postfix accept always authentication like:

MailMessage mail = new MailMessage();
            SmtpClient SmtpServer = new SmtpClient("mail.myserver.com");
            mail.From = new MailAddress("contact@myserver.com", "Service Bug");
            mail.To.Add("contact@myserver.com");
            mail.Subject = "Test Email";
            mail.Body = "Hello?";
            SmtpServer.Port = 25;
            SmtpServer.Credentials = new System.Net.NetworkCredential("email@myserver.com", "anypass");
            SmtpServer.EnableSsl = false;
            SmtpServer.Send(mail);

THIS IS A CRITICAL BUG!

BUT IF USE A 587 PORT THE AUTHENTICATION RESULT FAIL

PLEASE HELP ME!

Offline
*****
Re: PostFix Bug - Urgent Bug
« Reply #1 on: October 20, 2015, 05:53:12 PM »
Hello.

Did you try re-build postfix? (CWP -> "Email" -> "Postfix Manager")
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: PostFix Bug - Urgent Bug
« Reply #2 on: October 21, 2015, 12:00:46 PM »
yes, now i have reinstalled server with new ip and bug not ppresent =)

Offline
*****
Re: PostFix Bug - Urgent Bug
« Reply #3 on: October 29, 2015, 01:02:12 PM »
great
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services