LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   Redhat Linux RHEL 3 Sendmail issue (https://www.linuxquestions.org/questions/linux-enterprise-47/redhat-linux-rhel-3-sendmail-issue-281525/)

am_raees 01-24-2005 04:13 AM

Redhat Linux RHEL 3 Sendmail issue
 
Dear all

I used Redhat Linux RHEL 3 Problem is that I use Sendmail for my mailing solution & my all email of user's downloading in root Mail Box instead of users mail box
with error recipient address nrc@nrclimited.com didn't match any local name
What is the possible cause please give me fast response

hitesh_linux 01-24-2005 12:43 PM

make sure that the user 'nrc' is created on local system.

Also, check under /var/spool/mail directory with nrc file.

The file called 'nrc' is created or not. if not then use 'touch nrc ' command and create the file then try to send mail again.

Also, restart the sendmail service and check.

-/Hitesh

khairul 06-10-2006 02:11 AM

Openwebmail in RHEL 3 AS
 
I have installed openwebmail in RedHat Enterprise Linux 3. But when I run ./openwbmail-tool --init it shwos the following message:

# ./openwebmail-tool.pl --init
Malformed UTF-8 character (unexpected continuation byte 0xb6, with no preceding start byte) at shares/lunar.pl line 59.

Base64.pm /usr/lib/perl5/5.8.0/i386-linux-thread-multi/MIME/Base64.pm

Your MIME::Base64 module is too old (2.12),
please update to 3.00 or later.


Please change './etc/dbm.conf' from

dbm_ext .db
dbmopen_ext none
dbmopen_haslock no

to

dbm_ext .db
dbmopen_ext .db
dbmopen_haslock no


And execute './openwebmail-tool.pl --init' again!

ps: If you are running openwebmail in persistent mode,
don't forget to 'touch openwebmail*.pl', so speedycgi
will reload all scripts, modules and conf files in --init.

Anyone can help me?


All times are GMT -5. The time now is 04:46 AM.