So...here is my smptaccess file:
# Copyright 1998 - 1999 Double Precision, Inc. See COPYING for
# distribution information.
#
# Default access policies for courieresmtpd
localhost allow,RELAYCLIENT
# Also, enable relaying for 10.0.0.0/8 and 192.168.0.0/16
10 allow,RELAYCLIENT
192.168 allow,RELAYCLIENT
# Use the following entry to deny connections from bad IP addresses
#
# 192.168.5 deny
# Another way to block mail from IP addresses is by initializing the
# BLOCK variable to a non-empty value. This is enforced in submit.
#
# 192.168.5 allow,BLOCK="550 Shoo! Go away!"
# If 192.168.2.3 is listed in a blocklist that initializes the BLOCK
# environment variable, and you wish to whitelist the IP address, just
# set BLOCK to an empty value, like this:
#
# 192.168.2.3 allow,BLOCK
Ok? All normal and very simple. And yes only one tab space between
localhost and allow,RELAYCLIENT.
Someone tell me why I get this error then: May 24 19:39:56 kitykage
courieresmtpd: started,ip=[::ffff:127.0.0.1]
May 24 19:40:02 kitykage courieresmtpd:
error,relay=::ffff:127.0.0.1,from=<ro...@agarithil-nost.com>,to=<your...@domain.com>:
513 Relaying denied.
Cause I surely have no idea once more.
Thanks everyone!