Koozali.org: home of the SME Server

How to configure SME Server to aloow pop3 mails

KelvinLee

How to configure SME Server to aloow pop3 mails
« Reply #15 on: May 19, 2005, 10:06:51 AM »
Mobassir,

From your PC behind SME, open a command prompt.

Enter :-

TELNET mail.digimart.com.pk 25

What do you get in reply ?

Kelvin

KelvinLee

How to configure SME Server to aloow pop3 mails
« Reply #16 on: May 19, 2005, 10:10:45 AM »
Oh yes, I forgot to mention that another good test would be to have a clean / freshly loaded Windows PC setup behind the SME server (no ISA client, nothing, absolutely clean). Then configure your Outlook Express and see if you can send / receive mails.

Kelvin

mobassir

How to configure SME Server to aloow pop3 mails
« Reply #17 on: May 20, 2005, 08:24:40 AM »
hello

here is result of telnet
MS ISa client is off

telnet mail.digimart.com.pk 25
conecting to mail.digimart.com.pk
220 Linux-Server.pakexpert.com.pk mailfront ESMTP
-

STOP AT CURSOR BILINK


reply for this result

regards

KelvinLee

How to configure SME Server to aloow pop3 mails
« Reply #18 on: May 20, 2005, 08:41:36 AM »
Hmmm.....

Your Telnet experiment results tells me that SME's SMTP Proxy is still enabled. I've verified with my own server that if SMTP proxy is enabled, that's is exactly what you would see.

Re-do the SMTP Proxy disable commands :-

/sbin/e-smith/config setprop smtpfront-qmail Proxy disabled
/sbin/e-smith/signal-event remoteaccess-update

Then try the Telnet test again.

Let me know what you get this time.

Kelvin

mobassir

How to configure SME Server to aloow pop3 mails
« Reply #19 on: May 28, 2005, 12:31:52 PM »
hello

yes i tried  this command

/sbin/e-smith/config setprop smtpfront-qmail Proxy disabled
/sbin/e-smith/signal-event remoteaccess-update

and command run Sucessfully, but the telnet test is same result as my last post.

thynaks
waiting for furthur reply

KelvinLee

How to configure SME Server to aloow pop3 mails
« Reply #20 on: May 29, 2005, 12:11:45 AM »
Did you enter digimart.com.pk as a virtual domain in your SME Server Manager ? If you did, remove it (possibly reboot after that) then try again.

When you have successfullly disabled SMTP Proxy on your server and did

telnet mail.digimart.com.pk 25

you should get in return something like this :-

Trying 64.41.126.243...
Connected to mail.digimart.com.pk.
Escape character is '^]'.
220 cmlapp09.siteprotect.com ESMTP Ignoble SecureMail (0.2.7d-1)

What version of SME are you running ?
Kelvin