Me, a great newbie, need help with Postfix.
I'm running Debian and I've installed postfix and postfix-mysql to do some alias work. I've created the corresponding tables and put the virtual-... lines in my main.cf file. I've used in good part the following howto:
http://high5.net/howto/.
Now, the postfix server is running and my firewall is open to SMTP. When I do the following:
Code:
telnet mymailserver.domain.org 25
Trying xx.xx.xx.xx...
Connected to mymailserver.domain.org.
Escape character is '^]'.
220 mymailserver.domain.org ESMTP Postfix (Debian/GNU)
helo mydomain.com
250 mymailserver.domain.org
mail from: <>
250 Ok
rcpt to: <whatever@domain.org>
And it stops here: no confirmation, no error message, no timeout (yet). Same thing if I put an address in the 'mail from' field. It works when I specify no email address, it tells me to write a valid email address if I input a wrong one but if the address is valid, it seems like it tries to compare it to something and it freezes there.
I guess it's something stupid I'm missing as I'm a mail server newbie but my searches in Google haven't returned anything helpful yet.
Does it ring a bell for anyone out there?
Thanks!
