Address Book with Sendmail

2003-02-03 Thread Will Phipps
I am looking for a solution to allow users to keep their address book on a RH80 server running sendmail with imap. The server will be accessed mostly by Microsoft Outlook users. Does anyone know a way to do this? Can sendmail be configured for this? I'm open to all suggestions. Thanks, Will P.

RE: CGI - Perl - Apache problems

2003-01-30 Thread Will Phipps
> > On Wed, 2003-01-29 at 18:10, Will Phipps wrote: > > I am doing the development on > > my windows machine and then moving the site over to the > linux box for > > obvious reasons. > ... > > because as soon as I move it to the server and hit the > sub

RE: CGI - Perl - Apache problems

2003-01-29 Thread Will Phipps
I have tested and successfully run the script on a windows machine with Apache and activestate perl. Do you still think that this might be the problem? Below is the code I'm trying to run to test it. I have simplified this script for testing. If I can get this one to work then I think I can get

RE: CGI - Perl - Apache problems

2003-01-29 Thread Will Phipps
>> >> I am trying to get a web site with some Perl/CGI working on >> my RH 8.0/Apache server and need a little help. I am doing >> the development on my windows machine and then moving the >> site over to the linux box for obvious reasons. Apache is >> also running on my windows machine for

CGI - Perl - Apache problems

2003-01-29 Thread Will Phipps
I am trying to get a web site with some Perl/CGI working on my RH 8.0/Apache server and need a little help. I am doing the development on my windows machine and then moving the site over to the linux box for obvious reasons. Apache is also running on my windows machine for test purposes. Everyth

Sendmail Sent Items Folder

2002-12-14 Thread Will Phipps
>Does anyone know how to make sendmail save a copy of a sent email to the >users sent items folder automatically? > >I know you can handle it in the client, but that can be a major pain >when your users are using junk like MS Outlook. I would like for it to >be done on the server side. > http:

Sendmail Sent Items Folder

2002-12-05 Thread Will Phipps
Does anyone know how to make sendmail save a copy of a sent email to the users sent items folder automatically? I know you can handle it in the client, but that can be a major pain when your users are using junk like MS Outlook. I would like for it to be done on the server side. Thanks, Will

Sendmail / Imap folders

2002-11-25 Thread Will Phipps
Does anyone know what I need to do to force sent email to be saved in a Sent folder when connecting via a mail client? I am using sendmail, IMAP, and squirrelmail. As of now, it saves it to the sent folder only when I send with webmail (squirrelmail). Will P. -- redhat-list mailing list unsu

RE: Squirrelmail/Apache question

2002-11-25 Thread Will Phipps
> When I try to access www.mydomain.com/webmail and > http://localhost/webmail with Mozilla I get the following error > message in a dialog: www._default_.com could not be found. Please > check the name and try again. And other pages on www.mydomain.com works fine? I have no idea what that err

Samba and iptables

2002-11-24 Thread Will Phipps
Does anyone know the entry that I need to put into iptables to allow samba access? Thanks, Will P. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

RE: Squirrelmail/Apache question

2002-11-24 Thread Will Phipps
>IIRC it should work by default. What kind of error are you getting when >trying to access www.mydomain.com/webmail? Have you tried accessing it >from the server itself? (http://localhost/webmail) > >Does the file /etc/httpd/conf.d/squirrelmail.conf exist on your system, >and does it contain an

RE: Squirrelmail/Apache question

2002-11-23 Thread Will Phipps
Actually the default would be better. Is there anything else I need to do to set it up? Or, should it be working by default? Does it need any configuration in apache that is not done in RH 8.0 by default? Thanks, Will P. > I am trying to set up Squirrelmail with apache. Do I have to set up

Squirrelmail/Apache question

2002-11-23 Thread Will Phipps
I am trying to set up Squirrelmail with apache. Do I have to set up the /usr/var/squirrelmail directory as a virtual host in apache? What is it that I have to do to make it show up when I access www.mydomain.com/squirrelmail from the web? I am using RH 8.0 and have not changed the way the RH 8.0

xinted and runlevel question

2002-11-22 Thread Will Phipps
I had xinetd setup to startup at boot time with RH 8.0. I changed some configs around to get imap and sendmail to work and now xinetd doesn't startup at boot time. I am booting up in runlevel 5. Is there a reason why the gui services tool won't allow me to save after checking xinetd to start at

(no subject)

2002-11-22 Thread Will Phipps
I had xinetd setup to startup at boot time with RH 8.0. I changed some configs around to get imap and sendmail to work and now xinetd doesn't startup at boot time. I am booting up in runlevel 5. Is there a reason why the gui services tool won't allow me to save after checking xinetd to start at

RE: IMAP setup on Red Hat 8.0

2002-11-21 Thread Will Phipps
PM To: [EMAIL PROTECTED] Subject: RE: IMAP setup on Red Hat 8.0 Just caught this thread, so this may have been mentioned, but here's an idea. Check what's in /etc/hosts.deny and /etc/hosts.allow? Is it possible tcp-wrappers is blocking access to imapd? Steve Anderson >On Mon, 18 Nov

Re: IMAP setup on Red Hat 8.0

2002-11-21 Thread Will Phipps
On Mon, 18 Nov 2002, Will Phipps wrote: > I am a newbie having some problems getting IMAP/sendmail to work with RH > 8.0. Can someone please steer me in the right direction? "chkconfig --list" should show imap on. this shows imap as on "kill -1" the xinetd process

Re: IMAP setup on Red Hat 8.0

2002-11-21 Thread Will Phipps
On Mon, 18 Nov 2002, Will Phipps wrote: > I am a newbie having some problems getting IMAP/sendmail to work with RH > 8.0. Can someone please steer me in the right direction? Here are some of > my config files to give you an idea of what I have and haven't done. I also strugg

RE: sendmail troubles

2002-11-21 Thread Will Phipps
Sorry about the html. I didn’t realize it was on. I figured out what my problem was with sendmail. Wayne, you may want to check to see if you have the same issue. Below is what I did to fix it. ## In the /etc/mail/access file I added the following line ## to allow relaying from inside my LAN

RE: sendmail troubles

2002-11-20 Thread Will Phipps
2 10:40 PMTo: '[EMAIL PROTECTED]'Subject: RE: sendmail troubles See below -Original Message-From: Will Phipps [mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 20, 2002 9:55 PMTo: [EMAIL PROTECTED]Subject: sendmail troubles I seem to have s

sendmail troubles

2002-11-20 Thread Will Phipps
Title: Message I seem to have solved my imap problems by reinstalling all of the mail server rpm options with RH 8.0.  Now I am having a problem with sendmail.  I have commented out the line   "DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')"   from the sendmail.cm file and run the m4

RE: IMAP setup on Red Hat 8.0

2002-11-19 Thread Will Phipps
On Tue, 19 Nov 2002, Will Phipps wrote: > I tried this and got the same result. When running netstat nothing > shows up as listening on port 143. In the message you topposted above of I saw a mentioning of Sendmail. Port 143 is for IMAP. Is that installed and enabled in (x

RE: IMAP setup on Red Hat 8.0

2002-11-19 Thread Will Phipps
> telnet localhost 143 > > I get the following: > > Trying 127.0.0.1... > telnet: connect to address 127.0.0.1: Connection refused > > Any ideas? I tried replying earlier but I'm not sure if my post got > through (in case two reply's show up). You running portsentry? No, ju

RE: IMAP setup on Red Hat 8.0

2002-11-19 Thread Will Phipps
Reply test Will Phipps -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

RE: IMAP setup on Red Hat 8.0

2002-11-19 Thread Will Phipps
ed Hat 8.0 On Mon, 18 Nov 2002, Will Phipps wrote: > I am a newbie having some problems getting IMAP/sendmail to work with RH > 8.0. Can someone please steer me in the right direction? Here are some of > my config files to give you an idea of what I have and haven't done. I also s

test

2002-11-19 Thread Will Phipps
Just testing to see why my messages aren’t posting.         

IMAP setup on Red Hat 8.0

2002-11-18 Thread Will Phipps
ected message for port 143 tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN ## I do not see anything listening on port 143. Do you have any ideas as to what might be causing this problem? I already tried running "chkconfig imap on" and then restarting xinetd, but nothing changed. Thanks in advan