Bonjour

OpenBSD 6.4 - OpenSMTP - All intalled OK

I use the first example of smtp.conf in https://man.openbsd.org/smtpd.conf.

As root
echo "hello world" | mail -s "a subject" _postgresql@localhost
echo "hello world" | mail -s "a subject" robert@localhost 
Both OK

But
echo "hello world" | mail -s "a subject" rob...@domain.tld
give nothing
option -v :
<<< 220 S...domain.tld ESMTP OpenSMTPD
>>> EHLO localhost
<<< 250-S...domain.tld Hello localhost [local], pleased to meet you
<<< 250-8BITMIME
<<< 250-ENHANCEDSTATUSCODES
<<< 250-SIZE 36700160
<<< 250 HELP
>>> MAIL FROM:<rob...@s...domain.tld>  
<<< 250 2.0.0: Ok
>>> RCPT TO:<rob...@domain.tld> 
<<< 250 2.1.5 Destination address valid: Recipient ok
>>> DATA
<<< 354 Enter mail, end with "." on a line by itself
>>> .
<<< 250 2.0.0: c5b8d899 Message accepted for delivery
>>> QUIT
<<< 221 2.0.0: Bye


smtpd.conf :
 13 table aliases file:/etc/mail/aliases
 14 table secrets file:/etc/mail/secrets
 15 
 16 listen on lo0
 18 
 19 action "local" mbox  alias <aliases>
 21 action "relay" relay host smtp+tls://rob...@smtp.domain.tld auth <secrets>
 22 
 23 match for local action "local"
 24 match for any action "relay"


aliases : 
nothing changed

secrets :
robert robert:robert-password

What is wrong ?

Merci de l'aide

----
Robert Nadot
1, allée Lumir
56610 Arradon
rob...@nadot.net

Reply via email to