Page 1 of 1

What are the IMAP settings for email clients?

Posted: Thu May 29, 2014 12:00 pm
by antknight
Webmail works great, I can send and receive.

I would like to use my desktop email client. What are the incoming server and ports? Sending server and ports?

Thanks

Re: What are the IMAP settings for email clients?

Posted: Fri May 30, 2014 9:23 pm
by imperio
pop3 using 110
smtp using 25

Code: Select all

localhost
25
or

Code: Select all

mail.example.ltd
25

Re: What are the IMAP settings for email clients?

Posted: Wed Jun 04, 2014 8:43 am
by rozinante
Hi,

He has asked about IMAP. Not be IMAP for mail client configuration? (443, 993...etc)

Re: What are the IMAP settings for email clients?

Posted: Thu Jun 05, 2014 11:23 am
by carris
Nobody know own is the default imap port for VestaCP?

Re: What are the IMAP settings for email clients?

Posted: Thu Jun 05, 2014 11:55 am
by ivanh
carris wrote:Nobody know own is the default imap port for VestaCP?
unsecure port: 143
ssl/tls: 993

Re: What are the IMAP settings for email clients?

Posted: Sun Nov 02, 2014 10:36 pm
by fluxxytux
How to properly set up a Mail Client
* You can use Thunderbird, Apple Mail, Outlook or Outlook Express

* Use full e-mail address as username

* IMAP and SMTP STARTTLS with normal passwords

Username: [email protected]
Password: aXly8Kbiqo

IMAP hostname: alpha-mimic.ltd
IMAP port: 143
IMAP security: STARTTLS
IMAP auth method: Normal password

SMTP hostname: alpha-mimic.ltd
SMTP port: 587
SMTP security: STARTTLS
SMTP auth method: Normal password

Re: What are the IMAP settings for email clients?

Posted: Tue Sep 08, 2015 12:03 pm
by alanms
Disappointingly unhelpful replies... we can do better

IMAP should work "out of the box" when you've set up a Mail account. There's some helpful stuff in the documentation under "How to set up a mail client" - http://vestacp.com/docs/

Important stuff:

- For both incoming and outgoing, IMAP and SMTP, server name is your domain, no subdomain e.g. my-site.com not imap.my-site.com or smtp.my-site.com unless you've reconfigured that
- Set security/encryption type to STARTTLS or simply TLS - if you haven't set up a signed SSL certificate you might need to use an option like "STARTTLS (any certificate)" or click okay on a security prompt so it doesn't reject the unsigned
- Ports are standard, IMAP port: 143 and SMTP port: 587 - these are probably the default options