Re: Re-sending selected e-mail messages

2013-02-13 Thread Robert Bonomi
> Date: Thu, 14 Feb 2013 00:49:13 +0100 > From: Polytropon > To: FreeBSD Questions > Subject: Re-sending selected e-mail messages > > I need a way to automatically re-sent stored e-mail messages > according to some criteria and like to ask for advice or > suggestions

Re: Re-sending selected e-mail messages

2013-02-13 Thread Waitman Gobble
On Feb 13, 2013 3:49 PM, "Polytropon" wrote: > > I need a way to automatically re-sent stored e-mail messages > according to some criteria and like to ask for advice or > suggestions for an already existing solution before I start > reinventing the wheel. :-) > &g

Re: Re-sending selected e-mail messages

2013-02-13 Thread Lowell Gilbert
Kurt Buff writes: > On Wed, Feb 13, 2013 at 3:49 PM, Polytropon wrote: >> I need a way to automatically re-sent stored e-mail messages >> according to some criteria and like to ask for advice or >> suggestions for an already existing solution before I start >

Re: Re-sending selected e-mail messages

2013-02-13 Thread Kurt Buff
On Wed, Feb 13, 2013 at 3:49 PM, Polytropon wrote: > I need a way to automatically re-sent stored e-mail messages > according to some criteria and like to ask for advice or > suggestions for an already existing solution before I start > reinventing the wheel. :-) > > The messag

Re-sending selected e-mail messages

2013-02-13 Thread Polytropon
I need a way to automatically re-sent stored e-mail messages according to some criteria and like to ask for advice or suggestions for an already existing solution before I start reinventing the wheel. :-) The messages in question are stored in MH format. This is a tree where a mailbox equals a

Re: How to achieve E-Mail Notification on root login?

2013-02-12 Thread Chris Hill
On Tue, 12 Feb 2013, Zyumbilev, Peter wrote: Allow "sudo bash" only. The OP didn't want to use sudo because it's not in the base system. I would guess he also doesn't want to use bash, since it too is not in the base system. [ snip ] -- Chris Hill ch...@monochrome.org **

Re: How to achieve E-Mail Notification on root login?

2013-02-12 Thread Karl Vogel
>> Robert Huff writes: R> The bigger question is how quickly do you need to know - instantly? R> once an hour? once a day? >> On 12 Feb 2013 15:39:56 +0100, Frank Staals said: F> I don't think anything other than instantly makes sense. If it would be F> a batch thing sent once an hour/day/ th

Re: How to achieve E-Mail Notification on root login?

2013-02-12 Thread Zyumbilev, Peter
BSD system with users in the wheel group, >> > what is the best practise to send out a notification >> > via E-Mail if one of them becomes root via su? In an ideal >> > case the E-Mail would contain the user name and the time. >> >> I'm not sure if t

Re: How to achieve E-Mail Notification on root login?

2013-02-12 Thread Frank Staals
Robert Huff writes: > Polytropon writes: > >> > given there is a FreeBSD system with users in the wheel group, >> > what is the best practise to send out a notification >> > via E-Mail if one of them becomes root via su? In an ideal >> > case the

Re: How to achieve E-Mail Notification on root login?

2013-02-12 Thread Robert Huff
Polytropon writes: > > given there is a FreeBSD system with users in the wheel group, > > what is the best practise to send out a notification > > via E-Mail if one of them becomes root via su? In an ideal > > case the E-Mail would contain the user name and the time

Re: How to achieve E-Mail Notification on root login?

2013-02-12 Thread Polytropon
On Tue, 12 Feb 2013 13:24:52 +0100, Matthias Petermann wrote: > > Hello, > > given there is a FreeBSD system with users in the wheel group, what is > the best practise > to send out a notification via E-Mail if one of them becomes root via > su? In an ideal > case

How to achieve E-Mail Notification on root login?

2013-02-12 Thread Matthias Petermann
Hello, given there is a FreeBSD system with users in the wheel group, what is the best practise to send out a notification via E-Mail if one of them becomes root via su? In an ideal case the E-Mail would contain the user name and the time. I thought about using sudo but this is not in the

Re: IP -> e-mail

2012-06-06 Thread Mark Felder
On Wed, 06 Jun 2012 09:11:02 -0500, Robert Bonomi wrote: Matthias, your lynx-based 'solution' does *NOT* solve the OP's question. Incorrect; it does solve his problem. He wants to know -when- his DHCP assigned address changes. Consider what happens if both the expired address and the new

RE: IP -> e-mail

2012-06-06 Thread Sean Cavanaugh
> > > I would also recommend taking a look at a service like DynDNS as you > > would have a DNS name that would auto correct for new IP. > > the IP provider in Germany do not assign a static DNS name to you if yo do > not have a static IP. > Hence the Dynamic DNS option. Granted OP would have t

Re: IP -> e-mail

2012-06-06 Thread Matthias Apitz
El día Wednesday, June 06, 2012 a las 09:11:02AM -0500, Robert Bonomi escribió: > > Matthias Apitz opined: > > El dia Wednesday, June 06, 2012 a las 09:17:47AM -0400, Robert Huff > > escribio: > > > Matthias Apitz opined: > > > > > > > > lynx -dump myip.nl | fgrep 'WAN IP' > > > > > > > >

Re: IP -> e-mail

2012-06-06 Thread Lowell Gilbert
Dánielisz László writes: > Let say my computer is connected to the internet with a cable modem and has a > dynamic IP address via DHCP. This address is refreshed after every random > days. > I want to know the new address even when I'm not home. Like send an e-mail >

Re: IP -> e-mail

2012-06-06 Thread RW
when I'm > not home. Like send an e-mail with the new IP, I already know how to > do this, but how can I track the event when my computer receives the > new IP? Any ideas or same issues? Have you considered dynamic dns? If you don't actually need the address it would allow you

Re: IP -> e-mail

2012-06-06 Thread Matthias Apitz
gt; > refreshed after every random days. > > > > > > > I want to know the new address even when I'm not home. Like send > > > an e-mail with the new IP, I already know how to do this, but how can > > > I track the event when my computer receives the new I

Re: IP -> e-mail

2012-06-06 Thread Robert Bonomi
Matthias Apitz opined: > El dia Wednesday, June 06, 2012 a las 09:17:47AM -0400, Robert Huff escribio: > > Matthias Apitz opined: > > > > > > lynx -dump myip.nl | fgrep 'WAN IP' > > > > > > strore the result in a file and when it changes, trigger a mail; > > > > Or, using only tools in

RE: IP -> e-mail

2012-06-06 Thread Sean Cavanaugh
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of Robert Huff > Sent: Wednesday, June 06, 2012 9:18 AM > To: Matthias Apitz > Cc: freebsd-questions@freebsd.org > Subject: Re: IP -> e-mai

Re: IP -> e-mail

2012-06-06 Thread Robert Bonomi
m > From owner-freebsd-questi...@freebsd.org Wed Jun 6 07:37:57 2012 > Date: Wed, 6 Jun 2012 02:06:48 -0700 (PDT) > From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= > To: "freebsd-questions@freebsd.org" > Subject: IP -> e-mail > > Hi everybody, > > Let say

Re: IP -> e-mail

2012-06-06 Thread Matthias Apitz
El día Wednesday, June 06, 2012 a las 09:17:47AM -0400, Robert Huff escribió: > > Run this in a cronjob: > > > > lynx -dump myip.nl | fgrep 'WAN IP' > > > > strore the result in a file and when it changes, trigger a mail; > > Or, using only tools in the base system: > > ifconfig | h

Re: IP -> e-mail

2012-06-06 Thread Robert Huff
Matthias Apitz writes: > > Let say my computer is connected to the internet with a cable > modem and has a dynamic IP address via DHCP. This address is > refreshed after every random days. > > > I want to know the new address even when I'm not home. Like > send

Re: IP -> e-mail

2012-06-06 Thread Matthias Apitz
nt to know the new address even when I'm not home. Like send an e-mail > with the new IP, I already know how to do this, but how can I track the event > when my computer receives the new IP? > Any ideas or same issues? Hi, Run this in a cronjob: lynx -dump myip.nl | fgrep 'WAN

IP -> e-mail

2012-06-06 Thread Dánielisz László
Hi everybody, Let say my computer is connected to the internet with a cable modem and has a dynamic IP address via DHCP. This address is refreshed after every random days. I want to know the new address even when I'm not home. Like send an e-mail with the new IP, I already know how to do

USA Bulk Email Marketing Company's E-mail Service provides a quick simple way for you to send bulk e-mail.

2012-02-16 Thread massmail servers
HTML format. - 7. Your ISP won’t see that you are sending out bulk email! - 8. All email broadcasting is routed through our bulk email servers and bandwidth – not yours. - 9. Gets email delivered directly from your PC into your recipient’s mailbox without using your ISP’s e-mail

Unable to reply immediately Re: [WARNING: VIRUS REMOVED] Delivery reports about your e-mail

2011-07-14 Thread E.S. Sherratt
I shall be reading emails only very intermittently until August 7th, but will reply as soon as I can. If you have a query concerning the MA in Aegean Archaeology, please contact Kathryn Goldsack (k.golds...@sheffield.ac.uk). Sue Sherratt -- Dr E.S. Sherratt Department of Archaeology University

Re: E-Mail scaling question

2010-12-21 Thread tomasz dereszynski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/12/2010 19:39, Mark Moellering wrote: > Hello All, > My company needs a [new] e-mail solution for a product rollout. Rather than > have a few e-mail domains with lots of addresses, the solution we need is for > a very few (most

Re: E-Mail scaling question

2010-12-21 Thread Chuck Swiger
On Dec 21, 2010, at 11:39 AM, Mark Moellering wrote: > My company needs a [new] e-mail solution for a product rollout. Rather than > have a few e-mail domains with lots of addresses, the solution we need is for > a very few (mostly one, very rarely more than 3) accounts on upwards of t

Re: E-Mail scaling question

2010-12-21 Thread Diego Arias
On Tue, Dec 21, 2010 at 2:39 PM, Mark Moellering wrote: > Hello All, > My company needs a [new] e-mail solution for a product rollout. Rather > than > have a few e-mail domains with lots of addresses, the solution we need is > for > a very few (mostly one, very rarely more t

E-Mail scaling question

2010-12-21 Thread Mark Moellering
Hello All, My company needs a [new] e-mail solution for a product rollout. Rather than have a few e-mail domains with lots of addresses, the solution we need is for a very few (mostly one, very rarely more than 3) accounts on upwards of tens of thousands of domains. I can't find any in

Re: change the password e-mail account

2010-08-22 Thread jhell
> All senders, with this the contents of letter, an urgent need to change > the password e-mail account! > I think that broke password mailboxes... > >>From my email too, came a letter to the mailing list, but I did not > send it :( Bull$hit, You can knock that crap off

change the password e-mail account

2010-08-19 Thread Ivan Klymenko
ownwind.com.au/avdir/rd.php?id=7564 > > > Why is this crap polluting this list? I have been receiving multiple > copies of this junk for awhile now. The link simple redirects to: > > http://www.searchmagna.com/?domain=xpbargains.net&folder=404648785&ts=pl > > Isn

Re: [6.3] Get e-mail when CTRL-ALT-DEL is used?

2010-07-12 Thread Gilles
On Thu, 08 Jul 2010 14:29:59 +0400, ait wrote: >Maybe you can use the /etc/rc.shutdown script, there's a line at the end >of it: Thanks everyone for the help. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fre

Re: [6.3] Get e-mail when CTRL-ALT-DEL is used?

2010-07-08 Thread RW
On Thu, 08 Jul 2010 12:12:27 +0200 Gilles wrote: > Hello > > This is on a remote 6.3 host: I'd like to get an e-mail if a user hits > the CTRL-ALT-DEL to reboot the server. > > Googling told me that the use of the three-key combo can be > enabled/disabled when compi

Re: [6.3] Get e-mail when CTRL-ALT-DEL is used?

2010-07-08 Thread George Davidovich
On Thu, Jul 08, 2010 at 12:12:27PM +0200, Gilles wrote: > This is on a remote 6.3 host: I'd like to get an e-mail if a user hits > the CTRL-ALT-DEL to reboot the server. > > Googling told me that the use of the three-key combo can be > enabled/disabled when compiling a new ke

Re: [6.3] Get e-mail when CTRL-ALT-DEL is used?

2010-07-08 Thread ait
On 07/08/2010 14:12, Gilles wrote: Hello This is on a remote 6.3 host: I'd like to get an e-mail if a user hits the CTRL-ALT-DEL to reboot the server. Googling told me that the use of the three-key combo can be enabled/disabled when compiling a new kernel, but not how to manage this fe

[6.3] Get e-mail when CTRL-ALT-DEL is used?

2010-07-08 Thread Gilles
Hello This is on a remote 6.3 host: I'd like to get an e-mail if a user hits the CTRL-ALT-DEL to reboot the server. Googling told me that the use of the three-key combo can be enabled/disabled when compiling a new kernel, but not how to manage this feature when it's enabled in a runn

Re: downloading e-mail is blocking network

2010-05-19 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/05/2010 21:48:36, Chuck Swiger wrote: > On May 19, 2010, at 1:44 PM, Marco Beishuizen wrote: >> On Wed, 19 May 2010, Chuck Swiger wrote: >>> Are you using NAT? >> >> Not that I know of. > > You presumably would know from the IP your machine has-

Re: downloading e-mail is blocking network

2010-05-19 Thread Chuck Swiger
On May 19, 2010, at 1:44 PM, Marco Beishuizen wrote: > On Wed, 19 May 2010, Chuck Swiger wrote: >> Are you using NAT? > > Not that I know of. You presumably would know from the IP your machine has-- if it's RFC-1918 unroutable, NAT is involved. >> It sounds like something has a limited number o

Re: downloading e-mail is blocking network

2010-05-19 Thread Marco Beishuizen
On Wed, 19 May 2010, Chuck Swiger wrote: Are you using NAT? Not that I know of. It sounds like something has a limited number of NAT state slots available, and is dropping connections past that limit. It probably will help to try to serialize the activity of fetchmail / procmail so that t

Re: downloading e-mail is blocking network

2010-05-19 Thread krad
rect mailboxes. This takes some time because I receive a few hundred > e-mails a day (mostly mailing lists). > > > > The strange thing is that when the e-mail is being downloaded, all other > network traffic seems blocked. So browsing the internet is not possible when > fetchma

Re: downloading e-mail is blocking network

2010-05-19 Thread Chuck Swiger
dred e-mails a day > (mostly mailing lists). > > The strange thing is that when the e-mail is being downloaded, all other > network traffic seems blocked. So browsing the internet is not possible when > fetchmail/procmail is busy. At first I thought I had a problem with DNS >

downloading e-mail is blocking network

2010-05-19 Thread Marco Beishuizen
Hi, I'm having a strange network problem. Every day, when I turn on my computer, fetchmail is started and procmail is putting all my mail in the correct mailboxes. This takes some time because I receive a few hundred e-mails a day (mostly mailing lists). The strange thing is that when

Delivery reports about your e-mail [Incident:100201-010615]

2010-02-02 Thread The BigPond Team
Corporation Limited (ABN 33 051 775 556). If you are not an intended recipient, you MUST NOT keep, forward, copy, use, save or rely on this communication, and any such action is unauthorised and prohibited. If you have received this communication in error, please reply to this e-mail to notify the

Re: i've questions sure this e-mail for questions

2010-01-09 Thread RW
On Sun, 10 Jan 2010 02:28:24 +0200 libyan linux wrote: > so my questions is bsd is not free software mean i cant make > distributor on bsd is what i do now on my pc not distributor for > business just for my own small work like manged my network with me > friend's and play costuming every thing

Re: i've questions sure this e-mail for questions

2010-01-09 Thread Mike Jeays
On January 9, 2010 07:28:24 pm libyan linux wrote: > hello sir > i am wanyce ashoura > from Libya i notice in Libya and Africa there is no community for BSD > and i start manged some small group of bsd group > so if that not bothering you cause my language english not so good > ok and i am new in b

i've questions sure this e-mail for questions

2010-01-09 Thread libyan linux
hello sir i am wanyce ashoura from Libya i notice in Libya and Africa there is no community for BSD and i start manged some small group of bsd group so if that not bothering you cause my language english not so good ok and i am new in bsd world and i wasn't use windows xp sure i start with slackwar

Out of Office AutoReply: Delivery reports about your e-mail

2009-08-12 Thread Stephen Mutai
Thank you for your e-mail, I am currently out of office as from Friday 10th August 2009 to 17th August 2009.For all operations and export related issues, Please contact Peterson Kimeu e- mail : peterson.ki...@swissportkenya.co.ke Regards steve Mutai 0723-580963

Re: Email processing in Python (was: e-mail processing in C)

2008-03-24 Thread Jeffrey Goldberg
On Mar 24, 2008, at 2:04 PM, Patrick C wrote: Another option would be to dig out the associated code in pine, elm, or whatnot. See how they access mail. What is used in pine (now alpine) is the c-client libraries already mentioned in another post. -j -- Jeffrey Goldberg

Re: Email processing in Python (was: e-mail processing in C)

2008-03-24 Thread Erwan David
Le Mon 24/03/2008, Patrick C disait > Searching real quick shows the existence of both libmime and libmbox... > don't know if they're maintained. Another option would be to dig out the > associated code in pine, elm, or whatnot. See how they access mail. > > -Patrick libPAN (or is it libEtPAN ?)

Email processing in Python (was: e-mail processing in C)

2008-03-24 Thread Robert Huff
Giorgos Keramidas writes: > No, there's no library for `email processing' in the C standard. You > can probably find a lot of non-standard ones, by Googling however :) > > It's worth writing that plain C is the wrong language for this > sort of thing, if you ask me. There are excellent hig

Re: Email processing in Python (was: e-mail processing in C)

2008-03-24 Thread Patrick C
: > > On Mon, 24 Mar 2008 14:32:02 -0400, Robert Huff <[EMAIL PROTECTED]> > wrote: > > I need to write a quick and not-too-dirty C program to process some > > e-mail. (Including dealing with mbox files.) > > > > Is there a standard library to do this? Respect

Re: e-mail processing in C

2008-03-24 Thread Dan Nelson
In the last episode (Mar 24), Robert Huff said: > > I need to write a quick and not-too-dirty C program to process > some e-mail. (Including dealing with mbox files.) > Is there a standard library to do this? You can use the c-client library for this; it's what the

Email processing in Python (was: e-mail processing in C)

2008-03-24 Thread Giorgos Keramidas
On Mon, 24 Mar 2008 14:32:02 -0400, Robert Huff <[EMAIL PROTECTED]> wrote: > I need to write a quick and not-too-dirty C program to process some > e-mail. (Including dealing with mbox files.) > > Is there a standard library to do this? Respectfully, No, there's no librar

Re: e-mail processing in C

2008-03-24 Thread Chuck Swiger
On Mar 24, 2008, at 11:32 AM, Robert Huff wrote: I need to write a quick and not-too-dirty C program to process some e-mail. (Including dealing with mbox files.) Is there a standard library to do this? You probably want to invoke formail, which is part of the mail/ procmail

e-mail processing in C

2008-03-24 Thread Robert Huff
I need to write a quick and not-too-dirty C program to process some e-mail. (Including dealing with mbox files.) Is there a standard library to do this? Respectfully, Robert Huff ___ freebsd

Re: e-mail to root

2007-12-20 Thread Kurt Buff
uick look at them, and act on them as appropriate. > I also have the new Absolute FreeBSD, and the hard copy manual > obtained through FreeBSD Mall. I had a problem with e-mail messages > to root some time ago that were showing up every 11 minutes. I look > into crontab and found one sc

Re: e-mail to root

2007-12-20 Thread jekillen
On Dec 19, 2007, at 7:30 PM, Kurt Buff wrote: On Dec 19, 2007 6:54 PM, jekillen <[EMAIL PROTECTED]> wrote: Hello: Is there a manual or other publication that deals specifically with reading e-mail messages to root for FreeBSD? I have gotten a message: setuid diffs: --- /var/log/setuid

Re: e-mail to root

2007-12-19 Thread Kurt Buff
On Dec 19, 2007 6:54 PM, jekillen <[EMAIL PROTECTED]> wrote: > Hello: > Is there a manual or other publication that deals specifically with > reading e-mail messages to root for FreeBSD? I have gotten a > message: > > setuid diffs: > --- /var/log/setuid.today

e-mail to root

2007-12-19 Thread jekillen
Hello: Is there a manual or other publication that deals specifically with reading e-mail messages to root for FreeBSD? I have gotten a message: setuid diffs: --- /var/log/setuid.today Sat Sep 8 03:01:34 2007 +++ /tmp/security.9Jz0CWds Wed Dec 19 03:01:38 2007 followed by

Re: FreeBsd e-mail question

2007-10-05 Thread Mike Makonnen
On Fri, Oct 05, 2007 at 02:33:23AM +1000, Ian Smith wrote: > > Looks like that's exactly right. Copying the maintainer and suggesting > the no-brain patch, pardon the broken tabs from pasting, against the > head / stable versions (checked) .. I should sendPR I guess .. time! > > Cheers, Ian > >

Re: FreeBsd e-mail question

2007-10-04 Thread Ian Smith
On Thu, 4 Oct 2007, Erik Trulsson wrote: > On Thu, Oct 04, 2007 at 04:56:35PM +1000, Ian Smith wrote: > > On Wed, 3 Oct 2007 16:30:54 -0400 Lisa Casey <[EMAIL PROTECTED]> wrote: > > > > > The problem comes in when a customer cancels his account. We remove > > users by > > > rmuser userna

Re: FreeBsd e-mail question

2007-10-04 Thread Erik Trulsson
On Thu, Oct 04, 2007 at 04:56:35PM +1000, Ian Smith wrote: > On Wed, 3 Oct 2007 16:30:54 -0400 Lisa Casey <[EMAIL PROTECTED]> wrote: > > > The problem comes in when a customer cancels his account. We remove users > by > > rmuser username. That command removes the user from the password file,

Re: FreeBsd e-mail question

2007-10-03 Thread Ian Smith
On Wed, 3 Oct 2007 16:30:54 -0400 Lisa Casey <[EMAIL PROTECTED]> wrote: > The problem comes in when a customer cancels his account. We remove users by > rmuser username. That command removes the user from the password file, > removes his home directory and removes the mailspool. What it doesn

Re: FreeBsd e-mail question

2007-10-03 Thread jellico.com, Inc.
Hi, 2) Better option is to change the default temp-name in qpopper.config: set temp-name "%s.pop" so that rmuser will detect it automatically. A third option is to write a wrapper shell script that first calls rmuser and then removes the remaining mail drop file, and use this script to

Re: FreeBsd e-mail question

2007-10-03 Thread Derek Ragona
At 03:30 PM 10/3/2007, Lisa Casey wrote: Hi, I'm running Sendmail and Qpopper on FreeBsd. (And perhaps I ought to be asking this on the Qpopper list, but hopefully someone here knows an answer). We have all of our mailboxes in mbox format in /var/mail. When a customer pops his mail for the f

Re: FreeBsd e-mail question

2007-10-03 Thread Erik Trulsson
On Wed, Oct 03, 2007 at 11:04:58PM +0200, Mel wrote: > On Wednesday 03 October 2007 22:30:54 Lisa Casey wrote: > > > If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the > > ownership of the file is the group number of the original jjvc. > > > > -rw-rw 1 1473 mai

Re: FreeBsd e-mail question

2007-10-03 Thread Roland Smith
On Wed, Oct 03, 2007 at 04:30:54PM -0400, Lisa Casey wrote: > > The problem comes in when a customer cancels his account. We remove users > by rmuser username. That command removes the user from the password file, > removes his home directory and removes the mailspool. What it doesn't do is > t

Re: FreeBsd e-mail question

2007-10-03 Thread Steve Bertrand
> Is there anyway to have rmuser remover the mail drop file associated > with that account also, or am I just going to have to remove these > manually? It really depends on what version of rmuser you have. In /usr/sbin/rmuser, do you have something similar to this code snippet?: if [ -f

Re: FreeBsd e-mail question

2007-10-03 Thread Mel
On Wednesday 03 October 2007 22:30:54 Lisa Casey wrote: > If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the > ownership of the file is the group number of the original jjvc. > > -rw-rw 1 1473 mail 0 Sep 11 19:15 > .jjvc.pop > > Is there any

FreeBsd e-mail question

2007-10-03 Thread Lisa Casey
Hi, I'm running Sendmail and Qpopper on FreeBsd. (And perhaps I ought to be asking this on the Qpopper list, but hopefully someone here knows an answer). We have all of our mailboxes in mbox format in /var/mail. When a customer pops his mail for the first time it creates a file .username.pop

Re: Can cron e-mail HTML?

2007-07-19 Thread Mikhail Teterin
nd in gentoo. And then I plan to add magick-handling to mail(1) -- to allow you to e-mail a file with the properly-set Content-Type. Yours, -mi ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: Can cron e-mail HTML?

2007-07-19 Thread Tom Evans
On Thu, 2007-07-19 at 07:55 -0400, Mikhail Teterin wrote: > On четвер 19 липень 2007, Tom Evans wrote: > = Or you could patch cron to use libmagic > > Done: > > http://aldan.algebra.com/~mi/cron-mime.diff > > It even works now... > > = and have cron scripts that will only work on one box.

Re: Can cron e-mail HTML?

2007-07-19 Thread Mikhail Teterin
On четвер 19 липень 2007, Tom Evans wrote: = Or you could patch cron to use libmagic Done: http://aldan.algebra.com/~mi/cron-mime.diff It even works now... = and have cron scripts that will only work on one box. And send-pr the diffs to FreeBSD :-) -mi __

Re: Can cron e-mail HTML?

2007-07-19 Thread Tom Evans
On Sat, 2007-07-14 at 19:14 -0400, Mikhail Teterin wrote: > On субота 14 липень 2007, Daniel Bye wrote: > = So it's beginning to look as if your best bet is in fact to make your > = script handle sending the mail. > > Yeah, seems like it... > > = Not the cleanest solution, but one that will get y

Re: Can cron e-mail HTML?

2007-07-16 Thread Ruben de Groot
y present in > cron -- your script should simply produce output to stdout. Cron will mail > all that to the address specified in MAILTO=... part of your crontab > automatically. > > AFAIK, to make the e-mail message treated as a MIME one, the "MIME-Version: > 1.0"

Re: Can cron e-mail HTML?

2007-07-15 Thread Derek Ragona
At 05:02 PM 7/14/2007, Mikhail Teterin wrote: Derek Ragona wrote: = = I'd rather avoid poluting my script with e-mail sending code... = You need to change your script to send the email itself. Thank you, Derek, but -- as I stated already -- I wanted to see, if this can be avoided... Doi

Re: Can cron e-mail HTML?

2007-07-15 Thread Mikhail Teterin
requested, passes the first thus-read buffer to magic_buffer(). If that succeeds, the Mime-Version and Content-Type headers are injected into the outgoing e-mail... -mi ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: Can cron e-mail HTML?

2007-07-15 Thread Daniel Bye
Mikhail Teterin wrote: > On субота 14 липень 2007, Daniel Bye wrote: > = So it's beginning to look as if your best bet is in fact to make your > = script handle sending the mail. > > Yeah, seems like it... > > = Not the cleanest solution, but one that will get your messages formatted > = exactly

Re: Can cron e-mail HTML?

2007-07-15 Thread Derek Ragona
cron e-mails me the output of each job. However, I modified the script recently to produce the output (if any) in HTML, rather than in plain-text format. The HTML arrives by e-mail just as well as plain text used to, but no e-mail program will render it as such, because neither the cron(8), no

Re: Can cron e-mail HTML?

2007-07-14 Thread Mikhail Teterin
On субота 14 липень 2007, Daniel Bye wrote: = So it's beginning to look as if your best bet is in fact to make your = script handle sending the mail. Yeah, seems like it... = Not the cleanest solution, but one that will get your messages formatted = exactly how you want them. Well, I started loo

Re: Can cron e-mail HTML?

2007-07-14 Thread Daniel Bye
ybe, cron should apply file(1)-like logic to the e-mailed content? > > = No, cron doesn't need any knowledge of how to render email. > > I was not advocating adding such knowledge. My suggestion was to make cron > add > proper Content-Type, so that the /recepient's e-ma

Re: Can cron e-mail HTML?

2007-07-14 Thread Daniel Bye
he fact, that cron e-mails me the output of each job. > > However, I modified the script recently to produce the output (if any) in > HTML, rather than in plain-text format. > > The HTML arrives by e-mail just as well as plain text used to, but no e-mail > program will render

Re: Can cron e-mail HTML?

2007-07-14 Thread Mikhail Teterin
On субота 14 липень 2007, Daniel Bye wrote: = > How can I force the ``Content-Type: text/html'' header without hacking = > cron's sources? I'd rather avoid poluting my script with e-mail sending = > code... = = Alter your script to add the 'Content-Type: text/ht

Re: Can cron e-mail HTML?

2007-07-14 Thread Mikhail Teterin
all that to the address specified in MAILTO=... part of your crontab automatically. AFAIK, to make the e-mail message treated as a MIME one, the "MIME-Version: 1.0" and "Content-Type: ..." have to be among _headers_. I'm afraid, it is not possible to directly manipul

Re: Can cron e-mail HTML?

2007-07-14 Thread Mikhail Teterin
Derek Ragona wrote: = = I'd rather avoid poluting my script with e-mail sending code... = You need to change your script to send the email itself. Thank you, Derek, but -- as I stated already -- I wanted to see, if this can be avoided... Since you posted your script, I'll comment on

Can cron e-mail HTML?

2007-07-14 Thread Mikhail Teterin
wever, I modified the script recently to produce the output (if any) in HTML, rather than in plain-text format. The HTML arrives by e-mail just as well as plain text used to, but no e-mail program will render it as such, because neither the cron(8), nor the mail(1), which cron uses to send e

Erroneous delivery of list e-mail (was Re: adding keyboard after reboot with no keyboard )

2007-04-10 Thread Kevin Kinsey
circumstantial evidence that suggests it may be otherwise. I hate to bother you, but, in the interest of several people who may be affected, could you send the full source of an e-mail you received from the FreeBSD list directly to me, and not to the list? Also, if you have some convincing

Re: How to handle forthcoming PR originator e-mail address

2007-03-29 Thread Danny Pansters
On Thursday 29 March 2007 23:22:28 Giorgos Keramidas wrote: > On 2007-03-29 23:40, Dmitry Pryanishnikov <[EMAIL PROTECTED]> wrote: > >On Thu, 29 Mar 2007, Giorgos Keramidas wrote: > >>> I'm an originator of 4 open PRs and 9 closed ones. My e-mail address > >&g

Re: How to handle forthcoming PR originator e-mail address

2007-03-29 Thread Giorgos Keramidas
On 2007-03-29 23:40, Dmitry Pryanishnikov <[EMAIL PROTECTED]> wrote: >On Thu, 29 Mar 2007, Giorgos Keramidas wrote: >>> I'm an originator of 4 open PRs and 9 closed ones. My e-mail address >>> will change soon. How should I handle the change to stay reachable >

Re: How to handle forthcoming PR originator e-mail address

2007-03-29 Thread Dmitry Pryanishnikov
Hello! On Thu, 29 Mar 2007, Giorgos Keramidas wrote: I'm an originator of 4 open PRs and 9 closed ones. My e-mail address will change soon. How should I handle the change to stay reachable for people working on PRs? Sorry to bother the list with (seems-to-be) a trivial question, I can&#

Re: How to handle forthcoming PR originator e-mail address

2007-03-29 Thread Giorgos Keramidas
On 2007-03-29 15:45, Dmitry Pryanishnikov <[EMAIL PROTECTED]> wrote: > > Hello! > > I'm an originator of 4 open PRs and 9 closed ones. My e-mail address > will change soon. How should I handle the change to stay reachable for > people working on PRs? Sorry to bother

Re: How to handle forthcoming PR originator e-mail address

2007-03-29 Thread Gabor Kovesdan
Dmitry Pryanishnikov schrieb: Hello! I'm an originator of 4 open PRs and 9 closed ones. My e-mail address will change soon. How should I handle the change to stay reachable for people working on PRs? Sorry to bother the list with (seems-to-be) a trivial question, I can't find r

Re: How to handle forthcoming PR originator e-mail address

2007-03-29 Thread Ted Mittelstaedt
wait till it changes then post an update to the pr using the webinterface Ted - Original Message - From: "Dmitry Pryanishnikov" <[EMAIL PROTECTED]> To: Sent: Thursday, March 29, 2007 4:45 AM Subject: How to handle forthcoming PR originator e-mail address > >

How to handle forthcoming PR originator e-mail address

2007-03-29 Thread Dmitry Pryanishnikov
Hello! I'm an originator of 4 open PRs and 9 closed ones. My e-mail address will change soon. How should I handle the change to stay reachable for people working on PRs? Sorry to bother the list with (seems-to-be) a trivial question, I can't find reply in PR-related articles.

CI INVESTMENTS' e-mail policy - Action Taken

2007-03-15 Thread Symantec_AntiVirus_for_SMTP_Gateways
The attachment(s) from the following e-mail was removed due to CI Investments' e-mail policy. From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 15 Mar 2007 23:40:18 -0500 Subject: STATUS The following violations were detected: --- Scan information follows --- Virus Name: [

e-mail recusado

2006-12-12 Thread antivirus
O e-mail abaixo indicado foi bloqueado pelo servidor da LightComm, por conter um anexo executável ou constante da nossa lista de exclusões. Arquivos executáveis são potencialmente perigosos por constituir meio de propagação de vírus e worms de e-mail. O conteúdo foi DESCARTADO e tanto o

Re: How to create an e-mail

2006-11-10 Thread Marwan Sultan
On Fri, Nov 10, 2006 at 07:57:09AM +0200, Luke Lamla wrote: > Can you please assist me I am using FreeBSD for my e-mail and internet. I > want to create e-mail using super user (root) for my employees. What should > I do or which steps should I follow to do that. I will apprec

Re: How to create an e-mail

2006-11-10 Thread Alex de Kruijff
On Fri, Nov 10, 2006 at 07:57:09AM +0200, Luke Lamla wrote: > Can you please assist me I am using FreeBSD for my e-mail and internet. I > want to create e-mail using super user (root) for my employees. What should > I do or which steps should I follow to do that. I will appreciate your

  1   2   3   >