Search found 2 matches
- Wed Sep 13, 2017 7:37 pm
- Forum: Mail Server
- Topic: HOW TO: Configure VestaCP/Exim to send email using SendGrid (CentOS 6)
- Replies: 11
- Views: 262886
Re: HOW TO: Configure VestaCP/Exim to send email using SendGrid (CentOS 6)
Hello thanks for the share, i have implemented the method but now i can send email but not reciving emails thank finally its working for me after so many attempts to modify configs but I have also same problem now how can i receive mails. sending mail is working on port 2525, how and where i can re...
- Sat Sep 09, 2017 5:58 pm
- Forum: Mail Server
- Topic: Is it possible to open a new smtp port?
- Replies: 4
- Views: 9778
Re: Is it possible to open a new smtp port?
This is not a problem. Different distros like to mix up exim config as far as /etc/exim or /etc/exim4 and so on. On Ubuntu 14.04, for example, you would open /etc/exim4/exim4.conf and change this line: daemon_smtp_ports = 25 : 465 : 587 : 2525 Add whatever you want. Worst that happens in the future...