
15th November 2012, 17:47
|
|
Member
|
|
Join Date: Nov 2012
Posts: 38
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
seems I am getting an error on postfix
Code:
root@ks359171:~# postfix status
/usr/sbin/postconf: warning: /etc/postfix/master.cf: unused parameter: smtpd_bind_address=127.0.0.1
postfix/postfix-script: the Postfix mail system is running: PID: 31900
Not sure where to go from here.
|

16th November 2012, 12:09
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
That's just a warninig which you can ignore.
Please also check if maybe your ISP is blocking port 25.
|

16th November 2012, 21:29
|
|
Member
|
|
Join Date: Nov 2012
Posts: 38
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
ISP isn't blocking 25 and namp shows it open
Code:
root@ks359171:~# nmap 91.121.156.14
Starting Nmap 5.21 ( http://nmap.org ) at 2012-11-16 15:27 EST
Nmap scan report for ks359171.kimsufi.com (91.121.156.14)
Host is up (0.000027s latency).
Not shown: 987 closed ports
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
25/tcp open smtp
53/tcp open domain
80/tcp open http
110/tcp open pop3
143/tcp open imap
443/tcp open https
993/tcp open imaps
995/tcp open pop3s
3306/tcp open mysql
8080/tcp open http-proxy
8081/tcp open blackice-icecap
Nmap done: 1 IP address (1 host up) scanned in 0.15 seconds
Just noticed port 25 isn't open in the isp3 firewall, does it need to be? If so which side, tcp or udp?
Last edited by IrishDoc; 16th November 2012 at 21:44.
|

17th November 2012, 08:36
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Quote:
Originally Posted by IrishDoc
Just noticed port 25 isn't open in the isp3 firewall, does it need to be? If so which side, tcp or udp?
|
Yes. TCP.
What's the output of ?
|

17th November 2012, 08:39
|
|
Member
|
|
Join Date: Nov 2012
Posts: 38
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
Code:
# iptables -L
Chain INPUT (policy DROP)
target prot opt source destination
DROP tcp -- anywhere loopback/8
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
DROP all -- base-address.mcast.net/4 anywhere
PUB_IN all -- anywhere anywhere
PUB_IN all -- anywhere anywhere
PUB_IN all -- anywhere anywhere
PUB_IN all -- anywhere anywhere
PUB_IN all -- anywhere anywhere
DROP all -- anywhere anywhere
Chain FORWARD (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
DROP all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
PUB_OUT all -- anywhere anywhere
PUB_OUT all -- anywhere anywhere
PUB_OUT all -- anywhere anywhere
PUB_OUT all -- anywhere anywhere
PUB_OUT all -- anywhere anywhere
Chain INT_IN (0 references)
target prot opt source destination
ACCEPT icmp -- anywhere anywhere
DROP all -- anywhere anywhere
Chain INT_OUT (0 references)
target prot opt source destination
ACCEPT icmp -- anywhere anywhere
ACCEPT all -- anywhere anywhere
Chain PAROLE (12 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
Chain PUB_IN (5 references)
target prot opt source destination
ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
ACCEPT icmp -- anywhere anywhere icmp echo-reply
ACCEPT icmp -- anywhere anywhere icmp time-exceeded
ACCEPT icmp -- anywhere anywhere icmp echo-request
PAROLE tcp -- anywhere anywhere tcp dpt:ftp
PAROLE tcp -- anywhere anywhere tcp dpt:ssh
PAROLE tcp -- anywhere anywhere tcp dpt:domain
PAROLE tcp -- anywhere anywhere tcp dpt:http
PAROLE tcp -- anywhere anywhere tcp dpt:pop3
PAROLE tcp -- anywhere anywhere tcp dpt:imap2
PAROLE tcp -- anywhere anywhere tcp dpt:https
PAROLE tcp -- anywhere anywhere tcp dpt:imaps
PAROLE tcp -- anywhere anywhere tcp dpt:pop3s
PAROLE tcp -- anywhere anywhere tcp dpt:mysql
PAROLE tcp -- anywhere anywhere tcp dpt:http-alt
PAROLE tcp -- anywhere anywhere tcp dpt:tproxy
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT udp -- anywhere anywhere udp dpt:mysql
DROP icmp -- anywhere anywhere
DROP all -- anywhere anywhere
Chain PUB_OUT (5 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
Chain fail2ban-dovecot-pop3imap (0 references)
target prot opt source destination
RETURN all -- anywhere anywhere
Chain fail2ban-pureftpd (0 references)
target prot opt source destination
RETURN all -- anywhere anywhere
Chain fail2ban-ssh (0 references)
target prot opt source destination
RETURN all -- anywhere anywhere
opened port 25 and got this error
Code:
Send test e-mail message: None of the authentication methods supported by this client are supported by your server.
so I removed the authentication options and then recieved this one
Code:
Send test e-mail message: Cannot send the message. Verify the e-mail address in your account properties. The server responded: 530 5.7.0 Must issue a STARTTLS command first
I just set the authentication in the advanced tab to auto and the current error is this
Code:
Send test e-mail message: The server responded: 554 5.7.1 <75-136-5-59.st
Last edited by IrishDoc; 17th November 2012 at 14:01.
|

18th November 2012, 12:43
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Are there any errors in your mail log (in the /var/log/ directory)?
|

18th November 2012, 13:29
|
|
Member
|
|
Join Date: Nov 2012
Posts: 38
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
Ok. I made some changes to postfix and finally got Outlook to setup without any errors buts when I send an email from another address to the one I setup in outlook and isp3 I get this error.
Code:
Delivery to the following recipient failed permanently:
admin@kustomhosting.net
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 554 554 5.7.1 <mail-gg0-f170.google.com[209.85.161.170]>: Client host rejected: Access denied (state 13).
Last edited by IrishDoc; 18th November 2012 at 13:49.
|

19th November 2012, 12:56
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Does the MX record of kustomhosting.net point to the correct server?
|

19th November 2012, 13:37
|
|
Member
|
|
Join Date: Nov 2012
Posts: 38
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
I believe so. This is what I have
|

21st November 2012, 20:03
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Technically this is correct, but why do you have three MX records that all point to the same server? One is enough.
Does admin@kustomhosting.net exist on your server?
|
| Thread Tools |
|
|
| Display Modes |
Linear 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 20:49.
|
|
Recent comments
20 hours 56 min ago
21 hours 2 min ago
1 day 2 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 10 hours ago
1 day 15 hours ago
1 day 21 hours ago
2 days 1 hour ago
2 days 3 hours ago