Operating System - Tru64 Unix
1753809 Members
8025 Online
108805 Solutions
New Discussion юеВ

sendmail error 'rewrite: map @ not found'

 
Charles Zepp_1
Occasional Advisor

sendmail error 'rewrite: map @ not found'

when sending mail outside of my domain, i get the following error:
---------------------
sendmail -v czepp@somesite.com
text
.
rewrite: map @ not found
---------------------

any ideas on what may be causing this?
3 REPLIES 3
Charles Zepp_1
Occasional Advisor

Re: sendmail error 'rewrite: map @ not found'

Almost forget

Running sendmail 8.9.3
OS is 5.1a
Michael Schulte zur Sur
Honored Contributor

Re: sendmail error 'rewrite: map @ not found'

Ralf Puchner
Honored Contributor

Re: sendmail error 'rewrite: map @ not found'

be sure you have used the Tru64 delivered sendmail.cf file and have configured sendmail via mailsetup! The given errormessage is typical if edited sendmail.cf by hand or have not configured sendmail properly.

It looks like your config file has something like:

$(@ ... $)

somewhere on the right hand side of a rule. You'll probably also have a line that is something like:

D@filename

This needs to be converted to a K line (with some other stuff added). It could be fixed by using the os delivered sendmail.cf file.
In your case, sendmail checks the destination against the map file which is not properly setup.
Help() { FirstReadManual(urgently); Go_to_it;; }