Alessio Cecchi wrote:
I'm using vpopmail 5.4.20 with vpopmaild enable.
When i add an alias from a telnet session:
[EMAIL PROTECTED]:~$ telnet mail.pippo.com 89
Trying 83.49.65.71...
Connected to mail.pippo.com.
Escape character is '^]'.
+OK
login [EMAIL PROTECTED] XXXXXXXXX
+OK+
vpopmail_dir /home/vpopmail
domain_dir /home/vpopmail/domains/pippo.com
[...]
no_maildrop 0
system_admin_privileges 0
.
add_alias [EMAIL PROTECTED] [EMAIL PROTECTED]
+OK
quit
+OK
Connection closed by foreign host.
After i'm unable to send e-mail to the alias:
Hi. This is the qmail-send program at s1.pippo.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<[EMAIL PROTECTED]>:
Sorry, I couldn't find any host named server.com?. (#5.1.2)
--- Below this line is a copy of the message.
[...]
@4000000046dea9ab22704ab4 delivery 2089: failure:
Sorry,_I_couldn't_find_any_host_named_server.com?._(#5.1.2)/
@4000000046dea9ab22738ea4 status: local 0/10 remote 0/20
Please note the problem of the domain name:
server.com?.
That is where you told it to send mail received by [EMAIL PROTECTED]:
add_alias [EMAIL PROTECTED] [EMAIL PROTECTED]
Why this?
server.com doesn't have any MX records, so qmail can't find a host to
send the message to.
Could be the problem relate to the "<crlf>" of the telnete session?
No.