djkoelkast
Technical User
Hi all,
my problem is as follows:
I have a Fedora Core 2 machine with qmail 1.05 installed on it.
My ISP blocks port 25, so I can't use the local smtp service, however I can use their smtp. I tried the following:
in /var/qmail/conrol/ I made a file called: smtproutes
the file looks like this:
:smtp.quicknet.nl
I tried to send mail through php mail() and through outlook on a windows machine (to the domain running on my server) but it doesn't work!
I also tried if my ISP accepts relay form my domains:
[root@localhost root]# telnet smtp.quicknet.nl 25
Trying 213.73.255.46...
Connected to smtp.quicknet.nl.
Escape character is '^]'.
220 vmx70.multikabel.net ESMTP
MAIL FROM: info@ad-it.nl
250 2.1.0 info@ad-it.nl... Sender ok
RCPT TO: info@de-stern.nl
250 2.1.5 info@de-stern.nl... Recipient ok
DATA
354 Enter mail, end with "." on a line by itself
From: AD-IT
To: De Stern
Subject: test
test
.
250 2.0.0 j39CsqOl025399 Message accepted for delivery
and it works!
I also looked up the queue:
[root@localhost root]# qmail-qstat
messages in queue: 0
messages in queue but not yet preprocessed: 0
Nothing in the log files.
It still doesn't work! When I send a mail through telnet (via the smtp of my provider, from my own domain) to another mailaddress anywhere in the world it works... But mail() and pop3 mail don't! Help!
my problem is as follows:
I have a Fedora Core 2 machine with qmail 1.05 installed on it.
My ISP blocks port 25, so I can't use the local smtp service, however I can use their smtp. I tried the following:
in /var/qmail/conrol/ I made a file called: smtproutes
the file looks like this:
:smtp.quicknet.nl
I tried to send mail through php mail() and through outlook on a windows machine (to the domain running on my server) but it doesn't work!
I also tried if my ISP accepts relay form my domains:
[root@localhost root]# telnet smtp.quicknet.nl 25
Trying 213.73.255.46...
Connected to smtp.quicknet.nl.
Escape character is '^]'.
220 vmx70.multikabel.net ESMTP
MAIL FROM: info@ad-it.nl
250 2.1.0 info@ad-it.nl... Sender ok
RCPT TO: info@de-stern.nl
250 2.1.5 info@de-stern.nl... Recipient ok
DATA
354 Enter mail, end with "." on a line by itself
From: AD-IT
To: De Stern
Subject: test
test
.
250 2.0.0 j39CsqOl025399 Message accepted for delivery
and it works!
I also looked up the queue:
[root@localhost root]# qmail-qstat
messages in queue: 0
messages in queue but not yet preprocessed: 0
Nothing in the log files.
It still doesn't work! When I send a mail through telnet (via the smtp of my provider, from my own domain) to another mailaddress anywhere in the world it works... But mail() and pop3 mail don't! Help!