Re: [newbie] Mail cron job output.

2005-03-26 Thread Derek Jennings
On Saturday 26 March 2005 13:58, Simon wrote: I am running the following cron job: /usr/bin/rkhunter -c | mail [EMAIL PROTECTED] -s Rkhunter Check 21 I get the following message : Output from command /usr/bin/rkhunter -c | mail [EMAIL PROTECTED] -s Rkhunter Check 21 .. /bin/sh: line 1:

Re: [newbie] Mail cron job output.

2005-03-26 Thread Simon
On Saturday 26 Mar 2005 14:15, Derek Jennings wrote: Try /usr/bin/rkhunter -c | /bin/mail [EMAIL PROTECTED] -s Rkhunter Check 21 If that does not work check the mail package is installed. Derek I tried that but it failed with : /bin/sh: line 1: /bin/mail: No such file or directory what

Re: [newbie] Mail cron job output.

2005-03-26 Thread Chris
On Saturday 26 March 2005 07:58 am, Simon wrote: I am running the following cron job: /usr/bin/rkhunter -c | mail [EMAIL PROTECTED] -s Rkhunter Check 21 I get the following message : Output from command /usr/bin/rkhunter -c | mail [EMAIL PROTECTED] -s Rkhunter Check 21 .. /bin/sh: line 1:

Re: [newbie] Mail cron job output.

2005-03-26 Thread Simon
On Saturday 26 Mar 2005 14:50, Chris wrote: Simon, this is how I have my rkhunter cronjob setup /usr/local/bin/rkhunter --cronjob --createlogfile -c and I have the following entry in my /etc/crontab: SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin [EMAIL PROTECTED] therefore all

Re: [newbie] Mail cron job output.

2005-03-26 Thread Derek Jennings
On Saturday 26 March 2005 14:38, Simon wrote: On Saturday 26 Mar 2005 14:15, Derek Jennings wrote: Try /usr/bin/rkhunter -c | /bin/mail [EMAIL PROTECTED] -s Rkhunter Check 21 If that does not work check the mail package is installed. Derek I tried that but it failed with : /bin/sh:

Re: [newbie] Mail cron job output.

2005-03-26 Thread Simon
On Saturday 26 Mar 2005 15:17, Derek Jennings wrote: mailx That's it Derek, I installed the missing mail program and all works fine now. Thanks to Chris and your good self. Simon. -- Linux Counter number 359744. http://counter.li.org/ GnuPG Key:

Re: [newbie] Mail cron job output.

2005-03-26 Thread Stephen Kühn
On Sat, 2005-03-26 at 23:35, Simon wrote: I am running the following cron job: /usr/bin/rkhunter -c | mail [EMAIL PROTECTED] -s Rkhunter Check 21 I get the following message : Output from command /usr/bin/rkhunter -c | mail [EMAIL PROTECTED] -s Rkhunter Check 21 .. /bin/sh: line 1:

Re: [newbie] Mail cron job output.

2005-03-26 Thread Simon
On Saturday 26 Mar 2005 22:33, Stephen Kühn wrote: On Sat, 2005-03-26 at 23:35, Simon wrote: I am running the following cron job: /usr/bin/rkhunter -c | mail [EMAIL PROTECTED] -s Rkhunter Check 21 I get the following message : Output from command /usr/bin/rkhunter -c | mail [EMAIL

Re: [newbie] Mail Archiving

2005-01-15 Thread Elwyn
On Saturday 15 Jan 2005 22:43, Lorin Pino wrote: On Sat, 2005-01-15 at 16:24 +, Elwyn wrote: Hi Folks I use Kontact for all my email at the moment, but some of the mailing lists I am on I would like to keep the messages of rather than finding the information on the web again.

Re: [newbie] Mail server setup 9.2?

2004-12-20 Thread Fajar Priyanto
On Monday 20 December 2004 01:34 am, Eric Scott wrote: Okay, I tried this a while back with no success. Basically, I need a basic, step-by-step explanation of how to set up a sendmail server and courier-pop server on Mandrake 9.2, and how to add oodles of pop3 clients. I'm setting this up

Re: [newbie] mail problem

2004-11-14 Thread Mark Berry
On Friday 12 Nov 2004 23:34, Cezary Morga wrote: I've got four mail accounts on polish free mail servers. Unfortunately I keep experiencing some problems when trying to send anything from three of them via SMTP. It takes a lot of time to just connect to them - the rest goes swell. Only one of

Re: [newbie] mail problem

2004-11-13 Thread Anne Wilson
On Friday 12 Nov 2004 23:34, Cezary Morga wrote: I've got four mail accounts on polish free mail servers. Unfortunately I keep experiencing some problems when trying to send anything from three of them via SMTP. It takes a lot of time to just connect to them - the rest goes swell. Only one of

Re: [newbie] mail problem

2004-11-13 Thread Cezary Morga
On Sat, 13 Nov 2004 10:16:51 + Anne Wilson [EMAIL PROTECTED] wrote: On Friday 12 Nov 2004 23:34, Cezary Morga wrote: I've got four mail accounts on polish free mail servers. Unfortunately I keep experiencing some problems when trying to send anything from three of them via SMTP. It

Re: [newbie] mail problem

2004-11-13 Thread Bryan Phinney
On Saturday 13 November 2004 06:24, Cezary Morga wrote: No. My ISP doesn't even give me any e-mail account, so I doubt they would like to block it. And as I have mentioned the problem occurred some time ago - two weeks? I ain't sure. I have problems connecting to mail servers via SMTP (yes

Re: [newbie] mail command in shell script: how to attach a file?

2004-09-06 Thread Harald T ZIPKO
Thank you guys for your hints and suggestions - I will try them asap ;-) -- (o Best regards //\Harald T ZIPKO V_/_ please no html - mails -- Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [newbie] mail command in shell script: how to attach a file?

2004-09-06 Thread Stephen Kühn
On Tue, 2004-09-07 at 07:26, Harald T ZIPKO wrote: Thank you guys for your hints and suggestions - I will try them asap ;-) | formail -A X-Loop: aloop | \ sendmail -oi [EMAIL PROTECTED] [EMAIL PROTECTED] (That's in my procmail - dunno about attaching - have you checked on the sendmail

Re: [newbie] mail command in shell script: how to attach a file?

2004-09-02 Thread Paul
Op Thu, 2 Sep 2004 09:38:05 +0200 schreef Harald T ZIPKO: Manually it's possible to copy the text from the file via ~r /name/of/the/file.txt But: How do I force 'mail' in a shell script to send a file as attachment to [EMAIL PROTECTED] (at the end of the week I would like to know quotas on a

Re: [newbie] mail command in shell script: how to attach a file?

2004-09-02 Thread Todd Slater
On Thu, Sep 02, 2004 at 09:38:05AM +0200, Harald T ZIPKO wrote: Manually it's possible to copy the text from the file via ~r /name/of/the/file.txt But: How do I force 'mail' in a shell script to send a file as attachment to [EMAIL PROTECTED] (at the end of the week I would like to know

Re: [newbie] mail command in shell script: how to attach a file?

2004-09-02 Thread Avi Schwartz
Todd Slater wrote: On Thu, Sep 02, 2004 at 09:38:05AM +0200, Harald T ZIPKO wrote: Manually it's possible to copy the text from the file via ~r /name/of/the/file.txt But: How do I force 'mail' in a shell script to send a file as attachment to [EMAIL PROTECTED] (at the end of the week I would like

Re: [newbie] Mail Server/Virus Protection

2004-08-04 Thread Stephen Kühn
On Thu, 2004-08-05 at 08:20, [EMAIL PROTECTED] wrote: Sort of off topic, but no more so than zings and seasons so I'm going for it. My whole reason for installing Drake 10 was because my current virus protection vendor did another price hike and I decided to bail... I've pretty much decided

Re: [newbie] Mail Server/Virus Protection

2004-08-04 Thread frankieh
[EMAIL PROTECTED] wrote: Sort of off topic, but no more so than zings and seasons so I'm going for it. My whole reason for installing Drake 10 was because my current virus protection vendor did another price hike and I decided to bail... I've pretty much decided to do clam (my mail server is

Re: [newbie] Mail Server/Virus Protection

2004-08-04 Thread JoeHill
On Wed, 04 Aug 2004 18:20:20 -0400 [EMAIL PROTECTED] disseminated the following: Sort of off topic, but no more so than zings and seasons so I'm going for it. Not offtopic at all AFAIC, but, you know... My whole reason for installing Drake 10 was because my current virus protection vendor

Re: [newbie] Mail Server/Virus Protection

2004-08-04 Thread Hoyt Bailey
On Wednesday 04 August 2004 17:20, [EMAIL PROTECTED] wrote: Sort of off topic, but no more so than zings and seasons so I'm going for it. My whole reason for installing Drake 10 was because my current virus protection vendor did another price hike and I decided to bail... I've pretty much

Re: [newbie] Mail clients

2004-03-18 Thread JoeHill
On Thu, 18 Mar 2004 08:33:41 - [EMAIL PROTECTED] disseminated the following: I'm using Sylpheed at the moment. It can be my daddy if it wants to be. A combination of Mozilla Firefox and Sylpheed are a speed demons match made in heaven. Big ditto on that one! Though, as soon as there is

Re: [newbie] Mail clients

2004-03-17 Thread anton
Inhabitant of Zion wrote: Hi I suspect the general split will probably be between Sylpheed, Kmail, Moz Mail and Evo. mozmail for me. kmail seemed (3.1.3) a bit clunky, never seen sylpheed and evo is gnome. Cheers Anton Want to buy your Pack or Services from MandrakeSoft? Go to

Re: [newbie] Mail clients

2004-03-17 Thread Allen/Gore/SlackWareWolf
On Wed, 17 Mar 2004 21:05:19 +1300 anton [EMAIL PROTECTED] wrote: Inhabitant of Zion wrote: Hi I suspect the general split will probably be between Sylpheed, Kmail, Moz Mail and Evo. mozmail for me. kmail seemed (3.1.3) a bit clunky, never seen sylpheed and evo is gnome. Cheers

Re: [newbie] Mail clients

2004-03-17 Thread Aaron
Your tecnical question. Do you mean you log in to X as root? That is a no no and unneeded. To set up email do it as yourself. To do tasks as root use su or sudo. However if there is some strange reason you have that forces you to enter X as root then copy the .evolution or .mozilla directory

Re: [newbie] Mail clients

2004-03-17 Thread Marco Verheul
On Wed, 2004-03-17 at 08:05, anton wrote: Inhabitant of Zion wrote: Hi I suspect the general split will probably be between Sylpheed, Kmail, Moz Mail and Evo. mozmail for me. kmail seemed (3.1.3) a bit clunky, never seen sylpheed and evo is gnome. Cheers Anton I stick with

Re: [newbie] Mail clients

2004-03-17 Thread Allen/Gore/SlackWareWolf
On Wed, 17 Mar 2004 09:51:29 +0200 Aaron [EMAIL PROTECTED] wrote: Your tecnical question. Do you mean you log in to X as root? That is a no no and unneeded. To set up email do it as yourself. To do tasks as root use su or sudo. However if there is some strange reason you have that

Re: [newbie] Mail clients

2004-03-16 Thread Charlie
On Wed, 17 Mar 2004 12:24 pm, many eyes viewed Allen's words:- This may be off topic, but ah well, no one is perfect. I was curious what everyone's fav mail clients were for Linux? I personally like Kmail, Ximian, Mutt, Pine, and now Sylpheed. KMail -- When crows find a dying snake, They

Re: [newbie] Mail clients

2004-03-16 Thread Inhabitant of Zion
Hi I suspect the general split will probably be between Sylpheed, Kmail, Moz Mail and Evo. -- John Willby Registered Linux user number 321644 ICQ: 92791912 MSN: [EMAIL PROTECTED] AIM: vicarofwibley Jabber: [EMAIL PROTECTED] Linux is like a wigwam - No Gates, no Windows, Apache

Re: [newbie] Mail Config?

2004-02-09 Thread frankieh
Hoyt Bailey wrote: I need to configure my mail system and I want to include spamassassin in the mix. I figure there are a number of ways to accomplish this. What I would like are some suggestions. What programs are best to use with spamassassin? Or what programs do you use witn spamassassin?

Re: [newbie] Mail Config?

2004-02-09 Thread Derek Jennings
On Monday 09 Feb 2004 4:38 am, Hoyt Bailey wrote: I need to configure my mail system and I want to include spamassassin in the mix. I figure there are a number of ways to accomplish this. What I would like are some suggestions. What programs are best to use with spamassassin? Or what

Re: [newbie] Mail Config?

2004-02-09 Thread Derek Jennings
On Monday 09 Feb 2004 4:38 am, Hoyt Bailey wrote: I need to configure my mail system and I want to include spamassassin in the mix. I figure there are a number of ways to accomplish this. What I would like are some suggestions. What programs are best to use with spamassassin? Or what

Re: [newbie] Mail Config?

2004-02-09 Thread frankieh
I should also mention that with my suggestion for amavis-new/spamassassin with postfix... The contribs for mdk9.2 includes packages for amavis-new, all its dependencies, clamd and spamassassin. So using them makes it a simple rpm only setup. rgds Franki Want to buy your Pack or Services

Re: [newbie] Mail Config?

2004-02-09 Thread Hoyt Bailey
- Original Message - From: Derek Jennings [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 09, 2004 01:52 Subject: Re: [newbie] Mail Config? On Monday 09 Feb 2004 4:38 am, Hoyt Bailey wrote: I need to configure my mail system and I want to include spamassassin

Re: [newbie] Mail Config?

2004-02-09 Thread Hoyt Bailey
- Original Message - From: frankieh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 09, 2004 02:27 Subject: Re: [newbie] Mail Config? I should also mention that with my suggestion for amavis-new/spamassassin with postfix... The contribs for mdk9.2 includes packages

Re: [newbie] mail client for windows

2003-11-14 Thread Margot
Eric Huff wrote: Hi Folks, I know this has been asked before, but i can't seem to find it in the archives (too many other hits): What(free) mail client should i have my dad use in windows that would be the easiest for him to switch to from outlook express? thanks, eric Try Mozilla - then, when you

Re: [newbie] mail client for windows

2003-11-14 Thread Jason Greenwood
Why not use Mozilla for Windows? Makes later migration to Linux all the easier. Cheers Jason Inhabitant of Zion wrote: Eudora? Pegasus (Although I can't remember if you get it for free) The Bat is good also but I am sure you have to pay for it. Want to buy your Pack or Services from

Re: [newbie] mail client for windows

2003-11-14 Thread Eric Huff
What(free) mail client should i have my dad use in windows that would be the easiest for him to switch to from outlook express? Thanks all! I think i will suggest he use mozilla. eric -- Mandrake HowTo's More: http://twiki.mdklinuxfaq.org Want to buy your Pack or Services from

Re: [newbie] mail client for windows

2003-11-14 Thread anton
Jason Greenwood wrote: Why not use Mozilla for Windows? Makes later migration to Linux all the easier. Or maybe Mozilla Thunderbird, as they seem to be going to discontinue Mozilla proper at some stage in the future (in favour of the separate projects). Dad probably would prefer to have just

Re: [newbie] mail client for windows

2003-11-14 Thread Franki
anton wrote: Jason Greenwood wrote: Why not use Mozilla for Windows? Makes later migration to Linux all the easier. Or maybe Mozilla Thunderbird, as they seem to be going to discontinue Mozilla proper at some stage in the future (in favour of the separate projects). Dad probably would

Re: [newbie] mail client for windows

2003-11-14 Thread Eric Huff
Why not use Mozilla for Windows? Makes later migration to Linux all the easier. Or maybe Mozilla Thunderbird, as they seem to be going to discontinue Mozilla proper at some stage in the future (in favour of the separate projects). Dad probably would prefer to have just one, and not have

Re: [newbie] Mail Problem

2003-11-07 Thread bascule
kat, what i do with gotmail (fetches hotmail mail) is to specify a directory in my home directory (just create one) and then setup kmail with another receiving account that fetches mail from that directory, bascule On Friday 07 Nov 2003 11:09 am, kat wrote: I did a fresh install of Mandrake

Re: [newbie] Mail Problem

2003-11-07 Thread Derek Jennings
On Friday 07 Nov 2003 11:09 am, kat wrote: I did a fresh install of Mandrake 9.2 and have had no problems until now. I installed 'Fetchyahoo' last night, and when it asks for the spool path (usually '/var/spool/mail/username') I put that in. However it said 'path not found,' and sure enough,

Re: [newbie] Mail Problem

2003-11-07 Thread kat
On Friday 07 November 2003 06:04 am, Derek Jennings wrote: On Friday 07 Nov 2003 11:09 am, kat wrote: I did a fresh install of Mandrake 9.2 and have had no problems until now. I installed 'Fetchyahoo' last night, and when it asks for the spool path (usually '/var/spool/mail/username') I

Re: [newbie] mail help: host not found

2003-10-29 Thread Paul
On 10/29/2003 05:49 PM, Eric Huff wrote: Eric, It looks like a DNS problem with your ISP. Should be fixed now since mail is coming through. Paul I have an errors header in my email so that i get errors from newbie posts. All of a sudden i get a bunch of hosts not found from users on the list.

Re: [newbie] mail help: host not found

2003-10-29 Thread Paul
On 10/29/2003 10:57 PM, Eric Huff wrote: It looks like a DNS problem with your ISP. Should be fixed now since mail is coming through. Paul It's not mail i send, it's mail sent from the newbie list server. I just get the error bounces. How can i check if it's a dns problem? If i whois the

Re: [newbie] mail help: host not found

2003-10-29 Thread Eric Huff
It's not mail i send, it's mail sent from the newbie list server. I just get the error bounces. How can i check if it's a dns problem? If i whois the site, can it suffer from the same? Very strange. You mentioned you could not ping the sites, and usually that means DNS problems.

Re: [newbie] Mail setup

2003-08-14 Thread Michael Lothian
But what packages are best to do the aforementioned tasks. I was under the impression there were quite a few choices. And where would documentation for these things be? Mike Stephen Kuhn wrote: On Mon, 2003-08-11 at 09:30, Michael Lothian wrote: Sorry my question was what's the best way

Re: [newbie] Mail setup

2003-08-14 Thread Stephen Kuhn
On Mon, 2003-08-11 at 09:30, Michael Lothian wrote: Sorry my question was what's the best way to do this What software? How do I configure it? Is there a guide or wizard? Thanks Mike Quite literally, everything is already exists on the machine to do this; you can use Webmin as an all in

Re: [newbie] mail test rant

2003-08-11 Thread Derek Jennings
On Friday 08 Aug 2003 8:34 pm, Todd Slater wrote: On Fri, Aug 08, 2003 at 02:11:13PM -0400, Todd Slater wrote: So my ISP has decided to reject all mails originating from dynamically assigned IP blocks, which my computer is on. So, I can't send mail to my ISP-provided account from my box

Re: [newbie] Mail setup

2003-08-10 Thread Stephen Kuhn
On Mon, 2003-08-11 at 00:30, Michael Lothian wrote: Hi I'm not sure this is the best place for this question but here goes... I'm getting a 2MBit broadband conection and I'd like to set a linux box to be my own mail server. What's the best way to do this: Firewall, gateway, mail

Re: [newbie] mail list

2003-06-27 Thread dlwiggers
On Fri, 27 Jun 2003 10:58:23 -0400 Paul M. Bucalo [EMAIL PROTECTED] wrote: big snip Thanks Paul Lee Wiggers Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [newbie] Mail program for Linux and windows?

2003-06-16 Thread Inhabitant of Zion
Slypheed is a good mailer on Linux but the win32 version is not as good (unless they have improved it lately - been a while since I could be bothered to fire up my XP machine - I only keep it for gaming) John Hey!! how about sylpheed?? it has a win32 version...

Re: [newbie] Mail program for Linux and windows?

2003-06-16 Thread Gareth Qually
Pine is dual-system, but I dont know if I want a text based interface. Sylpheed looks promising. Ciao Gareth Qually www.slowlymakingsmoke.com - Original Message - From: Wm. G. Urquhart [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 16, 2003 7:55 AM Subject: Re: [newbie

Re: [newbie] Mail program for Linux and windows?

2003-06-15 Thread Anne Wilson
On Sunday 15 Jun 2003 1:39 am, Derek Jennings wrote: On Sat, 14 Jun 2003 20:53:14 +0100 OK - I'm thick. How would a symlink put the data onto a fat32 partition, or alternatively, how could you persuade mozilla to use a symlink under your home to put the data on the fat32 partition?

Re: [newbie] Mail program for Linux and windows?

2003-06-15 Thread Wm. G. Urquhart
On Sun, 15 Jun 2003, Damian Gatabria wrote: On Saturday 14 June 2003 16:33, Anne Wilson wrote: On Saturday 14 Jun 2003 3:31 pm, Derek Jennings wrote: On Saturday 14 Jun 2003 2:13 pm, Greg Meyer wrote: On Saturday 14 June 2003 08:25 am, Gareth Qually wrote: I need an e-mail program

Re: [newbie] Mail program for Linux and windows?

2003-06-14 Thread Greg Meyer
On Saturday 14 June 2003 08:25 am, Gareth Qually wrote: I need an e-mail program that will not only work in linux and windows 2000, but also share data. The result I want to get is to be able to have the data shared across the two OS's. Anyone know of a program thatdoes this? Try something

Re: [newbie] Mail program for Linux and windows?

2003-06-14 Thread Gareth Qually
PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 14, 2003 3:31 PM Subject: Re: [newbie] Mail program for Linux and windows? On Saturday 14 Jun 2003 2:13 pm, Greg Meyer wrote: On Saturday 14 June 2003 08:25 am, Gareth Qually wrote: I need an e-mail program that will not only work in linux

Re: [newbie] Mail program for Linux and windows?

2003-06-14 Thread Aron Smith
On Saturday 14 June 2003 05:25 am, Gareth Qually wrote: that sounds like ximian connector to me www.ximian.com I need an e-mail program that will not only work in linux and windows 2000, but also share data. The result I want to get is to be able to have the data shared across the two OS's.

Re: [newbie] Mail program for Linux and windows?

2003-06-14 Thread Eric Huff
On Saturday 14 June 2003 09:03 am, Gareth Qually wrote: Thanks Greg and Derek, I was sleeping, didn't think of the two most obvious. Derek you say I should use a FAT32 partition, but my Linux partition sees my NTFS, so that should be ok right? Since you are planning ahead, you definitely want

Re: [newbie] Mail program for Linux and windows?

2003-06-14 Thread Anne Wilson
On Saturday 14 Jun 2003 3:31 pm, Derek Jennings wrote: On Saturday 14 Jun 2003 2:13 pm, Greg Meyer wrote: On Saturday 14 June 2003 08:25 am, Gareth Qually wrote: I need an e-mail program that will not only work in linux and windows 2000, but also share data. The result I want to get is

Re: [newbie] Mail program for Linux and windows?

2003-06-14 Thread Derek Jennings
On Saturday 14 Jun 2003 8:33 pm, Anne Wilson wrote: On Saturday 14 Jun 2003 3:31 pm, Derek Jennings wrote: On Saturday 14 Jun 2003 2:13 pm, Greg Meyer wrote: On Saturday 14 June 2003 08:25 am, Gareth Qually wrote: I need an e-mail program that will not only work in linux and windows

Re: [newbie] Mail program for Linux and windows?

2003-06-14 Thread Anne Wilson
On Saturday 14 Jun 2003 8:47 pm, Derek Jennings wrote: On Saturday 14 Jun 2003 8:33 pm, Anne Wilson wrote: Derek - the old netscape versions allowed you to specify where your mail was kept. I haven't seen any way of doing it with netscape6 and later or mozilla. Is it there? Anne I

Re: [newbie] Mail program for Linux and windows?

2003-06-14 Thread Gareth Qually
Thanks for that Eric, i will study up on that. Ciao Gareth Qually www.slowlymakingsmoke.com - Original Message - From: Eric Huff [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 14, 2003 7:41 PM Subject: Re: [newbie] Mail program for Linux and windows? On Saturday 14

Re: [newbie] Mail program for Linux and windows?

2003-06-14 Thread Derek Jennings
On Sat, 14 Jun 2003 20:53:14 +0100 Anne Wilson [EMAIL PROTECTED] wrote: On Saturday 14 Jun 2003 8:47 pm, Derek Jennings wrote: On Saturday 14 Jun 2003 8:33 pm, Anne Wilson wrote: Derek - the old netscape versions allowed you to specify where your mail was kept. I haven't seen any way of

Re: [newbie] Mail program for Linux and windows?

2003-06-14 Thread Stephen Kuhn
On Sat, 2003-06-14 at 22:25, Gareth Qually wrote: I need an e-mail program that will not only work in linux and windows 2000, but also share data. The result I want to get is to be able to have the data shared across the two OS's. Anyone know of a program thatdoes this? Ciao Gareth

Re: [newbie] Mail program for Linux and windows?

2003-06-14 Thread Mark
Another solution I use to do the same thing is a separate Linux box that downloads and holds the mail, and serves via IMAP to any computer or OS you need to. Greg Meyer wrote: On Saturday 14 June 2003 08:25 am, Gareth Qually wrote: I need an e-mail program that will not only work in linux

Re: [newbie] Mail server questions

2003-03-15 Thread Stephen Jeppesen
On Sat, 15 Mar 2003 14:27:23 -0500 Lee [EMAIL PROTECTED] wrote: My isp is being absorbed by Comcast so all my email addresses are about to change again. Can someone tell me how to set up my own mail server (just an overview for a dummy) and perhaps a tutorial or 10 for starters would be

Re: [newbie] Mail server questions

2003-03-15 Thread Lee
Chris at Lockergnome mentioned it last week. It took me 6 months to recover from the MediaOne crap. Just a rumor would make me get my butt in gear. With the best of help, I'm not expecting overnight results, but when I finish I will be in charge, in a proper Linux tradition. Or something

Re: [newbie] Mail server questions

2003-03-15 Thread Richard Urwin
On Saturday 15 Mar 2003 11:58 pm, Carter Harris wrote: With Comcast you are going to have a big-time problem if your Comcast is like mine. In my area, Comcast won't ... will not give you a static IP address. You could get around that with a dynamic DNS service but they (Comcast) also

Re: [newbie] Mail server questions

2003-03-15 Thread Guy Rouillier
Carter Harris wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, March 15, 2003 5:13 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] Mail server questions On Saturday 15 Mar 2003 7:27 pm, Lee wrote: My isp is being absorbed by Comcast so all my

Re: [newbie] Mail Client for the CLI

2003-02-08 Thread et
mutt, elm, pine, (what happens if you type mail without the quotes?) On Saturday 08 February 2003 12:08 pm, Adolfo Bello wrote: Today I couldn't start X after upgrading the kernel and the only way that I had to get to this list was booting XP (Outlook frozen up 4 times in less than 1.5 hours,

Re: [newbie] Mail Client for the CLI

2003-02-08 Thread CyberCFO
On Saturday 08 February 2003 12:08 pm, Adolfo Bello wrote: Today I couldn't start X after upgrading the kernel and the only way that I had to get to this list was booting XP (Outlook frozen up 4 times in less than 1.5 hours, so I needed to reboot 4 times to get working back). Solution: I

Re: [newbie] Mail Client for the CLI

2003-02-08 Thread Adolfo Bello
On Sat, 2003-02-08 at 13:15, et wrote: mutt, elm, pine, (what happens if you type mail without the quotes?) No mail for adolfobello -- __ / \\ @ __ __@ Adolfo Bello [EMAIL PROTECTED] / // // /\ / \\ // \ // Bello Ingenieria

Re: [newbie] Mail Client for the CLI

2003-02-08 Thread Adolfo Bello
On Sat, 2003-02-08 at 13:16, CyberCFO wrote: Why are you recompiling the kernel to get X started? Last night I tried to upgrade to new kernel 2.4.19-24, and around 1:30 am (EST), when everything was finished and I rebooted, I couldn't get X started. The system went into runlevel 5 three times

Re: [newbie] Mail Client for the CLI

2003-02-08 Thread Greg Meyer
On Saturday 08 February 2003 12:40 pm, Adolfo Bello wrote: On Sat, 2003-02-08 at 13:16, CyberCFO wrote: Why are you recompiling the kernel to get X started? Last night I tried to upgrade to new kernel 2.4.19-24, and around 1:30 am (EST), when everything was finished and I rebooted, I

Re: [newbie] Mail Client for the CLI

2003-02-08 Thread Adolfo Bello
On Sat, 2003-02-08 at 14:14, Greg Meyer wrote: I have had X fail to start when the partition that had /tmp on it was full. This prevented xfs (font server) from starting; XFS started Ok. nVidia graphics? Yup When you boot to runlevel 3 and try and start XFree with startx, what error

Re: [newbie] Mail Client for the CLI

2003-02-08 Thread Greg Meyer
On Saturday 08 February 2003 01:35 pm, Adolfo Bello wrote: On Sat, 2003-02-08 at 14:14, Greg Meyer wrote: I have had X fail to start when the partition that had /tmp on it was full. This prevented xfs (font server) from starting; XFS started Ok. nVidia graphics? Yup This may seem

Re: [newbie] Mail Client for the CLI

2003-02-08 Thread Adolfo Bello
On Sat, 2003-02-08 at 14:44, Greg Meyer wrote: This may seem rather obvious, but which driver are you using nv(free) or nvidia(proprietary)? If nvidia, did you recompile the kernel module after installing the new kernel? nv(free). Do I need to recompile this one? -- __

Re: [newbie] Mail Client for the CLI

2003-02-08 Thread Adolfo Bello
On Sat, 2003-02-08 at 15:03, Mark wrote: when you compiled this kernel did you make a boot disk for it and test it before installing the kernel? this would greatly alleviate all the troublesome having to reload not to mention having X breaking on you. In the seven years I've been using

Re: [newbie] Mail Client for the CLI

2003-02-08 Thread Greg Meyer
On Saturday 08 February 2003 01:58 pm, Adolfo Bello wrote: On Sat, 2003-02-08 at 14:44, Greg Meyer wrote: This may seem rather obvious, but which driver are you using nv(free) or nvidia(proprietary)? If nvidia, did you recompile the kernel module after installing the new kernel?

Re: [newbie] Mail Client for the CLI

2003-02-08 Thread Chuck Burns
On Saturday 08 February 2003 11:08 am, Adolfo Bello wrote: Today I couldn't start X after upgrading the kernel and the only way that I had to get to this list was booting XP (Outlook frozen up 4 times in less than 1.5 hours, so I needed to reboot 4 times to get working back). Solution: I

Re: [newbie] Mail Client for the CLI

2003-02-08 Thread Mark
On Sat, 8 Feb 2003, Adolfo Bello wrote: On Sat, 2003-02-08 at 13:16, CyberCFO wrote: Why are you recompiling the kernel to get X started? Last night I tried to upgrade to new kernel 2.4.19-24, and around 1:30 am (EST), when everything was finished and I rebooted, I couldn't get X

Re: [newbie] Mail Client for the CLI

2003-02-08 Thread Mark
On Sat, 8 Feb 2003, Greg Meyer wrote: On Saturday 08 February 2003 01:35 pm, Adolfo Bello wrote: On Sat, 2003-02-08 at 14:14, Greg Meyer wrote: I have had X fail to start when the partition that had /tmp on it was full. This prevented xfs (font server) from starting; XFS started Ok.

Re: [newbie] Mail Client for the CLI

2003-02-08 Thread Hendrik Boom
On Sat, Feb 08, 2003 at 01:29:11PM -0400, Adolfo Bello wrote: On Sat, 2003-02-08 at 13:15, et wrote: mutt, elm, pine, (what happens if you type mail without the quotes?) I routinely use mutt from the CLI even though I have X installed and working. It works find, and even adapts if I resize my

Re: [newbie] mail formatted incorrectly in newbie archives

2002-12-09 Thread Meliton
On Mon, 2002-12-09 at 12:24, Angus Auld wrote: Sorry if a copy of this went through blank. :-( I was just looking through mail in the list achives, and discovered that my postings are not word wrapped in a sensible manner, and that you must scroll horizontally to read them! :-( I hate it

Re: [newbie] mail formatted incorrectly in newbie archives

2002-12-09 Thread Stephen Kuhn
On Mon, 2002-12-09 at 22:24, Angus Auld wrote: Sorry if a copy of this went through blank. :-( I was just looking through mail in the list achives, and discovered that my postings are not word wrapped in a sensible manner, and that you must scroll horizontally to read them! :-( I hate it

Re: [newbie] Mail

2002-10-24 Thread Paul Dimitriu
Actually, I want to create one of these, so I need to know how I access this file. --- Derek Jennings [EMAIL PROTECTED] wrote: Squirrelmail Is that what you are looking for ? http://www.squirrelmail.org/ derek On Thursday 24 Oct 2002 4:07 pm, Hot Karl wrote: I'm trying to create

Re: [newbie] mail format

2002-10-14 Thread J. Adam Latham
On Monday 14 October 2002 11:45 am, Paul Kaplan wrote: I receive e-mails from at least three sources that I think (emphasize think) are in html format and are not displayed correctly in KMail. One of those sources also delivers attachments in a non-attached format. What I see is a text

RE: [newbie] Mail server vs. Kmail or such?

2002-09-10 Thread Franki
kmail requires that you use your ISP's mail server and it will send/receive all mail from there.. the postfix/sendmail/exim/qmail way is to actually set up your own mail server..(but you can still tell it to relay mail to your ISP for delivery.) I always setup my own mail server, its fun, its

RE: [newbie] Mail server vs. Kmail or such?

2002-09-10 Thread Franki
] Subject: Re: [newbie] Mail server vs. Kmail or such? On Tuesday 10 September 2002 13:45, Franki wrote: kmail requires that you use your ISP's mail server and it will send/receive all mail from there.. Right. the postfix/sendmail/exim/qmail way is to actually set up your own mail server

Re: [newbie] Mail server vs. Kmail or such?

2002-09-10 Thread Larry Theden
On Tuesday 10 September 2002 13:45, Franki wrote: kmail requires that you use your ISP's mail server and it will send/receive all mail from there.. Right. the postfix/sendmail/exim/qmail way is to actually set up your own mail server..(but you can still tell it to relay mail to your ISP for

Re: [newbie] mail servers

2002-06-23 Thread daRcmaTTeR
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 et wrote: | seems to be having a problem in the l;ast few days, let me see if this one | gets thru to the list as well as you personal mail | | Sorry Ed that I'm a few days late in answering but this one got through just fine. Mark -BEGIN PGP

RE: [newbie] Mail

2002-06-06 Thread Franki
do a search on sourceforge for squirrelmail... its much easier then writing your own.. there are many files, usually in /var/spool/mail I think from memory. rgds Frank -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Pauljames Dimitriu Sent: Thursday,

Re: [newbie] Mail

2002-06-05 Thread Jay
When you say mail webapge, do mean something along the lines of hotmail, etc... I use squirrelmail and it works great. Assuming my Linux computer is used as a POP server, where is the mail file that the mail is kept in until read by an external program like Pine, Kmail, etc? Basically

Re: [newbie] Mail

2002-06-05 Thread Roy Murray
- Original Message - From: Pauljames Dimitriu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 2:26 PM Subject: [newbie] Mail Assuming my Linux computer is used as a POP server, where is the mail file that the mail is kept in until read by an external program

RE: [newbie] Mail question

2002-02-20 Thread Robin
: Tuesday, February 19, 2002 6:57 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] Mail question Robin, I'd like to try to help. The sketches at http://twiki.org/cgi-bin/view/Wikilearn/TestSketch may be of some help to get a general understanding of how email works in, for example, a LAN

Re: [newbie] Mail question

2002-02-20 Thread Randy Kramer
Robin wrote: I can always count on your replay to questions. I am going to search around for more info. I will let you know if I ever got it working the way I want. Thanks! Randy Kramer Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

  1   2   >