ispCP - Board - Support
Big Postfix Problems - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Big Postfix Problems (/thread-2703.html)

Pages: 1 2 3 4 5


RE: Big Postfix Problems - rbtux - 03-12-2008 08:07 AM

warning: SASL: Connect to private/auth failed: No such file or directory

is dovecot still active?


RE: Big Postfix Problems - Rene - 03-12-2008 08:08 AM

restart dovecot

argh, i'm to slow, it is to late Wink


RE: Big Postfix Problems - elitepilot - 03-12-2008 08:33 AM

yeah. the sasl error does not come anymore.

but now i have other erros:
server postfix/smtpd[13256]: warning: 127.0.0.1: address not listed for hostname server.haicon.eu

23:26:30 server postfix/smtpd[29979]: NOQUEUE: reject: RCPT from unknown[127.0.0.1]: 554 5.7.1 <elitepilot@online.de>: Relay access denied; from=<admin@haicon.eu> to=<elitepilot@online.de> proto=ESMTP helo=<admin.server.haicon.eu>

Mar 11 23:32:26 server postfix/smtpd[18366]: warning: 127.0.0.1: address not listed for hostname server.haicon.eu
Mar 11 23:32:26 server postfix/smtpd[18366]: connect from unknown[127.0.0.1]
Mar 11 23:32:26 server postfix/policyd-weight[22413]: decided action=550 temporarily blocked because of previous errors - retrying too fast. penalty: 30 seconds x 0 retries.
Mar 11 23:32:26 server postfix/smtpd[18366]: NOQUEUE: reject: RCPT from unknown[127.0.0.1]: 550 5.7.1 <elitepilot@haicon.eu>: Recipient address rejected: temporarily blocked because of previous errors - retrying too fast. penalty: 30 seconds x 0 retries.; from=<admin@haicon.eu> to=<elitepilot@haicon.eu> proto=ESMTP helo=<webmail.haicon.eu>
Mar 11 23:32:26 server postfix/smtpd[18366]: lost connection after RCPT from unknown[127.0.0.1]


RE: Big Postfix Problems - Rene - 03-12-2008 08:42 AM

Code:
more /etc/hosts



RE: Big Postfix Problems - elitepilot - 03-12-2008 08:46 AM

Rene Wrote:
Code:
more /etc/hosts

can you post a example hosts?


RE: Big Postfix Problems - Rene - 03-12-2008 08:51 AM

Code:
127.0.0.1 localhost.localdomain localhost
ip.ip.ip.ip localhost.localdomain localhost



RE: Big Postfix Problems - elitepilot - 03-12-2008 08:53 AM

Rene Wrote:
Code:
127.0.0.1 localhost.localdomain localhost
ip.ip.ip.ip localhost.localdomain localhost

I have IP: 78.47.79.103 and as hostname i have server.haicon.eu.

Can you pls Include that for me?


RE: Big Postfix Problems - Rene - 03-12-2008 08:56 AM

Code:
127.0.0.1 server.haicon.eu.local localhost
78.47.79.103 server.haicon.eu server
::ffff:78.47.79.103 server.haicon.eu server
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

don't you have an entry for 127.0.0.1?


RE: Big Postfix Problems - elitepilot - 03-12-2008 09:01 AM

Rene Wrote:
Code:
127.0.0.1 server.haicon.eu.local localhost
78.47.79.103 server.haicon.eu server
::ffff:78.47.79.103 server.haicon.eu server
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

don't you have an entry for 127.0.0.1?

i had entry, but i think this was too wrong.i will try if your hosts better works.


RE: Big Postfix Problems - elitepilot - 03-12-2008 07:19 PM

Mar 12 10:18:08 server postfix/smtpd[14254]: connect from server.haicon.eu.local[127.0.0.1]
Mar 12 10:18:08 server postfix/smtpd[14254]: NOQUEUE: reject: RCPT from server.haicon.eu.local[127.0.0.1]: 554 5.7.1 <elitepilot@online.de>: Relay access denied; from=<admin@haicon.eu> to=<elitepilot@online.de> proto=ESMTP helo=<admin.server.haicon.eu>
Mar 12 10:18:08 server postfix/smtpd[14254]: lost connection after RCPT from server.haicon.eu.local[127.0.0.1]
Mar 12 10:18:08 server postfix/smtpd[14254]: disconnect from server.haicon.eu.local[127.0.0.1]

Any Ideas?