If I'm just sending a message from user1@localhost to user2@localhost,
what sort of domains and users do I create first?
thufir@dur:~/apache-james-3.0-beta4$
thufir@dur:~/apache-james-3.0-beta4$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 dur.bounceme.net ESMTP Postfix (Ubuntu)
ehlo test
250-dur.bounceme.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
mail from:thufir@localhost
250 2.1.0 Ok
rcpt to:thufir@localhost
250 2.1.5 Ok
Recipient thufir@localhost
502 5.5.2 Error: command not recognized
subject:test
221 2.7.0 Error: I can break rules, too. Goodbye.
Connection closed by foreign host.
thufir@dur:~/apache-james-3.0-beta4$
The FQDN is just a freebie from https://www.no-ip.com/, and I don't
actually want to send messages beyond localhost for the time being.
The above message failed because the domains and users weren't
configured properly?
thanks,
Thufir
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]