0

I have set up my iRedMail on AWS EC2 small instance, now everything is working fine under port 25, but I need to authenticate users to authenticate themselves.

In mautic "to authenticate we need following:"

Credentials need to authenticate user

I have created new user and password in iRedMail admin panel, but if I try to authenticate using that username an password in mautic its showing below error

**Connection could not be established with host ec2-54-169-33-216.ap-southeast-1.compute.amazonaws.com [Connection timed out #110] Log data: ++ Starting Swift_SmtpTransport !! The connection could not be established with host ec2-54-169-33-216.ap-southeast-1.compute.amazonaws.com [Connection timed out #110] (code: 0)
++ Starting Swift_SmtpTransport !! Connection could not be established with host ec2-54-169-33-216.ap-southeast-1.compute.amazonaws.com [Connection timed out #110] (code: 0)**

Is there anything I need to change in postfix's main.cf?

Dave M
  • 4,494
  • 21
  • 30
  • 30

1 Answers1

0

Port 25 is blocked in AWS. Try switching to another VPS. That is the only solution!