[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ3 - Email problem false user unknown error



INRE [cobalt-users] RaQ3 - Email problem false user unknown error:
> I have a strange problem with sendmail.
> For no apparent reason email addresses that a user could send to from
> their account on our server previously, suddenly started kicking back
> user unknown errors. 
> <<cut>>
> Here is a copy of the error message I am getting back.
>
> ********** begin error message **************
> Your message did not reach some or all of the intended recipients.
>
>       Subject:	testing
>       Sent:	1/15/2003 1:14 PM
>
> The following recipient(s) could not be reached:
>
>       kpodmore@xxxxxxxxxxxx on 1/15/2003 1:14 PM
>             550 <kpodmore@xxxxxxxxxxxx>... User unknown
> ********** end error message *************
>
> I have searched the archives and found nothing directly relating to this
> problem, I am at my wits end. Please Help...
>

Dave,

  Hmmm, first off the username mapping should be in the 
/etc/mail/virtusertable I believe.  Do a "grep kpodmore 
/etc/mail/virtusertable" and see what it returns.  The do the same command 
(grep) on a "working" account and see what it returns.  May be your postgress 
database is partially hosed and not re-writting the file correctly on changes 
(any change to any account will cause it to rebuild the virtusertable)

Also, you can try "/usr/sbin/sendmail -bt" (sendmail in test mode)
at the ">" prompt enter 0,3 kpodmore

and it should tell you what it would do with that address;

then try 0,3 kpodmore@xxxxxxxxxxxx

and see what that says.  Will tell you if the local sendmail is recognizing 
the account names and address mapping.

Use <CTRL-D> (control-D) to exit sendmail test mode.

-- 
Larry Smith
SysAd ECSIS.NET
sysad@xxxxxxxxx