
16th January 2006, 17:57
|
|
Member
|
|
Join Date: Jan 2006
Location: Gera / Thueringen / Germany
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Mails can't be delivered
The Problem is that no mails will be delivered and that no Failure Mail is been delivered! Webserver is working proberly!
Here my configuration:
DNS Provider Config:
DNS IN A:
@.project-bizarre.de 85.31.186.56
*.project-bizarre.de 85.31.186.56
DNS MX:
project-bizarre.de IN MX 10 smtp.project-bizarre.de
Server Config:
cat /etc/hosts (preconfigured from Server Provider)
127.0.0.1 localhost
192.168.0.8 INSTALLSERVER
85.31.186.56 85-31-186-56
192.168.0.29 debian_webmin.blue.kundencontroller.de debian_webmin
127.0.0.1 localhost
cat /etc/resolv.conf (preconfigured from Server Provider)
domain blue.kundencontroller.de
nameserver 85.31.185.124
nameserver 85.31.184.6
nameserver 85.31.184.7
ISPConfig Configuration for web (project-bizarre.de)
Server: wizZzard.media (is this name somewhere important?)
Host: www
Domain: project-bizarre.de
IP Adresse: 85.31.186.56
Create DNS: not checked
Create DNS-MX: not checked
..
Mailuser Login: checked
under User & EMail:
User: web8_project-bizarre.de
Name: admin-project-bizarre.de
Email: admin
this user is admin an his Email is the catch all Email
So, where is the fault?
|

16th January 2006, 18:24
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,872
Thanks: 689
Thanked 4,185 Times in 3,202 Posts
|
|
Do you have the problem only for this domain or for all domains on the server?
|

16th January 2006, 18:40
|
|
Member
|
|
Join Date: Jan 2006
Location: Gera / Thueringen / Germany
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
 this is the first Domain i have configured and used. Duke13.de (domain of an friend of mine) has the same probs but i do not know if he has configured his DNS correctly.
|

16th January 2006, 18:45
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,592 Times in 2,443 Posts
|
|
Code:
~# dig smtp.project-bizarre.de
; <<>> DiG 9.2.1 <<>> smtp.project-bizarre.de
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19402
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 1
;; QUESTION SECTION:
;smtp.project-bizarre.de. IN A
;; ANSWER SECTION:
smtp.project-bizarre.de. 86400 IN CNAME smtp.kundencontroller.de.
smtp.kundencontroller.de. 500 IN CNAME mail-out1.kundencontroller.de.
mail-out1.kundencontroller.de. 500 IN A 85.31.185.13
;; AUTHORITY SECTION:
kundencontroller.de. 245 IN NS ns1.kundencontroller.de.
kundencontroller.de. 245 IN NS ns2.kundencontroller.de.
kundencontroller.de. 245 IN NS ns3.kundencontroller.de.
kundencontroller.de. 245 IN NS k1.kundencontroller.de.
;; ADDITIONAL SECTION:
k1.kundencontroller.de. 500 IN A 85.31.185.124
;; Query time: 71 msec
;; SERVER: 81.169.163.104#53(81.169.163.104)
;; WHEN: Mon Jan 16 18:43:14 2006
;; MSG SIZE rcvd: 204
smtp.project-bizarre.de points to 85.31.185.13 which lets me think that this is not your own server because project-bizarre.de points to 85.31.186.56. This means that your mails are delivered to 85.31.185.13.
|

16th January 2006, 18:49
|
|
Member
|
|
Join Date: Jan 2006
Location: Gera / Thueringen / Germany
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by falko
Code:
~# dig smtp.project-bizarre.de
; <<>> DiG 9.2.1 <<>> smtp.project-bizarre.de
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19402
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 1
;; QUESTION SECTION:
;smtp.project-bizarre.de. IN A
;; ANSWER SECTION:
smtp.project-bizarre.de. 86400 IN CNAME smtp.kundencontroller.de.
smtp.kundencontroller.de. 500 IN CNAME mail-out1.kundencontroller.de.
mail-out1.kundencontroller.de. 500 IN A 85.31.185.13
;; AUTHORITY SECTION:
kundencontroller.de. 245 IN NS ns1.kundencontroller.de.
kundencontroller.de. 245 IN NS ns2.kundencontroller.de.
kundencontroller.de. 245 IN NS ns3.kundencontroller.de.
kundencontroller.de. 245 IN NS k1.kundencontroller.de.
;; ADDITIONAL SECTION:
k1.kundencontroller.de. 500 IN A 85.31.185.124
;; Query time: 71 msec
;; SERVER: 81.169.163.104#53(81.169.163.104)
;; WHEN: Mon Jan 16 18:43:14 2006
;; MSG SIZE rcvd: 204
smtp.project-bizarre.de points to 85.31.185.13 which lets me think that this is not your own server because project-bizarre.de points to 85.31.186.56. This means that your mails are delivered to 85.31.185.13.
|
But why are the mails delivered to 85.31.185.13 ? at no time i have typed such IP in any field!
|

16th January 2006, 18:59
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,872
Thanks: 689
Thanked 4,185 Times in 3,202 Posts
|
|
I guess kundencontroller.de is not your domain, its the domain of your Server housing ISP and you registered the domain there? Then you must ask you provider to point the MX record to your server instead of the mailservers of your ISP.
|

16th January 2006, 18:46
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,872
Thanks: 689
Thanked 4,185 Times in 3,202 Posts
|
|
If you use courier or dovecot, please check the Maildir checkbox in ispconfig under management > server > settings on the mail tab.
|
| Thread Tools |
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 23:47.
|
Recent comments
1 day 14 hours ago
1 day 23 hours ago
2 days 2 hours ago
2 days 3 hours ago
2 days 5 hours ago
2 days 6 hours ago
2 days 8 hours ago
2 days 9 hours ago
3 days 1 hour ago
3 days 2 hours ago