ispCP - Board - Support
cannot send mails to domains on my server - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: cannot send mails to domains on my server (/thread-3252.html)



cannot send mails to domains on my server - kreilinger - 05-09-2008 05:18 AM

hello,

i set up a server (debian etch) with ispcp rc4 (just for testing purposes)

i registered a domain at dyndns.com and opend the needed ports in my router.

everything works fine except reciving emails.

when i try to send an email to an adress on my server i get back an email from the mail delivery system of my server which says:

<addr@domain.ath.cx>: unknown user: "addr"

but this user exists! (i can log into webmail and even check mails with my email client)

anybody able to tell me where the problem is?


RE: cannot send mails to domains on my server - rbtux - 05-09-2008 06:58 AM

its looking up the local recipient... that means that you have to change myhostname/mydestination/mydomain.

Check the posts from today... I already explained it once... Also you should be more specific: Config / Logfiles / Systeminfo...


RE: cannot send mails to domains on my server - kreilinger - 05-10-2008 09:04 PM

rbtux Wrote:its looking up the local recipient... that means that you have to change myhostname/mydestination/mydomain.

Check the posts from today... I already explained it once... Also you should be more specific: Config / Logfiles / Systeminfo...

that?

Code:
myhostname = mydomain.com
mydomain = mydomain.com
myorigin = $myhostname
mydestination = $myhostname, $mydomain

should be right ..


RE: cannot send mails to domains on my server - kreilinger - 05-10-2008 09:22 PM

ok, works now (read this post)