0
setting up email with extern domain/DNS host
Hey,
i'm now using Ajenti for about some months. Until now i never used the email section, but some of my friends needs a webspace with email, so we hosted it on my server.
We started with a website, added the Domain and everything works. But if we create an Email account, we can only connect to it and see the inbox, but we can't send or receive emails.
The domain isn't hosted local, but on a extern DNS hoster. So we created a DNS record (not sure if it's needed). The question is now, what do i need to add/do, to get the thing to work ?
Thanks for all persons who answer
Greetings Pierre
i'm now using Ajenti for about some months. Until now i never used the email section, but some of my friends needs a webspace with email, so we hosted it on my server.
We started with a website, added the Domain and everything works. But if we create an Email account, we can only connect to it and see the inbox, but we can't send or receive emails.
The domain isn't hosted local, but on a extern DNS hoster. So we created a DNS record (not sure if it's needed). The question is now, what do i need to add/do, to get the thing to work ?
Thanks for all persons who answer
Greetings Pierre
Customer support service by UserEcho
i use bind9 dns server,and point mx record to my server ip,
Could u maybe give me an example, what i should add in Bind9, that the mailserver is local, but the domain external ?
already tried some things, but couldnt get it to work. Not sure if i need to add a new zone or add the mx record like mailserver ip to an existing zone.
Greetings Pierre
can you explain more to get me understand
what do you mean by "The domain isn't hosted local"
i have serveral customer and all of them using mail ,every thing is fine
i think i can help you
sorry for my bad English
and my friends domain is on "host2" on "hoster 2" (Host2 doesn't have mailserver)
The Webserver and Mailserver are on "Host1", so we want that we can send mails, with the Domain from "Host2".
if you wann recieve mail from another domain , is not hosted on your same server
you shoud only point mx record, to your domain
tell your customer, point their mx record on your domains
external-domain.com. MX 10 mx1.your-mail-server-domain.net.
http://domainmx.net/mxsetup.shtml
if you cant get this work try this
i think in ajenti you shoud create zone for external domain , in bind
and config your external domains, config a record on host2 and config mx record on host1
like this
$TTL 604800
@ IN SOA ns.external-domain.net. external-domain.net. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
; name servers - NS records
IN NS ns1.external-domain.net.
IN NS ns2.external-domain.net.
; name servers - A records
ns1 IN A host2
ns2 IN A host2
; main - A records
@ IN A host1
external-domain. IN A host2
; mx records
external-domain.com. MX 10 host1
Stopping domain name service...: bind9rndc: connect failed: 127.0.0.1#953: connection refused. ok
[FAIL] Starting domain name service...: bind9 failed!
removing the record/zone didnt helped.
reanstalling didnt helped too
Edit.
Got another error:
Crashed
if you miss spell somthing or set path wrong , bind never start , and stop working
configure bind its very defecult ,if you miss spell something ,every thing goes wrong
you should have experiense to deal with it,
thanks alot, that you helped me with my problems!
sorry for my bad english , and bad support
http://prntscr.com/7gz94e a picture of all zones, is there something missing from the defaults ?
there always comes a 2 0.in-addr.arpa zone on fail restart. And a 3. if i try again
if i create a new: example.net.
it autocreates a 2. 0.in-addr.arpa after saving the example.net
after a restart the server doesnt start again and i need to delete all zones.
Edit.
found out, that it creates the 0.in-addr.arpa if i click on Save
enter full path for file input , like this
and make sure you create file and , save it corectly
btw. "sorry for my bad english , and bad support", np, my english isn't the best too and that you are a bad support isnt right. U helped me alot ^^
need to try later to send mails, because my webmail panel got some problems right now.
exim log was in /var/log/exim , but didnt found some errors.
In th Interface Exim, Courier-imap, courier-imap-ssl and courier-authdaemon are running.
found something like fetchmail (not sure if its needed) but cant start this programm
found sendmail too, but normaly this gets removed by ajenti, in the console it says its not on server more, but if i look in ajenti Services, sendmail is running and cant be stopped.
if i use the command to stop sendmail, it gives me
~# service sendmail stop
[ ok ] Stopping Mail Transport Agent (MTA): sendmail.
but it doesnt stop, still shows active
if i try to start sendmail it says
[....] Starting Mail Transport Agent (MTA): sendmailstart-stop-daemon: unable to stat /usr/sbin/sendmail-mta (No such file or directory)/etc/init.d/sendmail: 296: /etc/init.d/sendmail: /usr/sbin/sendmail-msp: not found
. ok