Dear Friends,
I'm using RedHat 8 with sendmail 8.12.5. I'm facing a lot of problems while writing rules & mailer. My requirement is to process all the relay mails depending on recipient users(which i'll create in a db) & if user exists there then it will rewrite envelope address & use predefined smtp server (which is not in dns), a local server whose ip address is available.
Can anybody help me to sort this issue?
Regards
Amol
linuxers-request@mm.ilug-bom.org.in wrote:
Send Linuxers mailing list submissions to linuxers@mm.ilug-bom.org.in
To subscribe or unsubscribe via the World Wide Web, visit http://mm.ilug-bom.org.in/mailman/listinfo/linuxers or, via email, send a message with subject or body 'help' to linuxers-request@mm.ilug-bom.org.in
You can reach the person managing the list at linuxers-owner@mm.ilug-bom.org.in
When replying, please edit your Subject line so it is more specific than "Re: Contents of Linuxers digest..."
GLUG Meeting on 13th July, 4pm at KReSIT, IIT Campus, Powai.
Today's Topics:
- Re: How will u install grub after reinstalling the windows ..... (Amol Hatwar)
- Re: Problem with starting Apache (Rajesh Deo)
- issues of Software Freedom for you all....subscriptions invited (Trevor Warren)
- Re: Problem with starting Apache (Sameer D. Sahasrabuddhe)
- Re: debian cramfs? kernel panic unable to mount (Royce & Sharal Pereira)
Message: 1 Date: Sat, 5 Jul 2003 01:05:06 +0530 From: Amol Hatwar rollacosta@phreaker.net Subject: Re: [ILUG-BOM] How will u install grub after reinstalling the windows ..... To: linuxers@mm.ilug-bom.org.in Message-ID: E19YWKp-0003tH-00@casper Content-Type: text/plain; charset="iso-8859-1"
On Friday 04 July 2003 15:29, you wrote:
GLUG Meeting on 13th July, 4pm at KReSIT, IIT Campus, Powai.
How will u install grub after reinstalling the windows ..... Hi,
how do u reinstall grub after u have reinstalled windows and it has erased the MBR to its own convinience.
The procedure is Windows then GNU/Linux! Anyway now that you've done the thing I'll try help you look at the process of generating the answer out of the problem you asked...
- Without GRUB you can't have the installed GNU/Linux system running
- Without access to a GNU/Linux system you can't write GRUB onto the MBR.
So the natural way to proceed will be to have some sort of a basic GNU/Linux system (shell only + little admin utils) running. A boot floppy fits the bill perfectly. That brings us to another best-practice... always make boot floppies. If you're lucky, the 1.44 things might just work before dying ;).
But incase you haven't made boot floppies, use your installation disks in "rescue mode" to get a shell up and running as root. Now you could either make a boot floppy OR install GRUB on the MBR direct.
Interestingly, the same solution applies if you've forgotten the root password. One needs to use 'chroot' and 'chpasswd' cleverly.
Before you try to modify you're MBR make sure you have a working copy of grub.conf or lilo.conf _outside_ your system. Also make sure you've gone through the man/info pages gleaning as much as information as possible. I guess... reading the man/info pages is another chicken-hen problem... just browse the Internet.
Best of luck,
Amol Hatwar.
Message: 2 Date: Fri, 4 Jul 2003 16:38:20 -0400 (EDT) From: Rajesh Deo rajeshdeo@earthlink.net Subject: Re: [ILUG-BOM] Problem with starting Apache To: "GNU/Linux Users Group, Mumbai, India" linuxers@mm.ilug-bom.org.in Message-ID: Pine.LNX.4.44.0307041635480.15887-100000@localhost.localdomain Content-Type: TEXT/PLAIN; charset=US-ASCII
Hi Linuxers, I am facing a strange problem. I had everything running till morning. But now when I started Apache httpd, it refuses to start and gives me a totally unrelated error. Whats the problem !! Please help me out...
The Computer's screen messages is given below...
[root@softrock root]# /etc/init.d/httpd start Starting httpd: Syntax error on line 267 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into server: /usr/lib/libgd.so.1.8: undefined symbol: jpeg_resync_to_restart [FAILED]
Sounds like a php upgrade problem... check your php installation.
HTH, Rajesh
-- UFOs are for real: the Air Force doesn't exist.
Message: 3 Date: 04 Jul 2003 20:51:50 +0530 From: Trevor Warren trevorwarren@softhome.net Subject: [ILUG-BOM] issues of Software Freedom for you all....subscriptions invited To: Gnu-Linux Users Group of bombay linuxers@mm.ilug-bom.org.in Cc: Fredrick Noronha fred@bytesforall.org Message-ID: 1057332109.1443.5.camel@localhost.localdomain Content-Type: text/plain; charset=iso-8859-1
Hello Luggers,
I have recieved copied of software Freedom which is published by (www.software-freedom.org). These issues cost rs 10/- each. All of you who would like to pick up a copy of the same can at the coming LUG meeting.
Else, if someone is passing by Nariman Point and want a copy of the same please do drop into " 13th Floor, 135 B Wing, Mittal Towers". Behind British Council Library.
The money collected from the same will be sent sent to the magazine in delhi towards receiving timely copies of the same every month.
Looking forward to an increasing subscriber base for Software Freedom.
Trevor
-- ( >- LINUX, It's all about CHOICE -< ) /~\ __ twarren@redhat.com __ /~\ | ) / Pre Sales Consultant - Red Hat \ (/ | |_|_ \ 9820349221(M) | 22881326(O) / _|_| ___________________________________/
Message: 4 Date: Sat, 5 Jul 2003 11:11:08 +0530 From: "Sameer D. Sahasrabuddhe" sameerds@it.iitb.ac.in Subject: Re: [ILUG-BOM] Problem with starting Apache To: "GNU/Linux Users Group, Mumbai, India" linuxers@mm.ilug-bom.org.in Message-ID: 20030705054108.GA25767@it.iitb.ac.in Content-Type: text/plain; charset=us-ascii
On Fri, Jul 04, 2003 at 11:51:31PM +0530, Akhilesh Suresh Shirbhate wrote:
[root@softrock root]# /etc/init.d/httpd start Starting httpd: Syntax error on line 267 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into server: /usr/lib/libgd.so.1.8: undefined symbol: jpeg_resync_to_restart [FAILED]
Seems to be some issue in either the php4 package or libgd. Did you upgrade, remove or (horror of horrors) _delete_ anything on your system?
Try running a simple PHP script on the command line that uses some libgd function. There might be some switch that gives verbose output about what's going on.
Sameer.
Message: 5 Date: Sat, 5 Jul 2003 11:58:13 +0530 From: "Royce & Sharal Pereira" bethell@eth.net Subject: Re: [ILUG-BOM] debian cramfs? kernel panic unable to mount To: "GNU/Linux Users Group, Mumbai, India" linuxers@mm.ilug-bom.org.in Cc: rollacosta@phreaker.net Message-ID: 007401c342be$9fc0d4a0$6fa009ca@xyznb8c77t523p Content-Type: text/plain; charset="iso-8859-1"
Dear Amol,
I've stopped getting mail from the list since 26th Jun. I sent a test mail to the list & It wasnt sent back to me (thru the list).
Whats happened? Am I unsubscribed? Do I subscribe again ?
PS: I'm sending a copy of this to Amol's email ID in case the list is not getting this.
Thanks, --Royce.
-- http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
End of Linuxers Digest, Vol 3, Issue 6