I'm really looking forward to the new OpenSMTP included in OpenBSD. I'm having an issue with both the "mail" program and inbound SMTP both give the same error
Is there a way for it accept: [email protected] in addition to: <[email protected]> ? # telnet localhost 25 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 vpn.secure5.net ESMTP OpenSMTPD helo test.com 250 vpn.secure5.net Hello test.com [127.0.0.1], pleased to meet you MAIL FROM: [email protected] 553 5.1.0: Sender address syntax error MAIL FROM: <[email protected]> 250 2.0.0: Ok RCPT TO: [email protected] 501 5.1.3: Recipient address syntax error RCPT TO: <[email protected]> 250 2.1.5 Destination address valid: Recipient ok ^] telnet> quit Connection closed. -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
