E-Mail account
We offer E-Mail accounts with these options:
- It's free
- Server-side storage (IMAP)
- Encrypted connections: IMAPS and SMTP with TLS
- Native client- and Webmail-access (HTTPS) with Horde Groupware
- 500MB storage (quota)
- Server-side filters controllable through Webmail
- Anti-SPAM measures: spam filter, blacklist scoring, no direct blocking based on single DNSBL results
- E-Mail hosting for your domain (please order@lugh.chcontact us by E-Mail concerning pricing)
Get your account now!
Drop an e-mail to order@lugh.ch with
- Your first- and last name
- The e-mail address you wish
- Optional: list of aliases pointing to your future e-mail address
Client configuration
- Generic configuration (applies to all clients)
- Mozilla Thunderbird
- iPhone
- mutt
Generic configuration (applies to all clients)
Receive (IMAP)
--------------
Host: mail.lugh.ch
Port: 993
Connection: SSL
Authentication type: Password
Username: username@lugh.ch
Send (SMTP)
-----------
Host: mail.lugh.ch
Port: 25
Connection: STARTTLS
Authentication type: Password
Username: username@lugh.ch
Mozilla Thunderbird
coming soon.
iPhone

mutt
## REQUIRED SETTINGS
## -----------------
# remote mailbox
set folder="imaps://username@mail.lugh.ch"
set spoolfile="imaps://username@mail.lugh.ch/"
# Personal stuff
set realname="Firstname Lastname"
set from="username@lugh.ch"
set use_from=yes
# Encryption settings
set ssl_starttls=yes
set ssl_force_tls=yes
# Default folders
set record="=Sent"
set postponed="=Drafts"
set trash="=Trash"
# unset imap_passive
set config_charset=utf-8
## OPTIONAL SETTINGS
## -----------------
# Show "From:" header while composing
set edit_headers=yes
# Envelope == From
set use_envelope_from=yes
# Locally cache IMAP headers
set header_cache="$HOME/.mutt_header_cache"
# Mailing lists
subscribe debian-user-german@lists.debian.org dovecot@dovecot.org
# New mail polling
set imap_check_subscribed
set mail_check=60
# Show download progress
set net_inc=10
# Only show these headers
ignore *
unignore from date subject to cc
unignore x-mailer: x-spam-score: content-type:</pre>