2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
dackus |
Posted: Aug 22 2005, 01:51 PM
|
||||||||||
Newbie Group: Members Posts: 5 Member No.: 1730 Joined: 22-August 05 |
Hi, We run SUSE 9.3 LINUX on our server. I searched. But came to the conclusion that no one ever reported problems as I have. Wat is wrong, as I concluded 2 things: 1) controller login error I cannot get into localhost:6017 with mij controllerlogin anymore via telnet I get:
HERE I PRESS ENTER
what did I change to try to fix the problem (so old setting also did not work? I changed my server.tab now it says:
And I changed resolv.conf into:
roquez.dackushosting.nl is an entry in our DNS record:
2) Many e-mails go through, but some sended with the mail() command in PHP are returned. I read somewhere that some mailservers can be a pain in the ass. I did understand that the problem (in a lot of cases but not all) is that my sender address is not right. But where on earth do I change that? In PHP everything seems to work fine, and let me tell you, some people do receive the mail, some don't?? But the problem is, most of the big ISP's in NL and BE are returning the mail......... I get back: dackus_admin@roquez as the sender address that fails - But in php.ini I cannot find any entry, only for win32 systems is that right? I read somewhere I should write something like roquez@localhost als the mailer????? - I thought I removed this roquez in my resolv.conf???? Does anybody have a clue where I could search? thanx alot. Christian. |
||||||||||
dackus |
Posted: Aug 22 2005, 01:59 PM
|
||
Newbie Group: Members Posts: 5 Member No.: 1730 Joined: 22-August 05 |
This is in my /etc/hosts????? does it help? should it be changed?
cheers, christian. |
||
dackus |
Posted: Aug 22 2005, 02:05 PM
|
||
Newbie Group: Members Posts: 5 Member No.: 1730 Joined: 22-August 05 |
Here is one:
gr, christian. |
||
atomant |
Posted: Aug 22 2005, 02:35 PM
|
||
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
This should be dackus_admin@roquez.dackushosting.nl So change MailFrom address and it will work. -------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
||
dackus |
Posted: Aug 22 2005, 03:40 PM
|
Newbie Group: Members Posts: 5 Member No.: 1730 Joined: 22-August 05 |
if it was only that simple.....can change from address to anything!
somebody said to change hostname. I did, changed /etc/hosts and now it is only roquez.dackushosting.nl but when I commandline type hostname, I get "roquez". That must be the reason, only cannot get it changed, somebody know where else hostname should be changed on linux SUSE 9.3??? thanx. |
atomant |
Posted: Aug 22 2005, 05:19 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
PHP mail() function is a little bit tricky. Add a 5th argument "-fdackus_admin@roquez.dackushosting.nl" to your php script.
-------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
dackus |
Posted: Aug 22 2005, 05:47 PM
|
Newbie Group: Members Posts: 5 Member No.: 1730 Joined: 22-August 05 |
Thanx. understood, will try.
christian. |
behorn |
Posted: Sep 22 2005, 12:43 PM
|
||
Newbie Group: Members Posts: 23 Member No.: 1608 Joined: 3-May 05 |
This almost works, but not all the way...
The domain roquez.dackushosting.nl is not a real domain (although dackushosting.nl is), so we keep on gettig this error message and looping / rejected mails. Could I add a HELO to make it work, or something else? And also, the added sender must exist otherwise the mail could get rejected anyway, right? |
||
atomant |
Posted: Sep 22 2005, 01:37 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
If you have your own dns server then you can configure roquez.dackushosting.nl domain and also configure xmail to use that dns server.
-------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |