| Home | Web Hosting | DSL | Dial-up | Help |
|
Your email address is usually your dial-up account username name with
@zipcon.com or @zipcon.com appended. Your email password is
the same as your dial-up account password. Each Zipcon account includes up to two additional email addresses. If you would like additional addresses set up, please request them. Information will be emailed to you on how to access them once they are set up. If you connect up using "username" as your username name (also called login), then your email address is: and your POP username is just username |
Outlook and Outlook Express If you are getting set up for the first time, please download the Internet Connection Wizard documentation for Windows 95 or Windows 98
| |
Netscape 6.X
Type your name in the Your Name box and your email address in the Email Address section, click Next. Leave Server Type as POP Mail Server, in Server Name: put mail.zipcon.com, click Next. In the User Name: box, put in your account name without @zipcon.com or @zipcon.com on it, click Next. For Account Name leave the default. Click Next. Click Finish. | |
Netscape Communicator 4.5 - 4.8 (Messenger)
Fill in the Email address: field with your email address, username@zipcon.com You can ignore the remaining fields. Mail Servers:
Server Name mail.zipcon.com User Name: put your username name (all lowercase).
Outgoing mail server user name Please leave this field blank. | |
Netscape Communicator 4.0x Mail
Fill in the Email address: field with your email address, username@zipcon.com You can ignore the remaining fields. Mail Server:
Outgoing and Incoming mail server:
Mail server type:
| |
Opera Mail
Mail Address: field with your email address, username@zipcon.com Mail Server: mail.zipcon.com Store outgoing mail in: You can leave this blank, or type in outgoing.mbx to store all your sent mail on your hard drive Signature file: You can leave this blank. | |
|
Netscape 2 and 3.x Mail
Step I:
Click on the Options menu. Select the Mail and News Prefs... item. Step II:
Fill in the Name field with your real name. Fill in the E-mail Address field with your email address. Your email address is your username name with @zipcon.com for example: bob@zipcon.com
For Outgoing (SMTP) and Incoming (POP3) mail servers, put mail.zipcon.com Fill in the POP Username field with your username name, not your real name. Please do NOT append @zipcon.com to this field.
Click on the Remember Password button if you don't want to enter your password each time you start mail.
If your version of Netscape doesn't have this option, don't worry it will save its settings automatically. |
Eudora Mail
When running Eudora for the first time, just after installation:
To modify an existing Eudora configuration, go into the Tools menu and choose Options... Click on Getting Started now follow the guidelines above. Internet Explorer Mail (IE 2.x or 3.x) An Internet Mail Configuration Wizard will start when you begin this program for the first time. The following will step you through the setup in the order the questions are asked.
Microsoft Inbox Mail (Exchange) Here is a great page for setting up your Inbox. Please be sure to use mail.zipcon.com for the mail server name. |
Using procmail with Zipcon
Because Zipcon uses qmail on its servers. Please create a .qmail file with the following in it to use procmail: | preline procmail You can run a script called spam.sh that will set up a .procmailrc and .qmail file with the correct settings. Mail is delivered to maildir style folders in each accounts home directory. Maildir places each message in a separate file, instead of mbox type format, which places all messages in one file. When creating your .procmailrc file, please be sure to specify: DEFAULT=$HOME/Maildir/ MAILDIR=$HOME/Maildir/ MAIL=$HOME/Maildir/ That should ensure that email goes to your Maildir folder. |
How to forward your email to another mailbox
Zipcon uses qmail on its servers. Please use a .qmail file instead of a .forward file. To forward your email to somewhere@else.com, just create a .qmail file with somewhere@else.com in it. To also have email go to your mailbox, add an additional line to your .qmail file thats just ./Maildir/ So your .qmail file would look like this: somewhere@else.com ./Maildir/ Please be aware that a fully commented out .qmail file will drop delivery of email to your mailbox. |