Hi everyone,
I use postfix along with cyrus for my mail server and everything is working fine up until I try to connect to my server:
Code:
telnet localhost 25
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
Escape character is '^]'.
220 mail ESMTP Postfix (2.0.6) (Mandrake Linux)
helo localhost
250 mail
mail from: edwin at nameless.org
250 Ok
rcpt to: edwin at localhost
555 Unsupported option: at
which is pretty unfortunate, don't you think?
Do you know what might be wrong with my postfix settings?