nibblemail services documentation
Here you are some information about how to read and send e-mails from your mailbox.
Webmail
I offer a webmail service for that kind of bad people who think that configuring an e-mail client is too boring ;)
webmail: https://nibblemail.com/webmail/
Email client configuration
You can use whatever e-mail client for desktop and smartphone, like Mozilla Thunderbird, Evolution, K-9 mail, etc. If you use one of them, they will ask some parameters, briefly documented below:
IMAP
The IMAP protocol allows to access emails, and keep them in sync between your devices.
| Server | mail.nibblemail.com |
|---|---|
| Port | 993 |
| Username | name@domain.tld |
| Encryption method | TLS on a dedicated port (also known as SSL) (not to be confused with STARTTLS) |
| Authentication | Requires authentication (PLAIN) |
SMTP
The SMTP protocol allows to send emails.
| Server | mail.nibblemail.com |
|---|---|
| Username | name@domain.tld |
| Port | 465 |
| Encryption method | TLS on a dedicated port (also known as SSL) (not to be confused with STARTTLS) |
| Authentication | Requires authentication (PLAIN) |
The user documentation ends here.
Domain configuration
You probably don't need to follow this section. This is only useful during your own domain configuration. To configure your domain:
DNS
| Record type | Record name | Record value |
|---|---|---|
| MX | @ | 5 mx0.nibblemail.com. |
| MX | @ | 10 mx1.nibblemail.com. |
| MX | @ | 20 mx2.nibblemail.com. |
| TXT | @ | v=spf1 mx -all |
| TXT | _dmarc | v=DMARC1; p=reject |
| TXT | mail._domainkey | [ *DKIM public key ] |
Help
If you have any questions or need further information, please feel free via my contact page.