Search found 4 matches

by deathrock
Thu Apr 07, 2005 6:59 am
Forum: Suggestion Box
Topic: ETRN Release Queue Command
Replies: 0
Views: 8293

ETRN Release Queue Command

Hi, I have a mail server who doesn't support ETRN command, I've made this script for anyone I ran it every hout with CronJob. <? $domain = "deathrocknet.org"; ?> <?php $fp = fsockopen("mail.rollernet.us", 2525, $errno, $errstr, 30); if (!$fp) { echo "$errstr ($errno)<br />\n...
by deathrock
Mon Mar 21, 2005 11:35 pm
Forum: Support
Topic: Port 25 Blocked
Replies: 4
Views: 10183

glendale2x wrote:I've set up a SMTP listener on port 2525 that will accept ETRN commands to release the queue for any domain in the account manager.
Thanks for your great support :D
by deathrock
Thu Mar 17, 2005 1:35 pm
Forum: Support
Topic: Port 25 Blocked
Replies: 4
Views: 10183

We only have servers listening on port 25 at the moment. There are two options: I've just added a queue display to the account manager that allows you to manually flush the queues. All it really does is send an ETRN with a web interface. This is available as of yesterday under the "Resource Ac...
by deathrock
Thu Mar 17, 2005 12:03 pm
Forum: Support
Topic: Port 25 Blocked
Replies: 4
Views: 10183

Port 25 Blocked

Hello, Thanks for your great support :D The last year, I was using my own email server (more than 200mails/day) but from January my ISP has blocked port 25 in/out. I'm now using your service (SMTP Redirection) and I found it's very great, I've also donated some money. But I have 1 question : I can't...