dpdtech logo  
 

the dpd technologies: hosting

Services and Fees Setup/Settings
DNS Server (WHOIS Settings) NS1.DPDTECH.NET
NS2.DPDTECH.NET
Webmail https://webmail.dpdtech.com/
Incoming Mail (IMAP) mail.dpdtech.net, Port: 995 [ SSL/Secure Connection ]
Incoming Mail (POP3) mail.dpdtech.net, Port: 993 [ SSL/Secure Connection ]
Outgoing Mail (SMTP/SMTPS) mail.dpdtech.net
    Ports: 25,567 587 SSL/STARTTLS with SMTP AUTH

Port 25,567 587 : STARTTLS & SMTP AUTH
   (Mozilla & Netscape)
        Some ISPs (DSL and Cable providers) have blocked
        direct connectionsto port 25 in an effort
        to combat SPAMers. In this case, Use Port 567.


Port 465 : SSL On Connect, SMTP AUTH required for relay
   (Microsoft Outlook & Apple Mail)

Port 24 is Depercated. PLEASE DISCONTINUE USE. Use port 567 instead of 24.

   
FTP DISABLED - USED SFTP OR SCP
ssh,sftp,scp praxis.dpdtech.com, port 22
DOWNLOAD SSL Certificates
(PEM FORMATED)
mail.dpdtech.net.crt
webmail.dpdtech.com.crt

MacOS X : Removing the warnings in Mail.app and Safari

Note This will only remove the warnings IF YOU USE THE PROPER NAMES TO ACCESS THE SITES. These are listed above in the settings.

WARNING: Not responsible for problems or damange resulting from the procedure below.

From http://tirian.magd.ox.ac.uk/~nick/openssl-certs/others.shtml#ca-osx Mirror changes made.

Installing CA Certificates on Mac OSX

The tool for handling CA Certificates, server certificates etc on OSX is called "certtool". Firstly, make a copy of the system trusted keychain in your home directory, so you can work on it using certtool. Do that with:


MAKE A BACKUP !
sudo cp /System/Library/Keychains/X509Anchors /System/Library/Keychains/X509Anchors.orig


Local Copy
cp /System/Library/Keychains/X509Anchors ~/Library/Keychains/

Now, install the PEM formatted certificate into your local trusted keychain with:

certtool i mail.dpdtech.net.crt k=X509Anchors
certtool i webmail.dpdtech.com.crt k=X509Anchors


This should install the certificate. If you have problems, check the certificate format (shouldn't be binary), and check the manual for certtool.

Once the certificate is in your keychain, you need to make it system wide. You do this by copying (as root / using sudo) your trusted keychain back as the system one, with something like:

sudo cp ~/Library/Keychains/X509Anchors /System/Library/Keychains/
sudo cp ~/Library/Keychains/X509Anchors /System/Library/Keychains/


With that done, restart Safari, Mail etc, and they should then pick up the new CA certificate.

Note that this will not affect Mac IE, Entourage etc. For those, install the certificate as normal for IE

Mozilla Thunderbird Settings

The Following are from MacOS X 10.3.x, but I've used the Windows, UNIX and Mac, and thanks to the Mozilla Team, Thunderbird Looks nearly the same everywhere. Mozilla Projects

thunderbird_server_settings
thunderbird_outgoing_server