tim.kaufner
New Member
Hallo Leute,
ich habe heute versucht einen MTA (Exim4) aufzusetzen, er funktioniert auch soweit. Ich habe einen neuen Systembenutzer "newuser" angelegt, dieser hat auch einen Mail-Account unter /var/mail/newuser
Ich kann nun mittels der Konsole Emails an diesen Benutzer verschicken, das funktioniert auch soweit:
Nur habe ich leider das Problem, dass der Mailserver keine Mails von einen externen Domäne empfängt, hier die Fehlermeldung:
Hier meine Exim4-Konfiguration:
Das seltsame daran ist, dass ich per telnet von einem fremden Rechner aus Emails an den Benutzer "[email protected]" ohne Probleme versenden kann...
Könnt ihr mir helfen?
Gruß
Tim
ich habe heute versucht einen MTA (Exim4) aufzusetzen, er funktioniert auch soweit. Ich habe einen neuen Systembenutzer "newuser" angelegt, dieser hat auch einen Mail-Account unter /var/mail/newuser
Ich kann nun mittels der Konsole Emails an diesen Benutzer verschicken, das funktioniert auch soweit:
Code:
echo "Hallo Welt" | mail -s "Test..." [email protected]
Code:
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: 550 550 <[email protected]>: invalid address (state 14).
Code:
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
#
# Please note that this is _not_ a dpkg-conffile and that automatic changes
# to this file might happen. The code handling this will honor your local
# changes, so this is usually fine, but will break local schemes that mess
# around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to replace
# the DEBCONFsomethingDEBCONF strings in the configuration template files.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file
dc_eximconfig_configtype='internet'
dc_other_hostnames='example.com'
dc_local_interfaces=''
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='mail.example.com'
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname='false'
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'
Könnt ihr mir helfen?
Gruß
Tim