Hi,
i had search the forum about that but nothing helped completly. My Problem is, that EMails from outside sometimes appear with that kind of warning message, so it could not be delivered. I dont want that smtp is checking the correct syntax of a domain he should only deliver the mail.
Here is the entry in my submit.mc:
divert(0)dnl
VERSIONID(`$Id: submit.mc,v 8.6.2.7 2003/09/10 22:11:56 ca Exp $')
define(`confCF_VERSION', `Submit')dnl
define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
define(`confTIME_ZONE', `USE_TZ')dnl
define(`confDONT_INIT_GROUPS', `True')dnl
define(`confDOMAIN_NAME',`$my-domain.de')dnl
dnl
dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]dnl
FEATURE(`msp', `[127.0.0.1]')dnl
FEATURE(`accept_unresolvable_domains')dnl
dnl Enable access.db for allowed relaying dnl
FEATURE(`acces_db',`hash -T<TMPF> /etc/mail/access.db')dnl
dnl FEATURE(relay_mail_from)dnl
dnl Enable for fetchmail dnl
FEATURE(`masquerade_envelope')dnl
FEATURE(`accept_unqualified_senders')dnl
FEATURE(`relay_local_from')dnl
Thats the entry in my /etc/mail/access
# Default for loop back is RELAY
127.0.0.1 OK
localhost OK
hsp-gbr.de OK
unresolvable_domain OK
Need HELP please....
