I am using Postfix as my MTA, I am running it on RH 8.0
Basically the problem boils down like this:
I can send mail to an outside email address, however, when I try to reply, it hits the postfix program and sends back a message saying it can't find the addressed user. So it is getting to the box, but then the program can't figure out what to do with it and sends it back.
Telenet localhost 25 works fine
I put into a terminal:
mail root
subject: hello world
hello world
cc:
and the mail log shows this
Sep 21 02:23:49 www postfix/pickup[6637]: 1AA4D123E0: uid=0 from=<root>
Sep 21 02:23:49 www postfix/cleanup[6656]: 1AA4D123E0: message-id=<20030921062349.1AA4D123E0@mydomain>
Sep 21 02:23:49 www postfix/nqmgr[6638]: 1AA4D123E0: from=<root@mydomain>, size=310, nrcpt=1 (queue active)
Sep 21 02:23:49 www postfix/local[6658]: 1AA4D123E0: to=<DeVryGuy@mydomain>, relay=local, delay=0, status=bounced (unknown user: "devryguy")
Sep 21 02:23:49 www postfix/cleanup[6656]: 4773B12D46: message-id=<20030921062349.4773B12D46@mydomain>
Sep 21 02:23:49 www postfix/nqmgr[6638]: 4773B12D46: from=<>, size=1877, nrcpt=1 (queue active)
Sep 21 02:23:49 www postfix/local[6658]: 4773B12D46: to=<DeVryGuy@mydomain>, relay=local, delay=0, status=bounced (unknown user: "devryguy")
Here is my main.cf file (I appoligize if this is a little messy, I'm sure that there are things that shouldn't be here and things that are declared wrong. I've been working on this for a little over a month and used several different examples on the internet but nothing really ever seems to change)
queue_directory = /var/spool/postfix
command_directory = usr/sbin
daemon_directory = /usr/libexex/postfix
mail_owner = postfix
myorigin = devryguyz.com
mydestination = $myhostname, devryguyz.com, $mydomain
relay_domains = $mydestination, devryguyz.com
local_recipient_maps = $alias_maps unix
asswd.byname
alias_maps = hash:/etc/postfix/aliases
mail_spool_directory = /var/spool/mail
debug_peer_level = 2
debugger_command
PATH=/usr/bin:/usr/X11R6/bin
xxgbd $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
manpage_directory = usr/share/man
sample_directory = /usr/share/doc/postfix-1.1.11/samples
readme_directory = /usr/share/doc/postfix-1.1.11/README_FILES
alias_database = hash:/etc/postfix/aliases