Created
January 17, 2014 19:05
-
-
Save cristianp6/8479423 to your computer and use it in GitHub Desktop.
Tophost.it IMAP/POP and SMTP configuration settings for send and receive emails through Geary email client (tested on Elementary OS 0.2 Luna): 1) open Geary and configure a new Account for your [email protected]. Save and close Geary.
2) Edit the file geary.ini with a text editor: $ scratch-text-editor ~/.local/share/geary/email.accou…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[AccountInformation] | |
real_name=Your Real Name | |
nickname=Account name | |
service_provider=OTHER | |
ordinal=0 | |
imap_username=tophost.username | |
imap_remember_password=true | |
smtp_remember_password=true | |
prefetch_period_days=14 | |
imap_host=pop.yourdomain.tld | |
imap_port=143 | |
imap_ssl=false | |
imap_starttls=true | |
smtp_host=mail.yourdomain.tld | |
smtp_username=tophost.username | |
smtp_port=587 | |
smtp_ssl=false | |
smtp_starttls=true | |
smtp_noauth=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment