Dear Community - i need your Help

-----------------------------------
OS: FreeBSD
Mail Server: OpenSMTPD
-----------------------------------

Issue: all mails from Localhost to any external Domains with command sendmail 
Example: sendmail -v -f v...@bixxx.com xx...@icloud.com became ERROR 550 
Invalid recipient

Maybe you have any ideas..?

-----------------------------------
My simple OpenSMTPD Config Version:
-----------------------------------

table aliases file:/etc/mail/aliases
listen on localhost
action "relay" relay
match from local for any action "relay"

-----------------------------------

sendmail -v -f v...@bixxx.com vb_...@icloud.com
Subject: BB
Body

vb_...@icloud.com... Connecting to [127.0.0.1] via relay...
220 server.biXXX.com ESMTP OpenSMTPD
>>> EHLO biXXX.com
250-server.biXXX.com Hello biXXX.com [127.0.0.1], pleased to meet you
250-8BITMIME
250-ENHANCEDSTATUSCODES
250-SIZE 36700160
250-DSN
250 HELP
>>> MAIL From:<v...@bixxx.com> SIZE=17
250 2.0.0 Ok
>>> RCPT To:<vb_...@icloud.com>
550 Invalid recipient: <vb_...@icloud.com>
>>> DATA
503 5.5.4 Invalid command arguments: No recipient specified
>>> RSET
250 2.0.0 Reset state
>>> RSET
250 2.0.0 Reset state
v...@bixxx.com... Using cached ESMTP connection to [127.0.0.1] via relay...
>>> MAIL From:<> SIZE=1041
250 2.0.0 Ok
>>> RCPT To:<v...@bixxx.com>
250 2.1.5 Destination address valid: Recipient ok
>>> DATA
354 Enter mail, end with "." on a line by itself
>>> .
250 2.0.0 f0171de4 Message accepted for delivery
v...@bixxx.com... Sent (f0171de4 Message accepted for delivery)
Closing connection to [127.0.0.1]
>>> QUIT
221 2.0.0 Bye

-----

Reply via email to