PDA

View Full Version : email accounts


rbradshaw
22nd September 2008, 08:10
ive just installed ubuntu server 8.04 following the howto guide.

how do i set up email accounts?

thanks.

stevoo
22nd September 2008, 09:35
https://help.ubuntu.com/6.10/ubuntu/serverguide/C/email-services.html

maybe you are looking for something like this ?

rbradshaw
22nd September 2008, 19:52
i have installed and set up postfix, pop and smtp from the howto guide, i how would like to know how add email users and domains.

thanks.

ralic
22nd September 2008, 21:23
i have installed and set up postfix, pop and smtp from the howto guide, i how would like to know how add email users and domains.

If you followed one of the tutorials that use mysql to host virtual users and domains, you need to create a sql command and execute it with mysql or phpmyadmin. Have a look at section 13 on this page Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 8.04 LTS) (http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04-p4) for an example of the necessary sql INSERT commands.

falko
23rd September 2008, 21:42
Which tutorial exactly did you follow? If it's the "Perfect Server", take a look here: http://www.howtoforge.com/forums/showthread.php?t=2

rbradshaw
23rd September 2008, 23:58
i followed: http://www.howtoforge.com/perfect-server-ubuntu8.04-lts.

ive then follwed the howto posted by ralic (cheers ralic) and ive made the users and set up squirrel mail but when i sent an email from squirrel mail it gets returned instantly saying its 'Considered UNSOLICITED BULK EMAIL'.

falko
24th September 2008, 18:55
Please make sure that your server isn't blacklisted: http://mxtoolbox.com/blacklists.aspx

rbradshaw
24th September 2008, 19:23
everything came back ok apart from the last 7:

CSMA TIMEOUT Return codes were: ERROR, Reponse code=2 0 0
HILLI TIMEOUT Return codes were: ERROR, Reponse code=2 0 0
INFORMATIONWAVE TIMEOUT 0 0
NJABLDYNA TIMEOUT 0 0
REDHAWK TIMEOUT Return codes were: ERROR, Reponse code=2 0 0
SOLID TIMEOUT Return codes were: ERROR, Reponse code=2 0 0
SPAMRBL TIMEOUT Return codes were: ERROR, Reponse code=2 0 0

rbradshaw
24th September 2008, 19:33
after another try only these 4 timed out:

HILLI TIMEOUT 0 0
INFORMATIONWAVE TIMEOUT 0 0
NJABLDYNA TIMEOUT 0 0
SOLID TIMEOUT 0 0

falko
25th September 2008, 17:09
If you're not blacklisted, you should make sure that you have proper SPF and reverse records.

rbradshaw
25th September 2008, 22:38
thanks for you help. i decided to reinstall my server and followed your post that you suggested previously and its working perfectly.