| gabriel rosenkoetter on Tue, 5 Nov 2002 09:20:04 -0500 |
|
On Tue, Nov 05, 2002 at 06:21:58AM -0500, Keith Bentrup wrote:
> i have this strange postfix error, i can send a message on my
> server using mail but not squirrelmail (IMAP) ... the latter
> returns user unknown ... "duffy" is a new user,
Hrm. But keith can receive email? (I guess so, I'm emailing you
there...)
> Nov 5 06:10:10 light postfix/pickup[29182]: 3C61ABBBE: uid=505 from=<keith>
> Nov 5 06:10:10 light postfix/cleanup[29633]: 3C61ABBBE:
> message-id=<20021105111010.3C61ABBBE@light.lucidts.com>
> Nov 5 06:10:10 light postfix/qmgr[29400]: 3C61ABBBE: from=<keith@lucidts.com>, size=303, nrcpt=1
> (queue active)
> Nov 5 06:10:11 light postfix/local[29634]: 3C61ABBBE: to=<duffy@lucidts.com>, relay=local,
> delay=1, status=sent ("|/usr/bin/procmail")
This looks fine. That's using mail(1)?
That went through Postfix's local pickup routines.
> Nov 5 05:45:34 light postfix/smtpd[29391]: connect from localhost[127.0.0.1]
> Nov 5 05:45:34 light postfix/smtpd[29391]: D13E9BBBE: client=localhost[127.0.0.1]
> Nov 5 05:45:34 light postfix/smtpd[29391]: reject: RCPT from localhost[127.0.0.1]: 550
> <duffy@lucidts.com>: User unknown; from=<keith@lucidts.com> to=<duffy@lucidts.com>
> Nov 5 05:45:39 light postfix/smtpd[29391]: lost connection after RCPT from localhost[127.0.0.1]
> Nov 5 05:45:39 light postfix/smtpd[29391]: disconnect from localhost[127.0.0.1]
And this, I presume, is squirrelmail?
It sounds to me like localhost isn't listed in $relay_domains.
Usually that includes $mydestination, but you may not want to put
localhost in $mydestination (it'll get mail @localhost treated as a
"local", which gets special treatment; but if you're hosting more
than one domain on that system, that may not make sense).
Both those settings should be in /etc/postfix/main.cf (modulo where
your Postfix config files live).
--
gabriel rosenkoetter
gr@eclipsed.net
Attachment:
pgpTflgzktvi0.pgp
|
|