smtp sending problem

Hello, I use postfix & dovecot to get the mails by pop. I can get the mails but I can’t send any e-mails outside of my network. I checked the logs and I got this message:

Sep 22 10:19:24 grapixi postfix/smtpd[19928]: warning: 85.105.85.162: hostname dsl.static.85-105-21922.ttnet.net.tr verification failed: Name or service not known
Sep 22 10:19:24 grapixi postfix/smtpd[19928]: connect from unknown[85.105.85.162]
Sep 22 10:19:24 grapixi postfix/trivial-rewrite[19940]: warning: do not list domain grapixi.com in BOTH mydestination and virtual_alias_domains
Sep 22 10:19:24 grapixi postfix/smtpd[19928]: warning: support for restriction “check_relay_domains” will be removed from Postfix; use “reject_unauth_destination” instead
Sep 22 10:19:24 grapixi postfix/smtpd[19928]: NOQUEUE: reject: RCPT from unknown[85.105.85.162]: 554 5.7.1 <username@live.com>: Recipient address rejected: Relay access denied; from=<info@grapixi.com> to=<username@live.com> proto=ESMTP helo=<[192.168.2.2]>
Sep 22 10:19:33 grapixi postfix/smtpd[19928]: disconnect from unknown[85.105.85.162]

I tried to send it with SASL SMTP authentication but then it doesn’t accept the user’s password. Why?

Thanks in advance.

When I enable SASL SMTP authentication, it doesn’t except the password and I got this message:

Sep 22 10:34:54 grapixi postfix/smtpd[20497]: warning: 85.105.85.162: hostname dsl.static.85-105-21922.ttnet.net.tr verification failed: Name or service not known
Sep 22 10:34:54 grapixi postfix/smtpd[20497]: connect from unknown[85.105.85.162]
Sep 22 10:34:59 grapixi postfix/smtpd[20497]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Sep 22 10:34:59 grapixi postfix/smtpd[20497]: warning: SASL authentication failure: Password verification failed
Sep 22 10:34:59 grapixi postfix/smtpd[20497]: warning: unknown[85.105.85.162]: SASL PLAIN authentication failed: generic failure
Sep 22 10:34:59 grapixi postfix/smtpd[20497]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Sep 22 10:34:59 grapixi postfix/smtpd[20497]: warning: unknown[85.105.85.162]: SASL LOGIN authentication failed: generic failure

Nevermind :\ I think I am too tired :slight_smile:

grapixi:~ # /etc/init.d/saslauthd status
Checking for service saslauthd: unused

“/etc/init.d/saslauthd start” and all my problems has solved.

But the mails are waiting on postfix mail queue…
The Status: mail for mail.grapixi.com loops back to myself

What should that be the reason?

Everything is fine, you can delete this message :\
Sorry to bother…