Control Web Panel

WebPanel => Postfix => Topic started by: cazzone on October 20, 2015, 03:48:07 PM

Title: PostFix Bug - Urgent Bug
Post by: cazzone 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!
Title: Re: PostFix Bug - Urgent Bug
Post by: Igor S. on October 20, 2015, 05:53:12 PM
Hello.

Did you try re-build postfix? (CWP -> "Email" -> "Postfix Manager")
Title: Re: PostFix Bug - Urgent Bug
Post by: cazzone on October 21, 2015, 12:00:46 PM
yes, now i have reinstalled server with new ip and bug not ppresent =)
Title: Re: PostFix Bug - Urgent Bug
Post by: Igor S. on October 29, 2015, 01:02:12 PM
great