Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

qMail and Domains

Status
Not open for further replies.

CGIDan

Programmer
Feb 24, 2003
1
DE
Hi.
I'm just setting up qMail on my new SuSE 8.1 Server.
I followed the Instructions of Dave Sill's Life with qMail [].
But now I'm really stuck.

./config leads to:

linux:/usr/local/src/qmail-1.03 # ./config
Your hostname is linux.
hard error
Sorry, I couldn't find your host's canonical name in DNS.
You will have to set up control/me yourself.

So I did ./config-fast linux.bytesystems.de

linux:/usr/local/src/qmail-1.03 # ./config-fast linux.bytesystems.de
Your fully qualified host name is linux.bytesystems.de.
Putting linux.bytesystems.de into control/me...
Putting bytesystems.de into control/defaultdomain...
Putting bytesystems.de into control/plusdomain...
Putting linux.bytesystems.de into control/locals...
Putting linux.bytesystems.de into control/rcpthosts...
Now qmail will refuse to accept SMTP messages except to linux.bytesystems.de.
Make sure to change rcpthosts if you add hosts to locals or virtualdomains!

Now my problem is local-to-remote and remote-to-local-sending.

Via qmail-inject I tryed to send mails to local and remote users.

local users worked just fine, but remote users didnt work.

Here's waht the log said.

2003-02-24 14:09:05.643444500 new msg 59444
2003-02-24 14:09:05.643450500 info msg 59444: bytes 213 from <b><heim@linux.bytesystems.de></b> qp 3911 uid 500
2003-02-24 14:09:05.761164500 starting delivery 6: msg 59444 to remote 3dsys@gmx.de
2003-02-24 14:09:05.761171500 status: local 0/10 remote 1/20
2003-02-24 14:09:05.821317500 delivery 6: failure: Connected_to_213.165.64.100_but_sender_was_rejected./Remote_host_said:_550_{mx017-rz3}_Cannot_resolve_your_domain_-_ungueltiger_Domain-Name_in_Adresse/
2003-02-24 14:09:05.821324500 status: local 0/10 remote 0/20
2003-02-24 14:09:05.862946500 bounce msg 59444 qp 3913
2003-02-24 14:09:05.862953500 end msg 59444

I think the bold part is important, but how do I change this?

On the other hand neither gmx -> heim@bytesystems.de nor gmx -> heim@linux.bytesystems.de work.

gmx -> heim@bytesystems.de leads to:
local-qmail doesn't find heim as a local users (no entry bytesystems.de in control/locals)

gmx -> heim@linux.bytesystems.de
gmx-qmail doesn't find domain linux.b~s.de

Help

Thanks
Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top