• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Qmail Setup

T

TehPropheT

Guest
Hi there,

Im running fedora core 2 with plesk 7.5.4

Everything is fine and PLESK is great! I just have one issue.

I have no idea on how to go about setting up qmail for sending or recieving. I use Hivemail php webmail script and in the past all i had to do was install sendmail package and that done the job without any need to configure for sending.

I am a complete noobie reguarding email and ideally i want to setup a pop3 mailbox on my domains and also be able to use smtp to send.

Any instructions or help you can give me would be great. I have looked but i dont want to follow general guides as i dont want issues with PLESK.

Thank you for you help and support (ill be checking this thread every hour for replies)
 
hi i can been googling and i found this documentation:
http://www.qmailrocks.org
i followed the install readme (not doing install because qmail is running and plesk seems ok) so i read through and got to section testing. From the documentation it seems my server is all setup? (see below) Should i now set my MX records on my domain to the server ip? Any info on how to proceed would be great! :)





[root@wpc1953 root]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.
user [email protected]
+OK Password required.
pass xxxxxxxxx
+OK logged in.
quit
+OK Bye-bye.
Connection closed by foreign host.


[root@wpc1953 root]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.
user [email protected]
+OK Password required.
pass xxxxxxx
+OK logged in.
list
+OK POP3 clients that break here, they violate STD53.
1 745
2 685
3 1407
4 1403
.
quit
+OK Bye-bye.
Connection closed by foreign host.



[root@wpc1953 root]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 localhost.localdomain ESMTP
ehlo localhost
250-localhost.localdomain
250-STARTTLS
250-PIPELINING
250 8BITMIME
starttls
220 ready for tls
quit
quit
454 TLS connection failed: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol (#4.3.0)
Connection closed by foreign host.
 
It appears: Courier-imap/imaps with Courierpassd
is working sucessfully also. Any info you could give me on how to set up Outlook to send and recieve / any advice on the MX records on my domain registra would be great!



[root@wpc1953 root]# telnet localhost 106
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
200 poppassd hello, who are you?
user [email protected]
200 Your password please.
pass xxxxxx
200 Your new password please.
newpass xxxx
200 Password changed, thank-you.
quit
200 Bye.
Connection closed by foreign host.
 
hehe well it seems like im almost there :p

I am able to send and recieve on my domain, but when sending an email to someone other than me i get this bounce back message:


Your message did not reach some or all of the intended recipients.

Subject: hello
Sent: 08/09/2005 11:12 AM

The following recipient(s) could not be reached:

'[email protected]' on 08/09/2005 11:13 AM
553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)






Anyone able to shed any light on this this seems like the last hurdle :p
 
You could have just installed the Qmail package for PSA...
 
Back
Top