Jeff Karrels: > Summary: > > I have installed postfix on a linux machine. Our current mail host is > GoDaddy and we are trying to setup postfix to do mailing to our GoDaddy > accounts. I have the software installed and configured and can send mail > externally to my gmail account or other internet based accounts. However I > cannot send to my own domain. For example if I try to send to > [email protected] <mailto:[email protected]> it does not work. >
> > Jan 13 17:32:05 Consortiex-VM1 sendmail[18557]: u0DNW5L7018557: > [email protected],[email protected], [email protected] > (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=60328, > relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as ABBF1330) You haven't conpleted the switch from "Sendmail" to "Postfix". See "man alternatives" or "man update-alternatives" for setting up Postfix. > Jan 13 17:32:05 Consortiex-VM1 postfix/local[18563]: ABBF1330: > to=<[email protected]>, relay=local, delay=0.1, delays=0.06/0.02/0/0.02, > dsn=5.1.1, status=bounced (unknown user: "jeff") The Postfix local delivery agent found no user "jeff" in the /etc/passwd file. Are you sure that this mail should be delivered on this machine? Wietse
