Re: e-mail with line in body beginning with "From"

2022-12-11 Thread David Wright
Threaded to the OP, rather than a private message.

On Sun 11 Dec 2022 at 18:56:24 (-0600), Greg Marks wrote:
> Dear David,

Thanks, but please keep replies on list so others can see
solutions or join in with suggestions.

Rather than appending a piece of free-standing text to the
rest of the email, in mutt you could attach it as a file:

 At the Compose Menu where you type y to send, press a and
 then give the filename.

 Highlight the attachment in the list, and press Ctrl-E.

 Change the encoding from whatever it says, like 7-bit, to
 base64, and press Return.

It now doesn't matter what was in the free-standing test:
it will arrive intact. Even though encoded, the receiver's
mutt will typically display the text attachment straight after
the email text without needing any extra commands, but it can
also be saved like any other attachment.

I've attached a mutt documentation sample file as an example.
Its entry in mutt's Compose Menu looks like:

  A 2 sample.mailcap[text/plain, base64, us-ascii, 0.1K]

 displays after email because  I set this

Note that when sending attachments, the filename may appear
incomplete as it has to include the full path. The receiver
doesn't see the path at their end, but only the filename.

Cheers,
David.
# $Id$

text/html; netscape -remote openURL\(%s\)
image/gif; xv %s
image/jpg; xv %s
application/pgp-keys; pgp -f < %s ; copiousoutput


Re: e-mail with line in body beginning with "From"

2022-12-10 Thread David Wright
On Sat 10 Dec 2022 at 20:45:37 (-0500), pa...@quillandmouse.com wrote:
> On Sun, 11 Dec 2022 09:49:54 +1100
> David  wrote:
> 
> > On Sat, 10 Dec 2022 at 19:05,  wrote:
> > > On Fri, 9 Dec 2022 20:39:34 -0600 Greg Marks 
> > > wrote:
> 
> [snip]
>  
> > 
> > > I don't know the RFCs involved, but I'm guessing they mandate or
> > > suggest this treatment.
> > 
> > Here's a reference describing 'mbox' format, which provides
> > reference RFCs:
> >   https://manpages.debian.org/bullseye/mutt/mbox.5.en.html
> > 
> 
> Excellent reference. Just the thing.

I'm guessing it's useful when

. everyone is using systems that agree to do that type of escaping,
  so that it's safe to undo it, even to many levels,

. the messages are for humans to read, and they can judge from the
  context whether the content has become mangled at all (which is
  why I enquired of the OP whether the precise format is important
  to the recipient).

But now that there are fail-safe methods of encoding "From ", there
doesn't seem much point after two decades in treating this part of
the document as much more than historical.

As for the RFCs cited within, *822 are both concerned only with From:
headers, not what are termed From_ postmarks. And, without an
excessively careful reading of 976 (hardly justified by its 3½ decade
age), the escaping of From is only discussed in the context of
message envelopes, without any consideration of what's contained
within the message.

Note that mbox(5) says "A /variant/ of this format was documented in
RFC976" (my emphasis), and 976 starts by saying "It does not address
the format for storage of messages on one machine".

Cheers,
David.


Re: e-mail with line in body beginning with "From"

2022-12-10 Thread paulf
On Sun, 11 Dec 2022 09:49:54 +1100
David  wrote:

> On Sat, 10 Dec 2022 at 19:05,  wrote:
> > On Fri, 9 Dec 2022 20:39:34 -0600 Greg Marks 
> > wrote:

[snip]
 
> 
> > I don't know the RFCs involved, but I'm guessing they mandate or
> > suggest this treatment.
> 
> Here's a reference describing 'mbox' format, which provides
> reference RFCs:
>   https://manpages.debian.org/bullseye/mutt/mbox.5.en.html
> 

Excellent reference. Just the thing.

Paul

-- 
Paul M. Foster
Personal Blog: http://noferblatz.com
Company Site: http://quillandmouse.com
Software Projects: https://gitlab.com/paulmfoster



Re: e-mail with line in body beginning with "From"

2022-12-10 Thread David
On Sat, 10 Dec 2022 at 19:05,  wrote:
> On Fri, 9 Dec 2022 20:39:34 -0600 Greg Marks  wrote:

> > In a recent instance, the body of the e-mail contained a line
> > beginning with the word "From"; the sendmail program prefixed the
> > line with the character ">" and a space (evidently interpreting
> > "From" as a header line that needed to be quoted).  This was more
> > than just a trivial annoyance, since it rendered my digital signature
> > on the e-mail invalid.

> > Is there a way to tell the Postfix sendmail command not to alter any
> > such lines in the body of the message?  (I'm afraid I wasn't able to
> > discern an answer in the man page for sendmail or by searching the
> > postfix.org site.)

> You don't want to do this. Consider an MUA which stores your mail in
> "mbox" format-- one email right after another in one file. The
> delimiter is a line which starts at the left margin with the word
> "From". For this to work, any other line which starts with "From" must
> be "armored". And the way you do that is to precede it with "> ".

> I don't know the RFCs involved, but I'm guessing they mandate or
> suggest this treatment.

Here's a reference describing 'mbox' format, which provides
reference RFCs:
  https://manpages.debian.org/bullseye/mutt/mbox.5.en.html



Re: e-mail with line in body beginning with "From"

2022-12-10 Thread David Wright
On Sat 10 Dec 2022 at 08:24:05 (+0200), Teemu Likonen wrote:
> * 2022-12-09 20:39:34-0600, Greg Marks wrote:
> > 
> > I occasionally send e-mail from the command line via Postfix, using a
> > script containing the command
> > 
> >/usr/sbin/sendmail -oi -f  -t  < file

> > Is there a way to tell the Postfix sendmail command not to alter any
> > such lines ["From" lines] in the body of the message?

Not knowing what prompts these occasions, it difficult to advise.
If the precise format is unimportant, then passing  through
a filter to eleminate any occurrences would be one method: it
could be the first step in a script that calls whatever method
you're using to sign the email.

If format precision matters, see the next quoted paragraph.

As was pointed out, it's only "From " at the start that matters.

> Probably Mutt email client can automatically do all the encoding and
> pass the fully compliant message to sendmail. Mutt can be used in
> command line. I didn't test it because I don't have any sendmails
> installed. A lower level option for constructing valid emails is
> "mime-construct".

From this line, you should get confirmation of mutt's behaviour.
But note that you have to turn it on with
  set encode_from
in its muttrc.

> From letters are in the beginning of this line because I want to test my
> own message and email client: the file that is saved locally in my
> computer and the file which comes through the mailing list.

FWIW your client appears to encode the space,
whereas mutt encodes the F.

And mutt is cautious, as it ought to be, and encodes whether or not the
From follows a blank line.

Cheers,
David.



Re: e-mail with line in body beginning with "From"

2022-12-10 Thread Miguel A. Vallejo
I remember some e-mail programs automatically add an extra space in
front of a From in the message body if any line starts with From.
Probably Thunderbird is one of them.

to...@tuxteam.de wrote:
>
> On Sat, Dec 10, 2022 at 08:36:39AM -0500, Greg Wooledge wrote:
>
> [...]
>
> > Technically, it's the 5-character sequence "From " (including the space)
> > that matters in mbox formats.  If you begin a line with "Fromage" [...]
>
> I thusly propose to drop the '>' escaping of "From" and change every From
> at a line start to "Fromage".
>
> Hmmm. Now I'm hungry.
>
> (Thanks for the laugh :-)
>
> Cheers
> --
> t



Re: e-mail with line in body beginning with "From"

2022-12-10 Thread debian-user
> On Sat, Dec 10, 2022 at 02:57:42AM -0500, pa...@quillandmouse.com
> wrote:
> > You don't want to do this. Consider an MUA which stores your mail in
> > "mbox" format-- one email right after another in one file. The
> > delimiter is a line which starts at the left margin with the word
> > "From".  
> 
> Technically, it's the 5-character sequence "From " (including the
> space) that matters in mbox formats.  If you begin a line with
> "Fromage", or "From:", or even "From" followed by a tab, it won't
> need to be escaped/armored.

There also has to be a blank line before it (unless it's the first five
letters in a mailbox) so effectively it has to be the start of a
paragraph that starts with 'From'. (and then has a particular address
format after it. :)



Re: e-mail with line in body beginning with "From"

2022-12-10 Thread tomas
On Sat, Dec 10, 2022 at 08:36:39AM -0500, Greg Wooledge wrote:

[...]

> Technically, it's the 5-character sequence "From " (including the space)
> that matters in mbox formats.  If you begin a line with "Fromage" [...]

I thusly propose to drop the '>' escaping of "From" and change every From
at a line start to "Fromage".

Hmmm. Now I'm hungry.

(Thanks for the laugh :-)

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: e-mail with line in body beginning with "From"

2022-12-10 Thread Greg Wooledge
On Sat, Dec 10, 2022 at 02:57:42AM -0500, pa...@quillandmouse.com wrote:
> You don't want to do this. Consider an MUA which stores your mail in
> "mbox" format-- one email right after another in one file. The
> delimiter is a line which starts at the left margin with the word
> "From".

Technically, it's the 5-character sequence "From " (including the space)
that matters in mbox formats.  If you begin a line with "Fromage", or
"From:", or even "From" followed by a tab, it won't need to be
escaped/armored.



Re: e-mail with line in body beginning with "From"

2022-12-10 Thread Thomas Schmitt
Hi,

pa...@quillandmouse.com wrote:
> [...] any other line which starts with "From" must
> be "armored". And the way you do that is to precede it with "> ".
> I don't know the RFCs involved, but I'm guessing they mandate or
> suggest this treatment.

It does not look like being fully specified by an RFC.

RFC 4155 "The application/mbox Media Type" mentions

  Many implementations are also known to escape message body lines that
  begin with the character sequence of "From "

and points to
  http://qmail.org/man/man5/mbox.html
where ">From quoting" is described in more detail.
Debian's man 5 mbox stems from package mutt and describes quoting schemes
"MBOXO", "MBOXRD", "MBOXCL".

RFC 4155 decries the situation but then says

  Also note that this specification does not prescribe any escape
  syntax for message body lines that begin with the character sequence
  of "From ".


Have a nice day :)

Thomas



Re: e-mail with line in body beginning with "From"

2022-12-10 Thread paulf
On Fri, 9 Dec 2022 20:39:34 -0600
Greg Marks  wrote:

> I occasionally send e-mail from the command line via Postfix, using a
> script containing the command
> 
>/usr/sbin/sendmail -oi -f  -t  < file
> 
> In a recent instance, the body of the e-mail contained a line
> beginning with the word "From"; the sendmail program prefixed the
> line with the character ">" and a space (evidently interpreting
> "From" as a header line that needed to be quoted).  This was more
> than just a trivial annoyance, since it rendered my digital signature
> on the e-mail invalid.
> 
> I think I encountered a similar problem a couple decades ago using the
> "mail" command on a FreeBSD machine, but I don't remember any solution
> to the problem.
> 
> Is there a way to tell the Postfix sendmail command not to alter any
> such lines in the body of the message?  (I'm afraid I wasn't able to
> discern an answer in the man page for sendmail or by searching the
> postfix.org site.)
> 
> Best regards,
> Greg Marks

You don't want to do this. Consider an MUA which stores your mail in
"mbox" format-- one email right after another in one file. The
delimiter is a line which starts at the left margin with the word
"From". For this to work, any other line which starts with "From" must
be "armored". And the way you do that is to precede it with "> ".

I don't know the RFCs involved, but I'm guessing they mandate or
suggest this treatment.

Paul

-- 
Paul M. Foster
Personal Blog: http://noferblatz.com
Company Site: http://quillandmouse.com
Software Projects: https://gitlab.com/paulmfoster



Re: e-mail with line in body beginning with "From"

2022-12-09 Thread Teemu Likonen
* 2022-12-09 20:39:34-0600, Greg Marks wrote:

> Is there a way to tell the Postfix sendmail command not to alter any
> such lines ["From" lines] in the body of the message?

I can't answer your actual question but I think Postfix and other
"sendmails" do the right thing. In my opinion you shouldn't change them
do the wrong thing but fix the problem elsewhere.

Prepare your message in such way that it is encoded in quoted printable
or base64 so that there is no plain "From" in the beginning of any line
in the body. Letters in "From" don't need encoding in quoted printable
but email clients may still encode it because they know what sendmail
programs do.

Probably Mutt email client can automatically do all the encoding and
pass the fully compliant message to sendmail. Mutt can be used in
command line. I didn't test it because I don't have any sendmails
installed. A lower level option for constructing valid emails is
"mime-construct".

From letters are in the beginning of this line because I want to test my
own message and email client: the file that is saved locally in my
computer and the file which comes through the mailing list.

-- 
/// Teemu Likonen - .-.. https://www.iki.fi/tlikonen/
// OpenPGP: 6965F03973F0D4CA22B9410F0F2CAE0E07608462


signature.asc
Description: PGP signature


Re: e-mail addresses not being redone

2018-05-12 Thread Gary Dale

On 2018-05-12 09:18 AM, Jude DaShiell wrote:

On Fri, 11 May 2018, Gary Dale wrote:


Date: Fri, 11 May 2018 17:30:26
From: Gary Dale 
Reply-To: g...@extremeground.com
To: debian users 
Subject: e-mail addresses not being redone
Resent-Date: Fri, 11 May 2018 21:30:56 + (UTC)
Resent-From: debian-user@lists.debian.org

I'm running Debian/Buster on an AMD64 system.

When I use "mail" to send e-mail from the command line, it doesn't 
use /etc/email-addresses to rewrite the "from" header but s-nail does.


Apparently on my system, mail is provided by the Gnu Mailutils. Is 
the the normal behaviour for Mailutils or do I have to configure it 
to respect /etc/email-addresses?



You may have had exim installed and in that case will have to adjust 
things in exim.




Yes. I have exim4 installed. I even told it to rewrite the from header 
to use the ISP's domain but it also seems to ignore that.




Re: E-mail headers 101 (was: Can't find the DNS Servers)

2017-10-02 Thread Gene Heskett
On Monday 02 October 2017 06:39:00 Reco wrote:

> On Mon, Oct 02, 2017 at 06:26:08AM -0400, Gene Heskett wrote:
> > On Monday 02 October 2017 03:00:28 Reco wrote:
> > >   Hi.
> > >
> > > On Sun, Oct 01, 2017 at 07:26:30PM -0700, Gary Roach wrote:
> > > > This is the second time I've tried to send this. The first one
> > > > just disappeared to the bit bucket I assume. So lets try again.
> > >
> > > It did not. Everyone on the list got it, I believe.
> >
> > You are using gmail. To gmail, the echo from the list is a
> > duplicate, and deleted. Just one of the reasons I left gmail.
>
> You misunderstood me.
> I meant that Gary Roach sent two different e-mails recently to this
> maillist.
> Both e-mails have similar contents.
> The one was replying to has this header:
>
>  Message-ID: 
>
> The one I saw but choose not to reply has this header:
>
>  Message-ID: <40d6cb1d-3867-1643-fbf6-49be4e1da...@verizon.net>
>
> Whatever evil sorcery GMail does with mails has nothing to do with
> this.
>
> Reco

I believe that "evil sorcery" is an accurate description. I had, several 
years ago now, a lengthy discussion regarding that over the LL with 
googles tech support. They were adamant that it was not open for 
discussion.  So I moved my list subscriptions, but left fetchmails 
access active, and still used it for PM's. A month or so later 
fetchmails logins became invalid intermittently, then permanently. Since 
I wasn't of a mind to waste another quarter argueing with a stone wall, 
I commented that poll stanza out of my .fetchmailrc. Shrug.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: E-mail headers 101 (was: Can't find the DNS Servers)

2017-10-02 Thread Reco
On Mon, Oct 02, 2017 at 06:26:08AM -0400, Gene Heskett wrote:
> On Monday 02 October 2017 03:00:28 Reco wrote:
> 
> > Hi.
> >
> > On Sun, Oct 01, 2017 at 07:26:30PM -0700, Gary Roach wrote:
> > > This is the second time I've tried to send this. The first one just
> > > disappeared to the bit bucket I assume. So lets try again.
> >
> > It did not. Everyone on the list got it, I believe.
> >
> You are using gmail. To gmail, the echo from the list is a duplicate, and 
> deleted. Just one of the reasons I left gmail.

You misunderstood me.
I meant that Gary Roach sent two different e-mails recently to this
maillist.
Both e-mails have similar contents.
The one was replying to has this header:

 Message-ID: 

The one I saw but choose not to reply has this header:

 Message-ID: <40d6cb1d-3867-1643-fbf6-49be4e1da...@verizon.net>

Whatever evil sorcery GMail does with mails has nothing to do with this.

Reco



Re: E-mail van laptop naar server

2014-07-08 Thread Paul van der Vlis
op 07-07-14 19:45, Geert Stappers schreef:

 http://en.wikipedia.org/wiki/POP_before_SMTP

Misschien heb je hier nog iets aan:
http://kb.mozillazine.org/POP_before_SMTP_support

Ik gebruik geen POP_before_SMTP, en raad je dat ook niet aan, want het
lijkt me niet iets met toekomst.

Groet,
Paul.


-- 
Paul van der Vlis Linux systeembeheer, Groningen
http://www.vandervlis.nl


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53bbd167.60...@vandervlis.nl



Re: E-mail van laptop naar server

2014-07-07 Thread Paul van der Vlis
op 06-07-14 23:34, Frans van Berckel schreef:

 Geert,
 
 De client praat voor e-mail, of POP, of IMAP.
 
 SMTP is wat de e-mail server service naar buiten toe praat, lees met
 andere servers. Of als je client post moet afgeven bij je provider. 
 
 Meestal mag dat alleen bij je eigen provider (lees van wie de internet
 verbinding is). Bij Xs4all mag ik vanaf een vreemd netwerk wel post
 afleveren, als ik maar eerst even met mij account op SMTP inlog.
 
 * POP praat TCP-110
 * IMAP praat TCP-143
 * POP over TLS/SSL praat TCP-995
 * IMAP over TLS/SSL praat TCP-993
 * SMTP praat over TCP-25
 * SMTP over SSL gaat over TCP-465

 Let wel dit zijn default waarden. En check voor dat je verder gaat even
 of er een firewall in de weg zit? Wie kan mij SVP aanvullen?

Tegenwoordig wordt er STARTTLS gebruikt in plaats van de SSL-varianten.
De poorten die bedoeld waren voor protocol+ssl (995, 993, 465) worden
weinig gebruikt.

STARTTLS wordt gebruikt op dezelfde poorten die eerder zonder
versleuteling werden gebruikt. Dus bijvoorbeeld 143/TCP voor IMAP met
STARTTLS. In de client kun je instellen of je STARTTLS eist of niet.

In wat oudere clients zie je vaak een optie STARTTLS gebruiken als
aanwezig. Dit is niet veilig.

Voor het afleveren van e-mail door een client naar de server wordt
tegenwoordig poort 587/tcp (submission) gebruikt.

Groet,
Paul.






-- 
Paul van der Vlis Linux systeembeheer, Groningen
http://www.vandervlis.nl


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53ba52f9.30...@vandervlis.nl



Re: E-mail van laptop naar server

2014-07-07 Thread Jan-Rens Reitsma

On 07/06/2014 09:53 PM, Geert Stappers wrote:


Hallo,

Subject says all:  E-mail van laptop naar server


Vanaf een laptop wil ik e-mail versturen.
SMTP servers vinden niet meer goed.


Je zegt vinden niet meer goed.

Sinds wanneer? Nieuwe installatie van OS op een bepaalde laptop? Sinds 
de laatste update van de software op de server?


Met vriendelijke groet,
Jan-Rens.


--
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53ba88fc.30...@gmail.com



Re: E-mail van laptop naar server

2014-07-07 Thread Geert Stappers
Op 2014-07-07 om 09:57 schreef Paul van der Vlis:
 op 06-07-14 23:34, Frans van Berckel schreef:
  
  SMTP is wat de e-mail server service naar buiten toe praat, lees met
  andere servers. Of als je client post moet afgeven bij je provider. 
  
  Meestal mag dat alleen bij je eigen provider (lees van wie de internet
  verbinding is). Bij Xs4all mag ik vanaf een vreemd netwerk wel post
  afleveren, als ik maar eerst even met mij account op SMTP inlog.

http://en.wikipedia.org/wiki/POP_before_SMTP


  * POP praat TCP-110
  * IMAP praat TCP-143
  * POP over TLS/SSL praat TCP-995
  * IMAP over TLS/SSL praat TCP-993
  * SMTP praat over TCP-25
  * SMTP over SSL gaat over TCP-465
 
  Let wel dit zijn default waarden. En check voor dat je verder gaat even
  of er een firewall in de weg zit? Wie kan mij SVP aanvullen?
 
 Tegenwoordig wordt er STARTTLS gebruikt in plaats van de SSL-varianten.
 De poorten die bedoeld waren voor protocol+ssl (995, 993, 465) worden
 weinig gebruikt.
 
 STARTTLS wordt gebruikt op dezelfde poorten die eerder zonder
 versleuteling werden gebruikt. Dus bijvoorbeeld 143/TCP voor IMAP met
 STARTTLS. In de client kun je instellen of je STARTTLS eist of niet.
 
 In wat oudere clients zie je vaak een optie STARTTLS gebruiken als
 aanwezig. Dit is niet veilig.
 
 Voor het afleveren van e-mail door een client naar de server wordt
 tegenwoordig poort 587/tcp (submission) gebruikt.

Tot nu toe heb ik icedove, a.k.a. thunderbird nog niet
op port 587 gekregen.

Wel op de SMTPS port 465.
Maar zowel client als server zeggen (ieder op hun manier)
dat het wachtwoord onjuist is.

Wat wel goed gaat is dat POPS, port 995.

Ik zoek nog verder (en hou me aanbevolen voor tips ;-) )


Groeten
Geert Stappers
-- 
Leven en laten leven


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140707174556.gq17...@gpm.stappers.nl



Re: E-mail van laptop naar server

2014-07-07 Thread Frans van Berckel
On Mon, 2014-07-07 at 19:45 +0200, Geert Stappers wrote:
 Op 2014-07-07 om 09:57 schreef Paul van der Vlis:
  op 06-07-14 23:34, Frans van Berckel schreef:
   
   SMTP is wat de e-mail server service naar buiten toe praat, lees met
   andere servers. Of als je client post moet afgeven bij je provider. 
   
   Meestal mag dat alleen bij je eigen provider (lees van wie de internet
   verbinding is). Bij Xs4all mag ik vanaf een vreemd netwerk wel post
   afleveren, als ik maar eerst even met mij account op SMTP inlog.
 
 http://en.wikipedia.org/wiki/POP_before_SMTP
 
 
   * POP praat TCP-110
   * IMAP praat TCP-143
   * POP over TLS/SSL praat TCP-995
   * IMAP over TLS/SSL praat TCP-993
   * SMTP praat over TCP-25
   * SMTP over SSL gaat over TCP-465
  
   Let wel dit zijn default waarden. En check voor dat je verder gaat even
   of er een firewall in de weg zit? Wie kan mij SVP aanvullen?
  
  Tegenwoordig wordt er STARTTLS gebruikt in plaats van de SSL-varianten.
  De poorten die bedoeld waren voor protocol+ssl (995, 993, 465) worden
  weinig gebruikt.
  
  STARTTLS wordt gebruikt op dezelfde poorten die eerder zonder
  versleuteling werden gebruikt. Dus bijvoorbeeld 143/TCP voor IMAP met
  STARTTLS. In de client kun je instellen of je STARTTLS eist of niet.
  
  In wat oudere clients zie je vaak een optie STARTTLS gebruiken als
  aanwezig. Dit is niet veilig.
  
  Voor het afleveren van e-mail door een client naar de server wordt
  tegenwoordig poort 587/tcp (submission) gebruikt.
 
 Tot nu toe heb ik icedove, a.k.a. thunderbird nog niet
 op port 587 gekregen.
 
 Wel op de SMTPS port 465.
 Maar zowel client als server zeggen (ieder op hun manier)
 dat het wachtwoord onjuist is.
 
 Wat wel goed gaat is dat POPS, port 995.
 
 Ik zoek nog verder (en hou me aanbevolen voor tips ;-) )

Dat is in der daad goed verstopt. Ik werk normaal niet met Thunderbird
namelijk. Dus maar even opgestart, (versie 24.2)

In de linkerkolom, op je account naam gaan staan. Rechter muis knop,
settings. De pop-up, 'echt helemaal onderin' Outgoing server (SMTP).
Edit of Add. Daar kan je vervolgens een SMTP poort kiezen.

Met vriendelijke groet,


Frans van Berckel


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1404758472.2075.24.ca...@deblnxsrv8300.fritz.box



Re: E-mail van laptop naar server

2014-07-07 Thread Paul van der Vlis
op 07-07-14 19:45, Geert Stappers schreef:
 Op 2014-07-07 om 09:57 schreef Paul van der Vlis:
 op 06-07-14 23:34, Frans van Berckel schreef:

 SMTP is wat de e-mail server service naar buiten toe praat, lees met
 andere servers. Of als je client post moet afgeven bij je provider. 

 Meestal mag dat alleen bij je eigen provider (lees van wie de internet
 verbinding is). Bij Xs4all mag ik vanaf een vreemd netwerk wel post
 afleveren, als ik maar eerst even met mij account op SMTP inlog.
 
 http://en.wikipedia.org/wiki/POP_before_SMTP

Dat is een truuk die een tijdje in de mode is geweest en wellicht werkt
bij XS4all.

 * POP praat TCP-110
 * IMAP praat TCP-143
 * POP over TLS/SSL praat TCP-995
 * IMAP over TLS/SSL praat TCP-993
 * SMTP praat over TCP-25
 * SMTP over SSL gaat over TCP-465

 Let wel dit zijn default waarden. En check voor dat je verder gaat even
 of er een firewall in de weg zit? Wie kan mij SVP aanvullen?

 Tegenwoordig wordt er STARTTLS gebruikt in plaats van de SSL-varianten.
 De poorten die bedoeld waren voor protocol+ssl (995, 993, 465) worden
 weinig gebruikt.

 STARTTLS wordt gebruikt op dezelfde poorten die eerder zonder
 versleuteling werden gebruikt. Dus bijvoorbeeld 143/TCP voor IMAP met
 STARTTLS. In de client kun je instellen of je STARTTLS eist of niet.

 In wat oudere clients zie je vaak een optie STARTTLS gebruiken als
 aanwezig. Dit is niet veilig.

 Voor het afleveren van e-mail door een client naar de server wordt
 tegenwoordig poort 587/tcp (submission) gebruikt.
 
 Tot nu toe heb ik icedove, a.k.a. thunderbird nog niet
 op port 587 gekregen.

Bij mij gaat het prima, en het is ook het default van het programma.
Misschien dat de mailserver die je gebruikt het niet ondersteund?

 Wel op de SMTPS port 465.

Dat kan ook, maar is ietsje ouderwets.

 Maar zowel client als server zeggen (ieder op hun manier)
 dat het wachtwoord onjuist is.

Tja, je wachtwoord ken ik ook niet ;-)
Misschien een nieuw wachtwoord aanmaken?
Of elders testen of het werkt.

Realiseer je dat je vealal op een blacklist komt als je het te vaak
verkeerd probeert.

Gebruik je een eigen mailserver of die van een provider?

 Wat wel goed gaat is dat POPS, port 995.

Ik moet zeggen dat ik normaal IMAP gebruik, IMAP met STARTTLS is de
standaard. Dus zou je denken dat dat bij POP ook zo is.

Vreemd dan om te zien dat een grote provider als XS4all geen POP met
STARTTLS aanbiedt maar alleen POPS. Misschien is dit dus wel op meer
plekken zo en misschien is er zelfs een goede reden voor.

 Ik zoek nog verder (en hou me aanbevolen voor tips ;-) )

Veel succes,

Groet,
Paul.


-- 
Paul van der Vlis Linux systeembeheer, Groningen
http://www.vandervlis.nl


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53bb0c35.8080...@vandervlis.nl



Re: E-mail van laptop naar server

2014-07-06 Thread Frans van Berckel
On Sun, 2014-07-06 at 21:53 +0200, Geert Stappers wrote:
 Hallo,
 
 Subject says all:  E-mail van laptop naar server
 
 
 Vanaf een laptop wil ik e-mail versturen.
 SMTP servers vinden niet meer goed.
 
 Wat moet er aan beide kanten ingesteld worden
 zodat de SMTP server wel e-mail accepteert van de laptop?
 
 Wat ik zoek zijn de namen van de termen die voor dit probleem
 een oplossing zijn. Momenteel ben ik verdwaalt in SMTPS, SASL
 STARTTLS, SSL, port 465 en meer van zulke dingen.

Geert,

De client praat voor e-mail, of POP, of IMAP.

SMTP is wat de e-mail server service naar buiten toe praat, lees met
andere servers. Of als je client post moet afgeven bij je provider. 

Meestal mag dat alleen bij je eigen provider (lees van wie de internet
verbinding is). Bij Xs4all mag ik vanaf een vreemd netwerk wel post
afleveren, als ik maar eerst even met mij account op SMTP inlog.

* POP praat TCP-110
* IMAP praat TCP-143
* POP over TLS/SSL praat TCP-995
* IMAP over TLS/SSL praat TCP-993
* SMTP praat over TCP-25
* SMTP over SSL gaat over TCP-465

Let wel dit zijn default waarden. En check voor dat je verder gaat even
of er een firewall in de weg zit? Wie kan mij SVP aanvullen?

Met vriendelijke groet,


Frans van Berckel


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1404682483.2754.22.ca...@deblnxsrv8300.fritz.box



Re: E-mail kleuterjuf

2011-08-07 Thread Paul van der Vlis
Op 07-08-11 05:04, Stephan Verrips schreef:

 Overigens weet ik niet of het zomaar wissen van mailtjes in een maildir
 een goede zaak is. Zelf gebruik ik Cyrus (dus geen maildir), daar is het
 volgens mij niet de bedoeling om mailtjes te wissen buiten de geëigende
 protocollen om (imap, pop).
 
 Ik zou het niet weten. Het werkt wel.

In principe is het natuurlijk niet eens nodig om een imap of pop3 server
te installeren, als het systeem verder geen mailserver is.
Dan kan er wat dat betreft ook niets mis gaan.

Groet,
Paul


-- 
Linux systeembeheer Groningen
http://www.vandervlis.nl


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: E-mail kleuterjuf

2011-08-06 Thread Paul van der Vlis
Op 05-08-11 11:30, Stephan Verrips schreef:
 
 De script (aanroepen met crontab):
(...)
 .procmailrc:
(...)

Bedankt voor de code!

Eigenlijk is het simpeler dan ik zo in eerste instantie dacht, maar dat
is nu ik je code gezien heb ;-)

Overigens weet ik niet of het zomaar wissen van mailtjes in een maildir
een goede zaak is. Zelf gebruik ik Cyrus (dus geen maildir), daar is het
volgens mij niet de bedoeling om mailtjes te wissen buiten de geëigende
protocollen om (imap, pop).

Groet,
Paul.



-- 
Linux systeembeheer Groningen
http://www.vandervlis.nl


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: E-mail kleuterjuf

2011-08-06 Thread Stephan Verrips

originele bericht-
Van: Paul van der Vlis
Aan: debian-user-dutch@lists.debian.org
Datum: Sat, 06 Aug 2011 14:13:07 +0200
-


 Op 05-08-11 11:30, Stephan Verrips schreef:

 De script (aanroepen met crontab):
 (...)
 .procmailrc:
 (...)

 Bedankt voor de code!

 Eigenlijk is het simpeler dan ik zo in eerste instantie dacht, maar dat
 is nu ik je code gezien heb ;-)

Ik kwam er tijdens het ontwikkelen ook achter dat de code mooi klein kon 
blijven ;)


 Overigens weet ik niet of het zomaar wissen van mailtjes in een maildir
 een goede zaak is. Zelf gebruik ik Cyrus (dus geen maildir), daar is het
 volgens mij niet de bedoeling om mailtjes te wissen buiten de geëigende
 protocollen om (imap, pop).

Ik zou het niet weten. Het werkt wel.

Stephan
--
Stephan Verrips
Irenestraat 17
6707 CT Wageningen
Telefoon: 06-30866329

E-Mail: i...@stephanverrips.nl
WWW: [http://www.stephanverrips.nl - http://www.stephanverrips.nl]



--
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: E-mail kleuterjuf

2011-08-05 Thread Mark Stunnenberg


On 8/4/11 10:07 PM, Geert Stappers wrote:


Hallo,

Eerst het probleem c.q. de uitdaging.

Tevreden Linux servers zijn stil.
Linux servers in het nauw gaan E-mailtjes sturen.
Servers serieus in de knoei kunnen geen E-mail meer sturen.



sounds about right! ;)


Wat ik zoek is een E-mail kleuterjuf, een stuk software
dat bij houdt wanneer er voor het laatst iets van server vernomen is
en actie onderneemt als te lang niets van een server is voorbij gekomen.

De termen 'E-mail nanny' aan een zoekmachine voeren,
leverde niet veel soeps op. Vandaar nu deze posting.

Iemand die een soort E-mail kleuterjuf heeft?


Wat dacht je van nagios i.c.m. nrpe?
Of wil je specifiekere email controles?
Noem eens een voorbeeld.

Mark Stunnenberg
Databoss bv.



Groeten
Geert Stappers



--
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: E-mail kleuterjuf

2011-08-05 Thread Dirk Schouten

Geert Stappers wrote:

On Thu, Aug 04, 2011 at 11:10:13PM +0200, Stephan Verrips wrote:

Van: Geert Stappers
Datum: Thu, 4 Aug 2011 22:07:52 +0200

Hallo,

Eerst het probleem c.q. de uitdaging.

Tevreden Linux servers zijn stil.
Linux servers in het nauw gaan E-mailtjes sturen.
Servers serieus in de knoei kunnen geen E-mail meer sturen.

Wat ik zoek is een E-mail kleuterjuf, een stuk software dat bij
houdt wanneer er voor het laatst iets van server vernomen is en
actie onderneemt als te lang niets van een server is voorbij gekomen.

De termen 'E-mail nanny' aan een zoekmachine voeren,
leverde niet veel soeps op. Vandaar nu deze posting.

Iemand die een soort E-mail kleuterjuf heeft?


Ik heb zoiets zelf gemaakt en als virtuele debian 6 server bij een
provider staan.  Ik laat met exim4 alle mails binnenkomen en filter
met procmail op sebject kleuterjuf.  Deze wordt namelijk elk uur door
de andere server gestuurd als teken dat de boel niet hangt enzo.
Komt er binnen anderhalf uur geen mail meer binnen, dan stuurt hij
een singaal naar de UMTS dongle als sms bericht.

Zo simpel kan het zijn.

Ik kan het nog preciezer omschijven wat je precies moet doen en
voorbeeld scriptjes mailen. Als je daar behoefte aan heb, dan hoor ik
het wel. Het werkt in iedere geval bij mij al een half jaar perfect. Ik
krijg een signaal als de server zichzelf opgehangen heeft.



Dank voor de reactie.

Ik lees er in dat ik mijn probleem duidelijker moet omschrijven.

Het aller grootste verschil met de aangedragen oplossing en de uitdaging
is dat er niet 1 server is maar meerdere. Vanaf een andere server iets
als een echo request gaan versturen, is een ongewenste omweg.

Een kleuterjuf weet wanneer haar klas compleet is. Vaak zal ze controleren
of de kleintjes er nog allemaal zijn. De meeste keren is het resultaat
iedereen is er nog. En juist die ene keer dat er eentje gemist wordt,
is belangrijk.

Stel dat ik alle servers een dagrapport laat E-mailen. Dan is er alvast
een dagelijkse E-mail van elke server. De kleuterjuf kan daar op controleren.
Niet dat het dagrapport interresant is, maar wel een acceptable omweg.

Doel is te borgen dat in het geval dat een (cron)job een keer mis gaat,
dat er dan zeker een E-mail mij bereikt.

Eigenlijk wil ik een hond die mij helpt de kudde servers te bewaken.
Maarja, een herdershond kan niet tellen.

De E-mail kleuterjuf is software die een lijst van verwachte servers
heeft en bij een incomplete lijst alarm slaat.

Waar is een E-mail kleuterjuf te vinden?


Groeten
Geert Stappers


Dag Geert,
Dat klinkt als x keer per dag/uur een uitgebreide 
e-mail van iedere server die je niet wilt lezen maar 
wel bewaren, want niets aan de hand.
Maar als er een regel o.i.d ontbreekt, wil je 'm wle 
lezen.

Een goed e-mail filter?
Groet
dirk


--
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: E-mail kleuterjuf

2011-08-05 Thread Paul van der Vlis
Op 05-08-11 09:26, Geert Stappers schreef:
 On Thu, Aug 04, 2011 at 11:10:13PM +0200, Stephan Verrips wrote:
 Van: Geert Stappers
 Datum: Thu, 4 Aug 2011 22:07:52 +0200

 Hallo,

 Eerst het probleem c.q. de uitdaging.

 Tevreden Linux servers zijn stil.
 Linux servers in het nauw gaan E-mailtjes sturen.
 Servers serieus in de knoei kunnen geen E-mail meer sturen.

 Wat ik zoek is een E-mail kleuterjuf, een stuk software dat bij
 houdt wanneer er voor het laatst iets van server vernomen is en
 actie onderneemt als te lang niets van een server is voorbij gekomen.

 De termen 'E-mail nanny' aan een zoekmachine voeren,
 leverde niet veel soeps op. Vandaar nu deze posting.

 Iemand die een soort E-mail kleuterjuf heeft?


 Ik heb zoiets zelf gemaakt en als virtuele debian 6 server bij een
 provider staan.  Ik laat met exim4 alle mails binnenkomen en filter
 met procmail op sebject kleuterjuf.  Deze wordt namelijk elk uur door
 de andere server gestuurd als teken dat de boel niet hangt enzo.
 Komt er binnen anderhalf uur geen mail meer binnen, dan stuurt hij
 een singaal naar de UMTS dongle als sms bericht.

 Zo simpel kan het zijn.

 Ik kan het nog preciezer omschijven wat je precies moet doen en
 voorbeeld scriptjes mailen. Als je daar behoefte aan heb, dan hoor ik
 het wel. Het werkt in iedere geval bij mij al een half jaar perfect. Ik
 krijg een signaal als de server zichzelf opgehangen heeft.
 
 
 Dank voor de reactie.
 
 Ik lees er in dat ik mijn probleem duidelijker moet omschrijven.
 
 Het aller grootste verschil met de aangedragen oplossing en de uitdaging
 is dat er niet 1 server is maar meerdere. Vanaf een andere server iets
 als een echo request gaan versturen, is een ongewenste omweg.
 
 Een kleuterjuf weet wanneer haar klas compleet is. Vaak zal ze controleren
 of de kleintjes er nog allemaal zijn. De meeste keren is het resultaat
 iedereen is er nog. En juist die ene keer dat er eentje gemist wordt,
 is belangrijk.
 
 Stel dat ik alle servers een dagrapport laat E-mailen. Dan is er alvast
 een dagelijkse E-mail van elke server. De kleuterjuf kan daar op controleren.
 Niet dat het dagrapport interresant is, maar wel een acceptable omweg.
 
 Doel is te borgen dat in het geval dat een (cron)job een keer mis gaat,
 dat er dan zeker een E-mail mij bereikt.
 
 Eigenlijk wil ik een hond die mij helpt de kudde servers te bewaken.
 Maarja, een herdershond kan niet tellen.
 
 De E-mail kleuterjuf is software die een lijst van verwachte servers
 heeft en bij een incomplete lijst alarm slaat.
 
 Waar is een E-mail kleuterjuf te vinden?

Ik snap niet waarom je het idee van Stephan afwijst. Zijn verhaal is
toch uit te breiden naar meerdere servers?

Het gaat niet om een echo request vanaf een andere server. Je laat de
te controleren servers een mailtje versturen. Als bij de ontvangende
server een bepaalde tijd geen mailtje aankomt met dat subject oid, wordt
er alarm geslagen.

Je zult wellicht verschillende subjecten moeten hebben en wellicht zijn
programma meerdere keren laten draaien. Hoe handig dat is, is misschien
nog even afwachten. Maar veel van zijn code en het idee er achter, is
vast herbruikbaar.

Als Stephan wil, zou ik graag zijn script/programma willen zien.
Want ik heb wel eens over hetzelfde gedacht. Aktie ondernemen bij geen
mail, is wel een stukje lastiger dan aktie ondernemen bij mail

Groet,
Paul.


-- 
Linux systeembeheer Groningen
http://www.vandervlis.nl


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: E-mail kleuterjuf

2011-08-05 Thread Jelle de Jong
On 04-08-11 22:07, Geert Stappers wrote:
 Tevreden Linux servers zijn stil.
 Linux servers in het nauw gaan E-mailtjes sturen.
 Servers serieus in de knoei kunnen geen E-mail meer sturen.
 
 Wat ik zoek is een E-mail kleuterjuf, een stuk software
 dat bij houdt wanneer er voor het laatst iets van server vernomen is
 en actie onderneemt als te lang niets van een server is voorbij gekomen.
 
 De termen 'E-mail nanny' aan een zoekmachine voeren,
 leverde niet veel soeps op. Vandaar nu deze posting.
 
 Iemand die een soort E-mail kleuterjuf heeft?

Eerst de mail goed instellen bv met postfix secure relay naar eigen server.

Daarna: apt-get install logcheck logcheck-database syslog-summary

en de logchecks goed instellen, van de tevreden server hoor je niets en
hij gaat mails sturen als hij problemen heeft.

Verder is er trendmonitoring met munin alikes en notifications met nagios.

Met vriendelijke groet,

Jelle de Jong


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: E-mail kleuterjuf

2011-08-05 Thread Paul van der Vlis
Hoi Geert (en anderen),

Wellicht is het nog goed te weten dat je zoiets in /etc/aliases kunt zetten:

server33:  |/path/script argument

Je laat de te controleren server sturen naar deze server met als
mailadres serve...@domein.tld. Het mailtje wordt doorgestuurd naar een
script wat kan controleren of er wel regelmatig mailtjes binnenkomen.

Groet,
Paul.


-- 
Linux systeembeheer Groningen
http://www.vandervlis.nl


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: E-mail kleuterjuf

2011-08-05 Thread Stephan Verrips
 Ik zal de script even van mijn debian server halen en hier mailen.

Stephan

originele bericht-
Van: Paul van der Vlis
Aan: debian-user-dutch debian-user-dutch@lists.debian.org
Datum: Fri, 05 Aug 2011 09:59:36 +0200
-


 Op 05-08-11 09:26, Geert Stappers schreef:
 On Thu, Aug 04, 2011 at 11:10:13PM +0200, Stephan Verrips wrote:
 Van: Geert Stappers
 Datum: Thu, 4 Aug 2011 22:07:52 +0200

 Hallo,

 Eerst het probleem c.q. de uitdaging.

 Tevreden Linux servers zijn stil.
 Linux servers in het nauw gaan E-mailtjes sturen.
 Servers serieus in de knoei kunnen geen E-mail meer sturen.

 Wat ik zoek is een E-mail kleuterjuf, een stuk software dat bij
 houdt wanneer er voor het laatst iets van server vernomen is en
 actie onderneemt als te lang niets van een server is voorbij gekomen.

 De termen 'E-mail nanny' aan een zoekmachine voeren,
 leverde niet veel soeps op. Vandaar nu deze posting.

 Iemand die een soort E-mail kleuterjuf heeft?


 Ik heb zoiets zelf gemaakt en als virtuele debian 6 server bij een
 provider staan. Ik laat met exim4 alle mails binnenkomen en filter
 met procmail op sebject kleuterjuf. Deze wordt namelijk elk uur door
 de andere server gestuurd als teken dat de boel niet hangt enzo.
 Komt er binnen anderhalf uur geen mail meer binnen, dan stuurt hij
 een singaal naar de UMTS dongle als sms bericht.

 Zo simpel kan het zijn.

 Ik kan het nog preciezer omschijven wat je precies moet doen en
 voorbeeld scriptjes mailen. Als je daar behoefte aan heb, dan hoor ik
 het wel. Het werkt in iedere geval bij mij al een half jaar perfect. Ik
 krijg een signaal als de server zichzelf opgehangen heeft.


 Dank voor de reactie.

 Ik lees er in dat ik mijn probleem duidelijker moet omschrijven.

 Het aller grootste verschil met de aangedragen oplossing en de uitdaging
 is dat er niet 1 server is maar meerdere. Vanaf een andere server iets
 als een echo request gaan versturen, is een ongewenste omweg.

 Een kleuterjuf weet wanneer haar klas compleet is. Vaak zal ze controleren
 of de kleintjes er nog allemaal zijn. De meeste keren is het resultaat
 iedereen is er nog. En juist die ene keer dat er eentje gemist wordt,
 is belangrijk.

 Stel dat ik alle servers een dagrapport laat E-mailen. Dan is er alvast
 een dagelijkse E-mail van elke server. De kleuterjuf kan daar op
 controleren.
 Niet dat het dagrapport interresant is, maar wel een acceptable omweg.

 Doel is te borgen dat in het geval dat een (cron)job een keer mis gaat,
 dat er dan zeker een E-mail mij bereikt.

 Eigenlijk wil ik een hond die mij helpt de kudde servers te bewaken.
 Maarja, een herdershond kan niet tellen.

 De E-mail kleuterjuf is software die een lijst van verwachte servers
 heeft en bij een incomplete lijst alarm slaat.

 Waar is een E-mail kleuterjuf te vinden?

 Ik snap niet waarom je het idee van Stephan afwijst. Zijn verhaal is
 toch uit te breiden naar meerdere servers?

 Het gaat niet om een echo request vanaf een andere server. Je laat de
 te controleren servers een mailtje versturen. Als bij de ontvangende
 server een bepaalde tijd geen mailtje aankomt met dat subject oid, wordt
 er alarm geslagen.

 Je zult wellicht verschillende subjecten moeten hebben en wellicht zijn
 programma meerdere keren laten draaien. Hoe handig dat is, is misschien
 nog even afwachten. Maar veel van zijn code en het idee er achter, is
 vast herbruikbaar.

 Als Stephan wil, zou ik graag zijn script/programma willen zien.
 Want ik heb wel eens over hetzelfde gedacht. Aktie ondernemen bij geen
 mail, is wel een stukje lastiger dan aktie ondernemen bij mail

 Groet,
 Paul.


 --
 Linux systeembeheer Groningen
 http://www.vandervlis.nl


 --
 To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org




--
Stephan Verrips
Irenestraat 17
6707 CT Wageningen
Telefoon: 06-30866329

E-Mail: i...@stephanverrips.nl
WWW: [http://www.stephanverrips.nl - http://www.stephanverrips.nl]



--
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: E mail para comprobar el correo ?

2010-03-31 Thread Pedro Insua
On Wed, Mar 31, 2010 at 01:47:25PM -0400, Ivan Sanchez Gonzalez wrote:
 Saludos colega…
 
  
 
  Estoy configurado el correo y recordé que yo tenía una dirección de correo
 la cual yo le enviaba un correo y me respondía al instante que yo usaba para
 comprobar el correo funcionara ok. El caso es que esa dirección ya no
 funciona.
 
  
 
 Alguno de ustedes tiene alguna E mail de algún server con este fin …?
 

  Prueba con: e...@rediris.es

  
 
  
 
 Gracias Ivan
 
 

-- 
Porqué loitar e matar, se podes amar e sonhar

/\
\ /  CAMPANHA DA FITA ASCII - CONTRA MAIL HTML
 X   ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
/ \


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100331180454.gf3...@zdeminho



Re: E mail para comprobar el correo ?

2010-03-31 Thread Jorge A. Secreto
El 31/03/10, Ivan Sanchez Gonzalez i...@tdad.ssp.co.cu escribió:
 Saludos colega…
 Estoy configurado el correo y recordé que yo tenía una dirección de correo
 la cual yo le enviaba un correo y me respondía al instante que yo usaba para
 comprobar el correo funcionara ok. El caso es que esa dirección ya no
 funciona.
 Alguno de ustedes tiene alguna E mail de algún server con este fin …?


Hola ivan
si le mandas un mail a p...@hotmail.com , como no existe la cuenta,
hotmail  inmediatamente te devuelve un mail diciendo eso, que la
cuenta no existe :-P
Con esto probaste que el mail salió y que podes recibir mails.
un abrazo

-- 
Jorge A Secreto
Analista de Sistemas
MP 361


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/y2jae88ce51003311103sfada8aa6z161016646df6f...@mail.gmail.com



Re: E-mail com Data e Hora

2007-12-09 Thread Tiago Santana
Eu apanhei um pouco também neste assunto.
Eu deixo os server atualizando pelo da usp:
#ntpdate ntp.usp.br


Em 13/11/07, Carlos - Unimed Sudoeste de Minas 
[EMAIL PROTECTED] escreveu:

 Pessoal Bom dia,

 Gostaria de saber se e possivel mandar um e-mail direto do linux,
 informando a Data e a Hora correta do Sistema ??


 Grato

 Carlos Henrique de Morais


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]




-- 
Tiago A. Santana
Linux User #460180


Re: E-mail com Data e Hora

2007-11-13 Thread Adriano Rafael Gomes
Carlos - Unimed Sudoeste de Minas escreveu:
 Pessoal Bom dia,
 
Gostaria de saber se e possivel mandar um e-mail direto do linux,
 informando a Data e a Hora correta do Sistema ??
 
 
 Grato
 
 Carlos Henrique de Morais
 

Sim, Carlos, é possível. Uma das maneiras é:

$ date | mail -s Data e hora [EMAIL PROTECTED]

Poderia nos dar mais detalhes do que tu pretende fazer? Provavelmente
vão ser dadas outras sugestões.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: E-mail com Data e Hora

2007-11-13 Thread Carlos - Unimed Sudoeste de Minas

Adriano Bom dia,

   O que estou querendo fazer e colocar no cron uma rotina que ira  me 
enviar de tempo em tempo um e-mail para todos os funcionarios aki da empresa 
com a horario correto, e vou estar sempre verificando a hora desse servidor. 
para ficar sempre atualizado,.




- Original Message - 
From: Adriano Rafael Gomes [EMAIL PROTECTED]

To: debian-user-portuguese@lists.debian.org
Sent: Tuesday, November 13, 2007 9:56 AM
Subject: Re: E-mail com Data e Hora



Carlos - Unimed Sudoeste de Minas escreveu:

Pessoal Bom dia,

   Gostaria de saber se e possivel mandar um e-mail direto do linux,
informando a Data e a Hora correta do Sistema ??


Grato

Carlos Henrique de Morais



Sim, Carlos, é possível. Uma das maneiras é:

$ date | mail -s Data e hora [EMAIL PROTECTED]

Poderia nos dar mais detalhes do que tu pretende fazer? Provavelmente
vão ser dadas outras sugestões.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact 
[EMAIL PROTECTED]





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: E-mail com Data e Hora

2007-11-13 Thread Adriano Rafael Gomes
Carlos - Unimed Sudoeste de Minas escreveu:
 Adriano Bom dia,

Bom dia,

O que estou querendo fazer e colocar no cron uma rotina que ira  me
 enviar de tempo em tempo um e-mail para todos os funcionarios aki da
 empresa com a horario correto, e vou estar sempre verificando a hora
 desse servidor. para ficar sempre atualizado,.

Carlos, já deu uma olhada no ntp?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: E-mail com Data e Hora

2007-11-13 Thread Renato S. Yamane

Carlos - Unimed Sudoeste de Minas escreveu:
   O que estou querendo fazer e colocar no cron uma rotina que ira  me 
enviar de tempo em tempo um e-mail para todos os funcionarios aki da 
empresa com a horario correto, e vou estar sempre verificando a hora 
desse servidor. para ficar sempre atualizado,.


Você está fazendo do jeito mais difícil :-)

Agende no cron o ntpdate
#ntpdate pool.ntp.org

Att,
Renato



Re: e-mail via linha de comando

2007-07-26 Thread hamacker

voce tem que instalar um servidor de email e configura-lo para usar o
SMTP de sua rede.
Um servidor de email bem magrinho para esse proposito é o exim4 :
apt-get install exim-daemon-light exim4-config

para configura-lo para usar smarthost :
dpkg-reconfigure exim4-config

Um scriptzinho para voce testar seu servidor/estação :
#!/bin/bash
# Script desenvolvido por :
# Gladiston Hamacker Santana [EMAIL PROTECTED]
# Data : 02/02/2006
# Uso : testar_email.sh [EMAIL PROTECTED]
# Dependencias : exim4-daemon (ou outro MTA) e uuencode
# Proposito : Envia um email de teste com o proposito de conferir
#   se este micro é capaz de enviar mensagens de alerta
#   por email.
#   A maioria, senão todos os MTAs fornecem o prorama
#   /usr/lib/sendmail que é responsável por enviar
#   a mensagem ao SMTP que estiver configurado.
#   Postfix, sendmail e Exim usam este programa.
#   Visto que alguns micros não necessitam ser um servidor
#   de email em si mesmo, a instalaçao do pacote
#   exim4-daemon-light exim4-config e' uma boa
#   recomendacao por ser bastante leve para esse proposito
#   Para configurar o exim4 :
#   dpkg-reconfigure exim4-config
#   Se algum parametro ($1) for informado, entao um email com
#   copia será enviando para o email informado como parametro.
#
#

email_to=[EMAIL PROTECTED]
email_cc=
this_ip=`ifconfig eth0|grep inet end |cut -d: -f2|cut -d  -f2`
this_name=$HOSTNAME
if [ $email_cc ==  ]  [ $1 !=  ] ; then
 email_cc=$1
fi

if [ -f /usr/lib/sendmail ] ; then
   echo enviando email de teste
   echo incluindo anexo do log de boot do sistema.
   touch /tmp/message
   echo From: [EMAIL PROTECTED] /tmp/message
   echo To: $email_to/tmp/message
   if [ $email_cc !=  ] ; then
 echo CC: $email_cc/tmp/message
   fi
   echo Subject: Teste de envio de emails a partir de
$this_name($this_ip)/tmp/message
   echo  /tmp/message
   echo Segue o uptime deste  servidor : /tmp/message
   uptime /tmp/message
   echo  /tmp/message
   echo Segue os usuarios conectados no ambiente linux : /tmp/message
   users /tmp/message
   echo  /tmp/message
   echo Segue os usuarios conectados ao servidor de arquivos : /tmp/message
   smbstatus -p /tmp/message
   echo  /tmp/message
   echo Segue em anexo o log de boot deste servidor. /tmp/message
   dmesg /tmp/dmesg.txt
   uuencode /tmp/dmesg.txt dmesg.txt /tmp/message
   cat /tmp/message| /usr/lib/sendmail -i -t
   echo Este computador : $this_name($this_ip) acabou de enviar uma
mensagem de teste para :
   echo $email_to
   if [ $email_cc !=  ] ; then
 echo Com copia para : $email_cc
   fi
 else
   echo Nao posso notificar por emal por falta do arquivo : /usr/lib/sendmail
   exit 2;
fi


Em 26/07/07, Fernando Faria Mariano[EMAIL PROTECTED] escreveu:


 Bom dia.

 Pessoal em minha rede possuo dois servidores: um servidor de backup(1) e
outro de Firewall/Internet/e-mail(2).

 Quando digito o comando mail -s Assunto [EMAIL PROTECTED] no meu
servidor de e-mail(2) é enviado para minha caixa postal onde consigo receber
meu e-mail normalmente em meu cliente de e-mail. Mas quando digito o mesmo
comando em meu servidor de backup o e-mail vai para a sua propria pasta em
/var/mail/fernando (entrega local), ou seja, não vai para meu servidor de
e-mail que é a máquina (1).

 Gostaria configurar um programa client de e-mail (para console) para
utilizar em meus scripts de backups enviando alguns avisos como término do
backup, avisos de carga alta do sistema e etc... ou seja, preciso que o
e-mail enviado por linha de comando da maquina (2) seja enviada para meu
servidor de e-mail(1) e nao que a entrega seja local...

 Espero ter sido claro agora...


 Obrigado
 fernando faria




Re: e-mail via linha de comando

2007-07-26 Thread Fernando Faria Mariano
Obrigado pessoal, configurei o exim4-daemon-light e já estou conseguindo
enviar e-mail para meu smarthost... :)

fernando faria

Em Qui, 2007-07-26 às 11:24 -0300, hamacker escreveu:

 voce tem que instalar um servidor de email e configura-lo para usar o
 SMTP de sua rede.
 Um servidor de email bem magrinho para esse proposito é o exim4 :
 apt-get install exim-daemon-light exim4-config
 
 para configura-lo para usar smarthost :
 dpkg-reconfigure exim4-config
 
 Um scriptzinho para voce testar seu servidor/estação :
 #!/bin/bash
 # Script desenvolvido por :
 # Gladiston Hamacker Santana [EMAIL PROTECTED]
 # Data : 02/02/2006
 # Uso : testar_email.sh [EMAIL PROTECTED]
 # Dependencias : exim4-daemon (ou outro MTA) e uuencode
 # Proposito : Envia um email de teste com o proposito de conferir
 #   se este micro é capaz de enviar mensagens de alerta
 #   por email.
 #   A maioria, senão todos os MTAs fornecem o prorama
 #   /usr/lib/sendmail que é responsável por enviar
 #   a mensagem ao SMTP que estiver configurado.
 #   Postfix, sendmail e Exim usam este programa.
 #   Visto que alguns micros não necessitam ser um servidor
 #   de email em si mesmo, a instalaçao do pacote
 #   exim4-daemon-light exim4-config e' uma boa
 #   recomendacao por ser bastante leve para esse proposito
 #   Para configurar o exim4 :
 #   dpkg-reconfigure exim4-config
 #   Se algum parametro ($1) for informado, entao um email com
 #   copia será enviando para o email informado como parametro.
 #
 #
 
 email_to=[EMAIL PROTECTED]
 email_cc=
 this_ip=`ifconfig eth0|grep inet end |cut -d: -f2|cut -d  -f2`
 this_name=$HOSTNAME
 if [ $email_cc ==  ]  [ $1 !=  ] ; then
   email_cc=$1
 fi
 
 if [ -f /usr/lib/sendmail ] ; then
 echo enviando email de teste
 echo incluindo anexo do log de boot do sistema.
 touch /tmp/message
 echo From: [EMAIL PROTECTED] /tmp/message
 echo To: $email_to/tmp/message
 if [ $email_cc !=  ] ; then
   echo CC: $email_cc/tmp/message
 fi
 echo Subject: Teste de envio de emails a partir de
 $this_name($this_ip)/tmp/message
 echo  /tmp/message
 echo Segue o uptime deste  servidor : /tmp/message
 uptime /tmp/message
 echo  /tmp/message
 echo Segue os usuarios conectados no ambiente linux : /tmp/message
 users /tmp/message
 echo  /tmp/message
 echo Segue os usuarios conectados ao servidor de arquivos : 
 /tmp/message
 smbstatus -p /tmp/message
 echo  /tmp/message
 echo Segue em anexo o log de boot deste servidor. /tmp/message
 dmesg /tmp/dmesg.txt
 uuencode /tmp/dmesg.txt dmesg.txt /tmp/message
 cat /tmp/message| /usr/lib/sendmail -i -t
 echo Este computador : $this_name($this_ip) acabou de enviar uma
 mensagem de teste para :
 echo $email_to
 if [ $email_cc !=  ] ; then
   echo Com copia para : $email_cc
 fi
   else
 echo Nao posso notificar por emal por falta do arquivo : 
 /usr/lib/sendmail
 exit 2;
 fi
 
 
 Em 26/07/07, Fernando Faria Mariano[EMAIL PROTECTED] escreveu:
 
   Bom dia.
 
   Pessoal em minha rede possuo dois servidores: um servidor de backup(1) e
  outro de Firewall/Internet/e-mail(2).
 
   Quando digito o comando mail -s Assunto [EMAIL PROTECTED] no meu
  servidor de e-mail(2) é enviado para minha caixa postal onde consigo receber
  meu e-mail normalmente em meu cliente de e-mail. Mas quando digito o mesmo
  comando em meu servidor de backup o e-mail vai para a sua propria pasta em
  /var/mail/fernando (entrega local), ou seja, não vai para meu servidor de
  e-mail que é a máquina (1).
 
   Gostaria configurar um programa client de e-mail (para console) para
  utilizar em meus scripts de backups enviando alguns avisos como término do
  backup, avisos de carga alta do sistema e etc... ou seja, preciso que o
  e-mail enviado por linha de comando da maquina (2) seja enviada para meu
  servidor de e-mail(1) e nao que a entrega seja local...
 
   Espero ter sido claro agora...
 
 
   Obrigado
   fernando faria


Re: e-mail via linha de comando

2007-07-26 Thread hamacker

sim.

Em 26/07/07, Heber[EMAIL PROTECTED] escreveu:

Boa tarde,

Gostei muito deste script para enviar email. Gostaria de saber se é possível
enviar qualquer tipo de arquivo em anexo. Ex. *.tar.gz, *.rar, *.zip, *.conf

--
Heber Barros Duarte





Re: e-mail via linha de comando

2007-07-26 Thread Heber

Boa tarde,

Gostei muito deste script para enviar email. Gostaria de saber se é possível
enviar qualquer tipo de arquivo em anexo. Ex. *.tar.gz, *.rar, *.zip, *.conf

--
Heber Barros Duarte


Re: e-mail via linha de comando

2007-07-26 Thread Otávio Fernandes
On 7/26/07, Fernando Faria Mariano [EMAIL PROTECTED] wrote:

  Bom dia.

  Pessoal em minha rede possuo dois servidores: um servidor de backup(1) e
 outro de Firewall/Internet/e-mail(2).

  Quando digito o comando mail -s Assunto [EMAIL PROTECTED] no meu
 servidor de e-mail(2) é enviado para minha caixa postal onde consigo receber
 meu e-mail normalmente em meu cliente de e-mail. Mas quando digito o mesmo
 comando em meu servidor de backup o e-mail vai para a sua propria pasta em
 /var/mail/fernando (entrega local), ou seja, não vai para meu servidor de
 e-mail que é a máquina (1).

  Gostaria configurar um programa client de e-mail (para console) para
 utilizar em meus scripts de backups enviando alguns avisos como término do
 backup, avisos de carga alta do sistema e etc... ou seja, preciso que o
 e-mail enviado por linha de comando da maquina (2) seja enviada para meu
 servidor de e-mail(1) e nao que a entrega seja local...

  Espero ter sido claro agora...


  Obrigado
  fernando faria

Fernando,

As manpages são seus melhores amigos. Veja este pedaço:

$ man mail
(...)
   Personal and system wide distribution lists
 It is also possible to create personal distribution lists so
that, for instance, you can send mail to ``cohorts'' and have it go to
a group of people.  Such lists can be defined by placing a line like

   alias cohorts bill ozalp jkf mark [EMAIL PROTECTED]

in the file .mailrc in your home directory.  The current list of such
aliases can be displayed with the alias command in mail.  System wide
distribution lists can be created by editing /etc/aliases, (see
aliases(5) and sendmail(8)); these are kept in a different syntax.  In
mail you send, personal aliases will be expanded in mail sent to
others so that they will be able to reply to the recipients.  System
wide aliases are not expanded when the mail is sent, but any reply
returned to the machine will have the system wide alias expanded as
all mail goes through sendmail.
(...)

Isso indica que a mensagem não é entregue pelo comando mail, mas sim,
pelo MTA da máquina, neste caso o sendmail, ou seja, para configurar
qual servidor de SMTP será utilizado para a entrega de mensagens você
deve fazer isso no sendmail.

boa sorte,

-- 
 | --
 | Otávio Fernandes otaviof at gmail dot com
 | FreeBSD 6.2 Release  GNU/Linux User: 283.396
 | http://otaviof.googlepages.com
 | --



Re: E-mail para todos os usuários

2007-05-22 Thread Felippe Bueno

cut -d: -f1 /etc/passwd  lista.txt

pronto tem sua lista de usuarios :)

On 5/22/07, Edson - PMSS [EMAIL PROTECTED] wrote:





Como faço para emitir um e-mail para todos os usuários de um sistema Linux?
Precisa ser necessariamente através de uma lista de usuários?




Re: E-mail Failing in weird ways

2006-06-26 Thread Lothar Braun

Mike McCarty wrote:

My girlfriend uses Debian (Sarge) and has a mysterious problem
with e-mail. She has been using Thunderbird for some time,
but with Windows NT. She installed Sarge, and now she cannot
send e-mail, but she can pull, for months now. Well, she decided
to try Evolution, and it has the reverse problem. It can pull,
but not push.

She is using SMTP and POP.

Is anyone able/willing to propose means to figure this out?


Did she get any error messages?

Lothar


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: E-mail Failing in weird ways

2006-06-26 Thread Kent West
Mike McCarty wrote:
 My girlfriend uses Debian (Sarge) and has a mysterious problem
 with e-mail. She has been using Thunderbird for some time,
 but with Windows NT. She installed Sarge, and now she cannot
 send e-mail, but she can pull, for months now. Well, she decided
 to try Evolution, and it has the reverse problem. It can pull,
 but not push.

 She is using SMTP and POP.

 Is anyone able/willing to propose means to figure this out?

I'd triple-check the SMTP and POP settings in the two clients. It sounds
like T-bird's SMTP server setting is wrong, and it sounds like Evo's POP
setting is wrong. (I know this is basic, and you've probably already
checked this, but just gotta cover all the bases.)


-- 
Kent


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: E-mail Failing in weird ways

2006-06-26 Thread Mike McCarty

Kent West wrote:

Mike McCarty wrote:


My girlfriend uses Debian (Sarge) and has a mysterious problem
with e-mail. She has been using Thunderbird for some time,
but with Windows NT. She installed Sarge, and now she cannot
send e-mail, but she can pull, for months now. Well, she decided
to try Evolution, and it has the reverse problem. It can pull,
but not push.

She is using SMTP and POP.

Is anyone able/willing to propose means to figure this out?



I'd triple-check the SMTP and POP settings in the two clients. It sounds
like T-bird's SMTP server setting is wrong, and it sounds like Evo's POP
setting is wrong. (I know this is basic, and you've probably already
checked this, but just gotta cover all the bases.)


Yeah, I shoulda mentioned that those had both been checked. I've sent
her an e-mail asking for what (if any) error messages she gets, but
I'm going to give her a phone call, as well.

Mike
--
p=p=%c%s%c;main(){printf(p,34,p,34);};main(){printf(p,34,p,34);}
This message made from 100% recycled bits.
You have found the bank of Larn.
I can explain it for you, but I can't understand it for you.
I speak only for myself, and I am unanimous in that!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: E-mail Failing in weird ways

2006-06-26 Thread Dave Patterson
* Mike McCarty [EMAIL PROTECTED] [2006-06-26 09:05:42 -0500]:


 
 Yeah, I shoulda mentioned that those had both been checked. I've sent
 her an e-mail asking for what (if any) error messages she gets, but
 I'm going to give her a phone call, as well.
 
Is she on a dialup?  If so, have her check the output of ifconfig (as
root).  Check the value of MTU in the ppp connection.  You may have to
reduce to a value less than 600 in /etc/ppp/options:

mru 552
mtu 552

-- 
Cheers,

  Dave 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: E-mail Failing in weird ways

2006-06-26 Thread Mike McCarty

Dave Patterson wrote:

* Mike McCarty [EMAIL PROTECTED] [2006-06-26 09:05:42 -0500]:




Yeah, I shoulda mentioned that those had both been checked. I've sent
her an e-mail asking for what (if any) error messages she gets, but
I'm going to give her a phone call, as well.



Is she on a dialup?  If so, have her check the output of ifconfig (as
root).  Check the value of MTU in the ppp connection.  You may have to
reduce to a value less than 600 in /etc/ppp/options:

mru 552
mtu 552


Ok, more information...

She installed Thunderbird by means I know not, but it is version
1.0.6 (20050716). This version is able to pull mail via POP.
However, when she tries to do *anythin* related to sending mail
it completely craps out. It displays a splash for a moment (like
less than a second) indicating that an error occurred, and that
it is making a report to the Mozilla people, and then the who shebang
shuts down, including closing the window. Any attempt to reply,
create a new e-mail, forward, etc. results in this behavior.
Also, any attempt to *edit* the SMTP settings causes this behavior.

Now, on my advice, a few weeks ago she installed the latest
using apt-get. This put an icon on her desktop, but which does
not start anything when it is tried. Also, we found
/usr/bin/mozilla-thunderbird which we tried from command line,
and which starts nothing. Here's the install command:

# apt-get install mozilla-thunderbird

She now has both a ~/.thunderbird, and a ~/.mozilla-thunderbird.
The former contains her e-mails to date. The latter (which is
dated approximately the time of the apt-get) is essentially empty.

Anyway, when she is using a browser and clicks on a mailto: link,
it pulls up evolution. Some poking around found a menu item which
starts it, and after some more poking around, we found that she
had her SMTP user name incorrect, with a comma (,) rather than
a dot (.) in it. So that's fixed, and evolution can now both send
and receive e-mail. So, that's one mystery solved. She would be
satisfied with evolution, and abandon thunderbird, but she wants to
import her e-mail, and her address book. We poked around with that
for a while, and found what we take to be her address book (in
~/.thunderbird/junk.default/abook.mab, but evoloution seems
unable to read/understand that. Nor does it seem to be able to
import her mail folders from Thunderbird.

So, if anyone can tell us what's wrong with the latest Thunderbird,
and what apt-get we need to do to fix it up, that would be best,
but failing that, how to import everything from Thunderbird into
Evolution would be fine.

Mike
--
p=p=%c%s%c;main(){printf(p,34,p,34);};main(){printf(p,34,p,34);}
This message made from 100% recycled bits.
You have found the bank of Larn.
I can explain it for you, but I can't understand it for you.
I speak only for myself, and I am unanimous in that!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: E-mail Failing in weird ways

2006-06-26 Thread Mike McCarty

Dave Patterson wrote:

* Mike McCarty [EMAIL PROTECTED] [2006-06-26 09:05:42 -0500]:




Yeah, I shoulda mentioned that those had both been checked. I've sent
her an e-mail asking for what (if any) error messages she gets, but
I'm going to give her a phone call, as well.



Is she on a dialup?  If so, have her check the output of ifconfig (as
root).  Check the value of MTU in the ppp connection.  You may have to
reduce to a value less than 600 in /etc/ppp/options:


Oh, sorry, I failed to answer your question. She uses ADSL, and
regularly achieves 800Kbps downstream, and 300Kbps upstream.
I don't believe that timeouts are the problem, as Thunderbird appears
to be trying to report internal errors, and program faults are
being reported. It's unclear exactly what errors are occurring,
since the splashboxes disappear so quickly.

Mike
--
p=p=%c%s%c;main(){printf(p,34,p,34);};main(){printf(p,34,p,34);}
This message made from 100% recycled bits.
You have found the bank of Larn.
I can explain it for you, but I can't understand it for you.
I speak only for myself, and I am unanimous in that!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: E-mail Failing in weird ways

2006-06-26 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mike McCarty wrote:
 Dave Patterson wrote:
 * Mike McCarty [EMAIL PROTECTED] [2006-06-26
 09:05:42 -0500]:
 
 
 
 Yeah, I shoulda mentioned that those had both been checked.
 I've sent her an e-mail asking for what (if any) error
 messages she gets, but I'm going to give her a phone call, as
 well.
 
 
 Is she on a dialup?  If so, have her check the output of
 ifconfig (as root).  Check the value of MTU in the ppp
 connection.  You may have to reduce to a value less than 600 in
 /etc/ppp/options:
 
 Oh, sorry, I failed to answer your question. She uses ADSL, and 
 regularly achieves 800Kbps downstream, and 300Kbps upstream. I
 don't believe that timeouts are the problem, as Thunderbird
 appears to be trying to report internal errors, and program
 faults are being reported. It's unclear exactly what errors are
 occurring, since the splashboxes disappear so quickly.

I think it's time for you to pay her a visit.  Barring that, ssh in
and see what you can see.

- --
Ron Johnson, Jr.
Jefferson LA  USA

Is common sense really valid?
For example, it is common sense to white-power racists that
whites are superior to blacks, and that those with brown skins
are mud people.
However, that common sense is obviously wrong.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEoB+/S9HxQb37XmcRAi66AJ9vlhL1/C+lC5vFjtuoHlbSUMVM0QCeNKko
oDMhvKWQF6mJJd4YX3BujcM=
=q2ne
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: E-mail Failing in weird ways

2006-06-26 Thread Kent West

Mike McCarty wrote:

Dave Patterson wrote:

* Mike McCarty [EMAIL PROTECTED] [2006-06-26 09:05:42 -0500]:

Yeah, I shoulda mentioned that those had both been checked. I've sent
her an e-mail asking for what (if any) error messages she gets, but
I'm going to give her a phone call, as well.



She installed Thunderbird by means I know not, but it is version
1.0.6 (20050716). This version is able to pull mail via POP.
However, when she tries to do *anythin* related to sending mail
it completely craps out. It displays a splash for a moment (like
less than a second) indicating that an error occurred, and that
it is making a report to the Mozilla people, and then the who shebang
shuts down, including closing the window. Any attempt to reply,
create a new e-mail, forward, etc. results in this behavior.
Also, any attempt to *edit* the SMTP settings causes this behavior. 


Have her create a new user, then log in as that user and configure Tbird 
for that user. See if the same problems occur for that user.


--
Kent


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: E-mail Failing in weird ways

2006-06-26 Thread Mumia W.

Mike McCarty wrote:

[...] she wants to
import her e-mail, and her address book. We poked around with that
for a while, and found what we take to be her address book (in
~/.thunderbird/junk.default/abook.mab, but evoloution seems
unable to read/understand that. Nor does it seem to be able to
import her mail folders from Thunderbird.
[...]


The tbird knowledgebase has information on exporting mail:
http://kb.mozillazine.org/

If you still want to get tbird fixed, check out the newsgroups under 
netscape.public.mozilla.*.


The server news.mozilla.org also has some newsgroups.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: E-mail voltando

2005-10-13 Thread Marcos Vinicius Lazarini

[EMAIL PROTECTED] wrote:


Olá amigos estou  tento o seguinte problema quando tento enviar e-mail
para algumas empresas, se alguem puder me ajudar.

Atenciosamente

Paulo Cesar Garcia


Hi. This is the qmail-send program at uniamerica.uniamerica.br.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

[EMAIL PROTECTED]:
Connected to 200.250.3.1 but sender was rejected.
Remote host said: 554 Mail from [EMAIL PROTECTED] rejected for policy
reasons.

--- Below this line is a copy of the message.

Return-Path: [EMAIL PROTECTED]
Received: (qmail 7138 invoked by uid 1009); 13 Oct 2005 19:40:44 -
Received: from 127.0.0.1 by uniamerica (envelope-from [EMAIL PROTECTED],
uid 1001)
with qmail-scanner-1.25
 (clamdscan: 0.83/767.
 Clear:RC:1(127.0.0.1):.
 Processed in 0.066833 secs); 13 Oct 2005 19:40:44 -
Received: from unknown (HELO webmail.uniamerica.br) (127.0.0.1)
  by uniamerica.uniamerica.br with SMTP; 13 Oct 2005 19:40:43 -
Received: from 200.195.137.106 (proxying for 192.168.1.221)


Acho que o problema é esse: o ip 200.195.137.106 não tem DNS reverso (pelo 
menos, aqui não achou)



(SquirrelMail authenticated user [EMAIL PROTECTED])
by webmail.uniamerica.br with HTTP;
Thu, 13 Oct 2005 16:40:43 -0300 (BRT)
Message-ID: [EMAIL PROTECTED]
Date: Thu, 13 Oct 2005 16:40:43 -0300 (BRT)
Subject: =?iso-8859-1?Q?Uniam=E9rica_-_CPD?=
From: CPD - =?iso-8859-1?Q?Uniam=E9rica?= [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
User-Agent: SquirrelMail/1.4.2
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3
Importance: Normal

Com intuito de verificar a existência de um problema e nosso servidor de
e-mail, estou lhe enviando esta mensagem e gostaria por gentileza que
informasse o recebimento da mesma.

Sem mais para o momento,

Atenciosamente

Paulo Cesar Garcia
Analista de Sistemas
Uniamerica – Foz do Iguaçu
FONE - (45)3576-1035
PABX – (45)3576-1000



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: E-mail voltando

2005-10-13 Thread Mateus Pedroso
Bem lembrado Marcos
Desconfiei que fosse isso tbm.
Talvez seja necessária a configuração do reverso, pois senão os
servidores consideram como spam.

2005/10/13, Marcos Vinicius Lazarini [EMAIL PROTECTED]:
 [EMAIL PROTECTED] wrote:

  Olá amigos estou  tento o seguinte problema quando tento enviar e-mail
  para algumas empresas, se alguem puder me ajudar.
 
  Atenciosamente
 
  Paulo Cesar Garcia
 
 
  Hi. This is the qmail-send program at uniamerica.uniamerica.br.
  I'm afraid I wasn't able to deliver your message to the following addresses.
  This is a permanent error; I've given up. Sorry it didn't work out.
 
  [EMAIL PROTECTED]:
  Connected to 200.250.3.1 but sender was rejected.
  Remote host said: 554 Mail from [EMAIL PROTECTED] rejected for policy
  reasons.
 
  --- Below this line is a copy of the message.
 
  Return-Path: [EMAIL PROTECTED]
  Received: (qmail 7138 invoked by uid 1009); 13 Oct 2005 19:40:44 -
  Received: from 127.0.0.1 by uniamerica (envelope-from [EMAIL PROTECTED],
  uid 1001)
  with qmail-scanner-1.25
   (clamdscan: 0.83/767.
   Clear:RC:1(127.0.0.1):.
   Processed in 0.066833 secs); 13 Oct 2005 19:40:44 -
  Received: from unknown (HELO webmail.uniamerica.br) (127.0.0.1)
by uniamerica.uniamerica.br with SMTP; 13 Oct 2005 19:40:43 -
  Received: from 200.195.137.106 (proxying for 192.168.1.221)

 Acho que o problema é esse: o ip 200.195.137.106 não tem DNS reverso (pelo
 menos, aqui não achou)

  (SquirrelMail authenticated user [EMAIL PROTECTED])
  by webmail.uniamerica.br with HTTP;
  Thu, 13 Oct 2005 16:40:43 -0300 (BRT)
  Message-ID: [EMAIL PROTECTED]
  Date: Thu, 13 Oct 2005 16:40:43 -0300 (BRT)
  Subject: =?iso-8859-1?Q?Uniam=E9rica_-_CPD?=
  From: CPD - =?iso-8859-1?Q?Uniam=E9rica?= [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  User-Agent: SquirrelMail/1.4.2
  MIME-Version: 1.0
  Content-Type: text/plain;charset=iso-8859-1
  Content-Transfer-Encoding: 8bit
  X-Priority: 3
  Importance: Normal
 
  Com intuito de verificar a existência de um problema e nosso servidor de
  e-mail, estou lhe enviando esta mensagem e gostaria por gentileza que
  informasse o recebimento da mesma.
 
  Sem mais para o momento,
 
  Atenciosamente
 
  Paulo Cesar Garcia
  Analista de Sistemas
  Uniamerica – Foz do Iguaçu
  FONE - (45)3576-1035
  PABX – (45)3576-1000


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: E-mail voltando

2005-10-13 Thread William da Rocha

Caro Paulo,

Veja no link abaixo que seu DNS esta com alguns problemas:

http://dnsreport.com/tools/dnsreport.ch?domain=itaipu.gov.br

E seu DNS reverso esta ok.

E vendo neste link abaixo você não esta em lista de SPAM:

http://www.dnsstuff.com/tools/ip4r.ch?ip=200.250.3.9
http://www.dnsstuff.com/tools/ip4r.ch?ip=200.250.3.1

Até,

William da Rocha
www.linuxit.com.br 




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: e-mail da linha de comando

2005-08-12 Thread Marcos Lazarini
 galera, vou precisar fazer um script para enviar um email para cada
usuario da minha lista com um conteudo aleatório que vai ser consultado de
um banco de dados...



 qual a sintaxe para enviar um email da linha de comando sem interação do
usuario no console?


 valeu!


http://packages.debian.org/unstable/mail/sendemail

Da Pagina:

SendEmail is a lightweight, completly command line based, SMTP email agent.
It was designed to be used in bash scripts, Perl programs, and web sites, 
but it is also quite useful in many other contexts.
SendEmail is written in Perl and is unique in that it requires no special 
modules. It has a straight forward interface, making it very easy to use.

quer testar e nos falar se o pacote é bom mesmo? :-)

-- 
Marcos





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: e-mail da linha de comando

2005-08-08 Thread RicardoFunke
Caro kov e Marcos Lazarini, 

Por mais que estejam certos na questão de pessoas fazerem perguntas de
respostas simples, NUNCA é legal ser mal-educado, debochado, e
humilhar pessoas. Esses tipos de perguntas, as que são simples, se não
perceberam, são inevitáveis.

Tenho uma solução: se a pergunta for simples, respostas simples, certo?

assim: procure no manual do mail: #man mail, talvez possa te ajudar, até



2005/8/6, Gustavo Noronha Silva [EMAIL PROTECTED]:
 Em Sex, 2005-08-05 às 15:31 -0300, Diego Lopes da Cruz escreveu:
  Mas pelo que vi aqui tah meio dificil se manter na lista, pois acho
  que o pessoal anda saindo muito do foco dos assuntos.
 
  Aos maneh's (Marcos Vinicius Lazarini) que colaboram soh com respostas
  idiotas, favor não se manifestar afim de não ATRAPALHAR a comunidade.
 
 É Diego? Então você que sabe tão bem o que a comunidade acha que é certo
 poderia me dizer se a comunidade acha legal encher a lista de perguntas
 já respondidas milhares de vezes e cujas respostas são facilimamente
 encontradas? Ou se a comunidade ama ser respondida com tenho preguiça
 de ler ou qualquer coisa do gênero quando se indica a documentação
 adequada?
 
 Pare e pense um pouco.
 
 --
 [EMAIL PROTECTED]: Gustavo Noronha http://people.debian.org/~kov
 Debian:  http://www.debian.org  *  http://www.debian-br.org
 
 
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.1 (GNU/Linux)
 
 iQIVAwUAQvS5fBD19pSHPyXxAQJklw/+JOne4ugGHB70VXzmTx71OQsFQ3XOGv7r
 jRB5bNIw7rBujd053HW360HRkGYmP7L9s26eSZXzYXDKw7Zo4viws+x8E2k8yVxV
 v3M8SwDTFyer2byg5vIiuqcn4vNaRRiEKpJvbrlxhFlPX5UzXWfZ686U2F5Ih9nx
 bt7Vi+DKbrtL7UFKYVIHZkTUNUDf2ZlPd4ZoSbVwaNhFi6jeG3VfzmXFL22qaRaK
 0ynXziw1iVhZKHWmkgW9pkYXxgq1nMMiO0bDL+CtKy0JKOL5s4dn2VudL8+CUH6M
 1b5cn8Y7EKDhx8P6vFVpbjY149QPpfEyCyACY1GpvIkDF/e8/KsDuEV3hLV4F2MT
 wqDCmLfZh+6TL6DOEQiLEo7koJ8kG9QVWyZYnoS1Ze1cvImBXwIWH2aQiwmIY00n
 4YBc7qfN13ZbyAsuggUE/O+CNzBQD4bGg8fcGQs2OIhQ36OLyqT7p/8RQhe9STAa
 r3Oe4jalWcI47TFYYeTfQefGy5TUGtyEPgRwSH7B8jaaPzaz5P50uosgNYNYYtcG
 qAx6ayCGNfRLBPcr/jWW381d9mPTsfBdd6LHNdiS6dusfNq2cxAQeXYOCqOfblsh
 SYucjYwblovqm1Aw8lVSW1cy1V78HsOHWgbSMpfixDT7r9wJ8SQsWeiaY2PupGvA
 6diVxol1ukg=
 =bnN8
 -END PGP SIGNATURE-
 
 




Re: e-mail da linha de comando

2005-08-06 Thread Michael Gunsch

Denisvaldo escreveu:


qual a sintaxe para enviar um email da linha de comando sem
interação do usuario no console?


mail -s assunto xy [EMAIL PROTECTED]  arquivo.text

ou para textos curtos pode ser:

echo Texto curto | mail -s assunto xy [EMAIL PROTECTED]

HTH, Michael


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: e-mail da linha de comando

2005-08-06 Thread Gustavo Noronha Silva
Em Sex, 2005-08-05 às 12:14 -0300, Denisvaldo escreveu:
 no entanto talvez eu nao saiba ingles? nao tenha tempo? Ou
 simplesmente nao queira mesmo...?

E você acha bonito isso?

-- 
[EMAIL PROTECTED]: Gustavo Noronha http://people.debian.org/~kov
Debian:  http://www.debian.org  *  http://www.debian-br.org



signature.asc
Description: This is a digitally signed message part


Re: e-mail da linha de comando

2005-08-06 Thread Gustavo Noronha Silva
Em Sex, 2005-08-05 às 14:09 -0300, Marcos Aurelio Rodrigues escreveu:
 Denisvaldo, concordo plenamente contigo...
 
 Se nao sabe a resposta, nao responda, eu tenho mais o
 que fazer do que ficar lendo respostas cretinas.

Eu também, como essa por exemplo.

-- 
[EMAIL PROTECTED]: Gustavo Noronha http://people.debian.org/~kov
Debian:  http://www.debian.org  *  http://www.debian-br.org



signature.asc
Description: This is a digitally signed message part


Re: e-mail da linha de comando

2005-08-06 Thread Gustavo Noronha Silva
Em Sex, 2005-08-05 às 15:31 -0300, Diego Lopes da Cruz escreveu:
 Mas pelo que vi aqui tah meio dificil se manter na lista, pois acho
 que o pessoal anda saindo muito do foco dos assuntos.
 
 Aos maneh's (Marcos Vinicius Lazarini) que colaboram soh com respostas
 idiotas, favor não se manifestar afim de não ATRAPALHAR a comunidade.

É Diego? Então você que sabe tão bem o que a comunidade acha que é certo
poderia me dizer se a comunidade acha legal encher a lista de perguntas
já respondidas milhares de vezes e cujas respostas são facilimamente
encontradas? Ou se a comunidade ama ser respondida com tenho preguiça
de ler ou qualquer coisa do gênero quando se indica a documentação
adequada?

Pare e pense um pouco.

-- 
[EMAIL PROTECTED]: Gustavo Noronha http://people.debian.org/~kov
Debian:  http://www.debian.org  *  http://www.debian-br.org



signature.asc
Description: This is a digitally signed message part


Re: e-mail da linha de comando

2005-08-05 Thread Marcos Vinicius Lazarini

Denisvaldo wrote:

galera, vou precisar fazer um script para enviar um email para cada 
usuario da minha lista com um conteudo aleatório que vai ser consultado 
de um banco de dados...
 
 
 
qual a sintaxe para enviar um email da linha de comando sem interação do 
usuario no console?


Hummm, vamos ver... seria o comando 'mail'? :-)
Sintaxe: man main

--
Marcos


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: e-mail da linha de comando

2005-08-05 Thread Denisvaldo

Obrigado Gerson.

Marcos, seu senso de humor me enoja

mais uma vez um dos seus desperdicios de banda, tempo, bytes, neurônios e tudo o mais...

outra resposta inútil

pra olhar o man ninguem precisa mandar... 

no entanto talvezeu nao saiba ingles?nao tenha tempo? Ou simplesmente nao queira mesmo...?


é mais bonito dizer: Nao sei. Do que ficar dando essas respostinhas estúpidas...


 Achei que vc tinha aprendido com a ultima invertida que tomou. (?)



bom, blz... até a proxima.
On 8/5/05, Marcos Vinicius Lazarini [EMAIL PROTECTED] wrote:
Denisvaldo wrote: galera, vou precisar fazer um script para enviar um email para cada usuario da minha lista com um conteudo aleatório que vai ser consultado
 de um banco de dados... qual a sintaxe para enviar um email da linha de comando sem interação do usuario no console?Hummm, vamos ver... seria o comando 'mail'? :-)
Sintaxe: man main--Marcos--To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of unsubscribe. Trouble? Contact 
[EMAIL PROTECTED]


Re: e-mail da linha de comando

2005-08-05 Thread Marcos Vinicius Lazarini

Denisvaldo wrote:


Obrigado Gerson.
 
Marcos, seu senso de humor me enoja
 
mais uma vez um dos seus desperdicios de banda, tempo, bytes, neurônios 
e tudo o mais...
 
outra resposta inútil
 
pra olhar o man ninguem precisa mandar...
 
no entanto talvez eu nao saiba ingles? nao tenha tempo? Ou simplesmente 
nao queira mesmo...?


Talvez na próxima vc seja mais específico, gastando um pouquinho mais de 
tempo ao elaborar sua pergunta, dizendo o que já pesquisou e as dificuldades 
que encontrou.
Qualquer esquema de suporte começa com as perguntas e problemas mais simples 
pra depois chegar nos mais elaborados.

Outra coisa: acho que voce nao sabe, mas existem man pages em portugues

é mais bonito dizer: Nao sei. Do que ficar dando essas respostinhas 
estúpidas...


Bom, eu disse o comando mail pq eu tenho um script que, no meio, faz isso:

cat arquivo.txt | mail -s Logcheck [EMAIL PROTECTED]

Não era isso que vc procura? Veja sua pergunta


galera, vou precisar fazer um script para enviar um email para cada
usuario da minha lista com um conteudo aleatório que vai ser consultado
de um banco de dados...

qual a sintaxe para enviar um email da linha de comando sem interação do
usuario no console?




--
Marcos


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: e-mail da linha de comando

2005-08-05 Thread Marcos Aurelio Rodrigues
Denisvaldo, concordo plenamente contigo...

Se nao sabe a resposta, nao responda, eu tenho mais o
que fazer do que ficar lendo respostas cretinas.


Marcos Aurelio


--- Denisvaldo [EMAIL PROTECTED] escreveu:

  Obrigado Gerson.
  Marcos, seu senso de humor me enoja
  mais uma vez um dos seus desperdicios de banda,
 tempo, bytes, neurônios e 
 tudo o mais...
  outra resposta inútil
  pra olhar o man ninguem precisa mandar... 
  no entanto talvez eu nao saiba ingles? nao tenha
 tempo? Ou simplesmente nao 
 queira mesmo...?
   é mais bonito dizer: Nao sei. Do que ficar dando
 essas respostinhas 
 estúpidas...
Achei que vc tinha aprendido com a ultima
 invertida que tomou. (?)
bom, blz... até a proxima.
 
  On 8/5/05, Marcos Vinicius Lazarini
 [EMAIL PROTECTED] wrote: 
  
  Denisvaldo wrote:
  
   galera, vou precisar fazer um script para enviar
 um email para cada
   usuario da minha lista com um conteudo aleatório
 que vai ser consultado
   de um banco de dados...
  
  
  
   qual a sintaxe para enviar um email da linha de
 comando sem interação do
   usuario no console?
  
  Hummm, vamos ver... seria o comando 'mail'? :-)
  Sintaxe: man main
  
  --
  Marcos
  
  
  --
  To UNSUBSCRIBE, email to
 [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact 
  [EMAIL PROTECTED]
  
 
 






___ 
Yahoo! Acesso Grátis - Internet rápida e grátis. 
Instale o discador agora! http://br.acesso.yahoo.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: e-mail da linha de comando

2005-08-05 Thread Denisvaldo
 Bom, eu disse o comando mail pq eu tenho um script que, no meio, faz isso: cat arquivo.txt | mail -s Logcheck [EMAIL PROTECTED]Simples e direto...


Viu só como vc consegue ser prestativo sem ser ironico nem debochado? - realmente existem pessoas que só funcionam no tranco. 
E de fato, depois de um chacoalhão vc consegui me ajudar. Não precisava disso não é?

entretanto,

 cat arquivo.txt | mail -s Logcheck [EMAIL PROTECTED]

Muito obrigado pela resposta.


Denis


On 8/5/05, Marcos Aurelio Rodrigues [EMAIL PROTECTED] wrote:
Denisvaldo, concordo plenamente contigo...Se nao sabe a resposta, nao responda, eu tenho mais o
que fazer do que ficar lendo respostas cretinas.Marcos Aurelio--- Denisvaldo [EMAIL PROTECTED] escreveu:Obrigado Gerson.Marcos, seu senso de humor me enoja
mais uma vez um dos seus desperdicios de banda, tempo, bytes, neurônios e tudo o mais...outra resposta inútilpra olhar o man ninguem precisa mandar...no entanto talvez eu nao saiba ingles? nao tenha
 tempo? Ou simplesmente nao queira mesmo...? é mais bonito dizer: Nao sei. Do que ficar dando essas respostinhas estúpidas...  Achei que vc tinha aprendido com a ultima
 invertida que tomou. (?)bom, blz... até a proxima.On 8/5/05, Marcos Vinicius Lazarini [EMAIL PROTECTED] wrote:
   Denisvaldo wrote:galera, vou precisar fazer um script para enviar um email para cada   usuario da minha lista com um conteudo aleatório que vai ser consultado
   de um banco de dados... qual a sintaxe para enviar um email da linha de comando sem interação do   usuario no console?
   Hummm, vamos ver... seria o comando 'mail'? :-)  Sintaxe: man main   --  Marcos--  To UNSUBSCRIBE, email to
 [EMAIL PROTECTED]  with a subject of unsubscribe. Trouble? Contact  
[EMAIL PROTECTED]  ___Yahoo! Acesso Grátis - Internet rápida e grátis.Instale o discador agora! 
http://br.acesso.yahoo.com/--To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: e-mail da linha de comando

2005-08-05 Thread Diego Lopes da Cruz
P*** QUE PARIU!
Entrei nesta lista de discussão para receber/colaborar com duvidas
e/ou dicas para a comunidade de software livre.
Acho o mais legal na comunidade de Software Livre eh a participação e
a colaboração de todos.
Mas pelo que vi aqui tah meio dificil se manter na lista, pois acho
que o pessoal anda saindo muito do foco dos assuntos.

Aos maneh's (Marcos Vinicius Lazarini) que colaboram soh com respostas
idiotas, favor não se manifestar afim de não ATRAPALHAR a comunidade.

Obrigado

Comunidade de Software Livre

Em 05/08/05, Marcos Vinicius Lazarini[EMAIL PROTECTED] escreveu:
 On Fri, 5 Aug 2005, Denisvaldo wrote:
 
   Bom, eu disse o comando mail pq eu tenho um script que, no meio, faz isso:
 
   cat arquivo.txt | mail -s Logcheck [EMAIL PROTECTED]
  Simples e direto...
 
 Meu amigo, eu nao lembrava isso de cabeca. Tive que logar numa outra
 maquina, e procurar um script me velho arquivado que tinha isso.
 Precisamos de motivacao pra fazer essas coisas, e vc foi um pessimo
 motivador nesse ponto...
 
   Viu só como vc consegue ser prestativo sem ser ironico nem debochado? -
  realmente existem pessoas que só funcionam no tranco.
  E de fato, depois de um chacoalhão vc consegui me ajudar. Não precisava
  disso não é?
 
 Cara, se vc for preguicoso ao fazer suas perguntas (leia o que escrevi no
 outro e-mail, que vc nao comentou); e reagir assim toda resposta que nao
 for exatamente o que quer saber, pra que participar de uma lista de
 contribuicao *voluntaria*?
 
 Lembre-se, estamos aqui pra tentar ajudar uns aos outros, e nao pra
 atrapalhar-mos. Lembre-se tambem da parte da motivacao que comentei acima.
 
   On 8/5/05, Marcos Aurelio Rodrigues [EMAIL PROTECTED] wrote:
  
   Denisvaldo, concordo plenamente contigo...
  
   Se nao sabe a resposta, nao responda, eu tenho mais o
   que fazer do que ficar lendo respostas cretinas.
 
 Esse aqui nao deveria nem comentar, mas nao resisto:
 Como fazer com as respostas cretinas que vc recebe e as perguntas idiotas
 que vem pra mim? Quer trocar?
 O que eh cretino/idiota pra um pode nao ser para outro. Aqui temos pessoas
 que mal sabem usar o console como tambem gurus desenvolvedores. Por favor,
 entenda a diversidade.
 
 --
 Marcos
 
 


-- 
Diego Lopes da Cruz
Use Software Livre!
Linux - The Future is Open and Free!



Re: e-mail da linha de comando

2005-08-05 Thread Denis
Oh Marcos, acho que estamos parecendo duas crianças chorando sobre o
leite derramado.


a essência do que eu disse era:

se vc tiver como ajudar,

 Meu amigo, eu nao lembrava isso de cabeca. Tive que logar numa outra
 maquina, e procurar um script me velho arquivado que tinha isso.
 Precisamos de motivacao pra fazer essas coisas, e vc foi um pessimo
 motivador nesse ponto...

sem que isso cause transtono pra vc, ajude. Se não der, nao precisa
esculachar...
e se eu te falei isso hj, não foi só por causa desta msg, mas vc
sempre faz isso.


   Viu só como vc consegue ser prestativo sem ser ironico nem debochado? -
  realmente existem pessoas que só funcionam no tranco.
  E de fato, depois de um chacoalhão vc consegui me ajudar. Não precisava
  disso não é?

 Cara, se vc for preguicoso ao fazer suas perguntas (leia o que escrevi no
 outro e-mail, que vc nao comentou); e reagir assim toda resposta que nao
 for exatamente o que quer saber, pra que participar de uma lista de
 contribuicao *voluntaria*?

Bom, eu disse o comando mail pq eu tenho um script que, no meio, faz isso:

cat arquivo.txt | mail -s Logcheck [EMAIL PROTECTED]

Não era isso que vc procura? Veja sua pergunta

Poxa vida, vc entendeu a minha pergunta sem que eu precisasse mandar
nem mais uma virgula! Incrível. Vc leu pela segunda vez, foi isso?


 Lembre-se, estamos aqui pra tentar ajudar uns aos outros, e nao pra
 atrapalhar-mos. Lembre-se tambem da parte da motivacao que comentei acima.

Desculpe, mas se vc participa de uma lista *voluntária*(com os
asterisquinhos que vc adora), então seja VOLUNTÁRIO. Nao ache que
alguem vai ficar te *motivando*(com os asteriscos novamente - apesar
que nesse caso eu prefiro aspas)
Nas entrelinas: nao espere um pelo amor de deus Marcos Vinicius
Lazzarinii ou um te pago uma gelada depois. Nao espere nada em
troca, ou nao seria *voluntário*.


   On 8/5/05, Marcos Aurelio Rodrigues [EMAIL PROTECTED] wrote:
  
   Denisvaldo, concordo plenamente contigo...
  
   Se nao sabe a resposta, nao responda, eu tenho mais o
   que fazer do que ficar lendo respostas cretinas.

 Esse aqui nao deveria nem comentar, mas nao resisto:
 Como fazer com as respostas cretinas que vc recebe e as perguntas idiotas
 que vem pra mim? Quer trocar?
 Se nao gosta de receber as perguntas sign out. Jah as respostas
cretinas é mais facil: quando vc for escrever algo simplesmente por
desabafo, nao clique no send.

 O que eh cretino/idiota pra um pode nao ser para outro.
Desculpe Marcos, mas o que é chamdo de cretino aqui é o reply sem a
menor intenção de ajudar ( como eu posso localizar em 8 a cada dez
e-mails com o seu remetente - claro, qndo vc quer vc ajuda. As outras
2 em dez são úteis)

Aqui temos pessoas
 que mal sabem usar o console como tambem gurus desenvolvedores. Por favor,
 entenda a diversidade.

neste caso, seja prático na  sucinto na resposta. Fica melhor para os
novos e velhos!


abraço,

Denis.


ps: acho que já deu né... vamos deixar isso pra lá?



Re: e-mail da linha de comando

2005-08-05 Thread Marcos Vinicius Lazarini

Marcos Aurelio Rodrigues wrote:


Tambem nao consegui resistir...


O que espero de cada um em uma lista, sao respostas,
eu entendo a diversidade das pessoas sim, e por isso
que leio cada pergunta e quando nao sei a repsosta,
nao respondo, nao me dou ao trabalho de responder:


nao da pra ser feito


ou entao peco para a pessoa ler o man pages.

nao me dou ao trabalho de responder a uma questao de
uma pessoa, que com certeza esta com dificuldades na
lingua portuguesa de tal forma que a humilhe, meus
pais me deram educação suficiente para entender a
situação de cada um, e no que eu puder ajudar as
pessoas que estão nesta lista eu nao pouparei
esforços, agora se voce enviar uma pergunta para esta
lista, fique certo que mesmo eu sabendo a resposta
irei simplesmente excluir o email, pois voce nao
merece um minimo de respeito e consideração.

Pessoal nao me confundam.

Eu sou o Marcos Aurelio 


O individuo ai e outro.


Amigo, (ofensas a parte) estou ignorando (no sentido de esquecer, não do de 
desmerecer) tudo o que está escrito nesse e-mail. Sei que todos temos os 
nossos dias bons e ruins, e hoje não é um bom dia pra ninguem aqui dessa thread.


Se quiser me ignorar, sinta-se a vontade. Não posso obrigá-lo a fazer 
qualquer coisa. Mesmo assim, quero mencionar que não costumo olhar o sender 
dos e-mails, considero o subject e o conteúdo muito mais importante. Pra 
mim, tanto faz se o Lula, Linus ou o Marcos Aurélio estiverem perguntando 
algo; a resposta será a mesma. Outro ponto importante: na 2a. feira, quando 
voltar, provavelmente nem me lembrarei mais de toda essa discussão que rolou 
hoje (muito menos de quem participou) e tudo voltara a ser como estava 
antes... Portanto, faça da maneira que achar melhor.


Pessoas civilizadas que somos, em pleno século XXI, não precisamos de mais 
brigas e guerras, nem de pessoas infelizes; disto o mundo já está cheio. 
Temos muitos problemas mais sérios do que ficar nos preocupando em um 
prejudicar o outro.



Pessoal da lista, desculpem mandar pra todos, mas julguei ser oportuno.

Grato pela atenção,
Marcos Lazarini


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: e-mail da linha de comando

2005-08-05 Thread Marcos Vinicius Lazarini

Denis wrote:


Oh Marcos, acho que estamos parecendo duas crianças chorando sobre o
leite derramado.


Com certeza! mas quero deixar a situação bem esclarecida pra nao restarem 
possíveis problemas futuros... Só fazendo um comentário:





Lembre-se, estamos aqui pra tentar ajudar uns aos outros, e nao pra
atrapalhar-mos. Lembre-se tambem da parte da motivacao que comentei acima.


Desculpe, mas se vc participa de uma lista *voluntária*(com os
asterisquinhos que vc adora), então seja VOLUNTÁRIO. Nao ache que
alguem vai ficar te *motivando*(com os asteriscos novamente - apesar
que nesse caso eu prefiro aspas)
Nas entrelinas: nao espere um pelo amor de deus Marcos Vinicius
Lazzarinii ou um te pago uma gelada depois. Nao espere nada em
troca, ou nao seria *voluntário*.


Ninguem espera isso quando entra numa lista dessa. Eu também entrei aqui pra 
perguntar coisas que não sabia, gostei e acabei ficando pois achei 
interessante a oportunidade de ajudar as pessoas.


Quem trabalhou com suporte sabe como é sacal lidar com pessoas que não tem o 
mínimo de vontade de procurar como resolver o problema delas, que querem que 
vc resolva esse problema delas pra elas. Espero que vc saiba como é 
estimulante trabalhar em conjunto com pessoas empenhadas e inteligentes, que 
não sossegam facilmente. A gente acaba 'contaminado' pela vontade da pessoa 
e também se sente realizado quando o problema é resolvido, mesmo não estando 
diretamente ligado a ele.


É esse tipo de coisa que a gente procura numa lista como essa, que mantém as 
pessoas aqui, ajudando os outros. Afinal, eu poderia estar em casa agora 
fazendo qualquer outra coisa agora. Mas achei mais importante, que valia 
mais a pena, dar uma força pro pessoal da lista, que sempre tem problemas. 
Mesmo com tanta coisa indo (aparentemente) contra.


Por essas e outras é importante saber fazer as perguntas do modo certo. Como 
alguém (muito inteligentemente) citou o documento do Eric Raymond Como 
Fazer Perguntas de Forma Inteligente, vale a pena uma leitura, mesmo que 
por cima.


Ok? Espero que tenha esclarecido minha posição.

Pessoal da lista: foi mal lotar o inbox de vcs, mas achei que essa msg tbm 
era relevante.


--
Marcos


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: E-mail..

2005-04-11 Thread Igor Morgado
A propria mensagem de erro explica isso. Se voce nao recebeu mensagem
de erro alguma coisa MUITO errada esta acontecendo.

On Apr 11, 2005 9:06 AM, Jonatas Davson Reinert [EMAIL PROTECTED] wrote:
 Olá pessoal,
 
 Não sei se aqui é a lista correta para esta pergunta mais vamos lá..
 talvez alguém pode me ajudar.. :)
 
 Imaginam eu escrever um email, envio o email.. e depois fico sabendo que
 a pessoa não recebeu.. e também não recebo mensagem de erro que por
 exemplo a caixa de entrada da pessoa esta lotada..  ou sei o que..
 
 É possível eu saber o motivo desta mensagem não ter chego no seu destino?
 É possível saber o que aconteceu com a mensagem?
 
 Estou usando Qmail aqui no meu servidor..
 
 Se alguém puder me ajudar.. muito obrigado,
 
 Att,
 Jonatas.
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 


-- 
Quando eu falar pra você RTFM, não fique chorando.
Vá até o google, e faça a mesma pergunta.

Antes de perguntar leia:
http://focalinux.cipsga.org.br/
http://debian-br.alioth.debian.org/view.php?doc=pratico
http://debian-br.alioth.debian.org/view.php?doc=apt-howto



Re: E-mail..

2005-04-11 Thread Rauklei P.S. Guimaraes
Jonatas Davson Reinert escreveu:
Olá pessoal,
Não sei se aqui é a lista correta para esta pergunta mais vamos lá.. 
talvez alguém pode me ajudar.. :)

Imaginam eu escrever um email, envio o email.. e depois fico sabendo que 
a pessoa não recebeu.. e também não recebo mensagem de erro que por 
exemplo a caixa de entrada da pessoa esta lotada..  ou sei o que..

É possível eu saber o motivo desta mensagem não ter chego no seu destino?
É possível saber o que aconteceu com a mensagem?
Estou usando Qmail aqui no meu servidor..
Se alguém puder me ajudar.. muito obrigado,
Faça alguns testes de envio, pra essa mesma pessoa que ocorreu o erro, 
mas de um ou mais
provedores (ig,yahoo etc). Se a menssagem for recebida com sucesso a 
partir destes testes, voce isola de fato o problema ao seu servidor.
Algum tempo atraz foi, se não me engando pubicado na info, testes de 
envio de menssagem por diversos provedores,inclusive yahoo, hotmail etc, 
todos apresentaram um alto percentual de perda de e-mails (simplesmente 
os e-mails não chegaram ao seu destinatário).

t+
--
Rauklei P.S. Guimaraes
--
Debian GNU/Linux-2.6.11
Linux User #289456
Debian User #708
Seja Livre. Use Debian GNU/Linux

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: E-mail com 1 hora de atraso...

2004-12-21 Thread !!!Marquinhos!!!
Cara,

A solucao que encontrei para isso foi configurar um
fuso de um local que nao tem horario de verao, por
exemplo Recife.

Ou entao experimente acrescentar o fuso no seu MTA,
pelo menos o Sendmail eu sei que tem.

Marquinhos

 --- Fernando Guse [EMAIL PROTECTED] escreveu: 
 Ola pessoal... 
 
 Estou com problemas no meu servidor de e-mails, ele
 esta entregando as mensagens com 1 hora de atraso.
 Jah pesquisei no histórico desta lista e no google e
 jah baixei e instalei o pacote tz-brasil mais não
 obtive sucesso, então eu criei um arquivo com o
 arquivo .zic indicando o inicio e o término do
 horario de verão, mais mesmo assim não deu muito
 certo. Então eu modifiquei o horario na mão com o
 comando date -s data hora e com isso eu consegui
 arrumar o recebimento, mais meu envio continua
 atrasado.
 
 Alguém pode me ajudar, estou usando o woody 2.4.18.
 
 Atenciosamente
 
 Fernando Guse 





___ 
Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. 
http://br.acesso.yahoo.com/ - Internet rápida e grátis



Re: E-mail account security warning.

2004-12-09 Thread Eberhard von Kitzing
Dear Sir,
At 20:51 Uhr +0100 08.12.2004, [EMAIL PROTECTED] wrote:
Dear user, the management  of Debian.org mailing system wants to let 
you know that,

Your e-mail account  will be disabled because of improper using in next
three  days, if you  are still  wishing  to use  it, please, resign  your
account information.
Advanced details can be  found in attached file.
The Management,
The Debian.org  team   http://www.debian.org
Attachment converted: Familie:Suppression de Norton AntiVirus 
(TEXT/R*ch) (FCB4)
I don't know who is sending those files in my name. I am working 
under MacOs 9.1 und Debian Linux, therefore, the virus should not 
have infected any of those computers. I have also heard from other 
who got such mails with my address as the return address. However 
they got it even on day when bot computers were not working. 
Therfore, I ask you not to skip me from the list.

Yours sincerely,
Eberhard von Kitzing
--
Eberhard von Kitzing
Carl-Zuckmayer-Str. 17
D-69126 Heidelberg
Tel. 06221 385129
E-Mail: [EMAIL PROTECTED]
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: E-Mail Gateway für Ent- und Verschlüsselung

2004-11-10 Thread Michelle Konzack
Hallo Andreas, 

sorry für die PM :-/

Am 2004-11-09 21:10:06, schrieb Andreas Krummrich:
 Hallo,
 
 ich suche eine Möglichkeit ein E-Mail Gateway zu bauen, dass eingehende 
 Mails mit GnuPG entschlüsselt und an einen anderen Mailserver 
 weiterleitet. Ausgehende Mails sollen angenommen und verschlüsselt 
 werden und anschließend versandt werden.


Ich habe sowas mit 'procmail' gemacht.
Jagt die gesamte (!!!) E-Mail durch GnuPG und
sendet sie mit ner anderen E-Mailadresse weiter.

 Hierbei ist aber zu beachten, dass nicht alle Mails ver- bzw. 
 entschlüsselt werden. Zum Beispiel mit einer bestimmten Adresse im der 
 From oder To Zeile oder mit einem bestimmten Subject.

Macht 'procmail' perfect.


 Ich würde das ganz gern mit QMail oder Postfix bauen. Aber Sendmail oder 
 Exim wären auch Recht.

Naja, Du mußt halt den MTA so einstellen, das er ALLE Ausgehenden
Mails wie locale behandelt und durch 'procmail' jagt was die Messages
dann wieder an den MTA mit veränderter E-Mailadresse zurückschickt.

 Ist sowas möglich? Hat jemand so was schon mal gemacht? Gibt's da Howtos?
 Fragen über Fragen :-)

Ja ich, damit ich interne E-Mails nicht unverschlüsselt übers Internet
Transportieren muß. Sprich, ich mach das mit den System Messages meiner
Server, also Mails von »root« und so.

Damit habe ich nur minimales Risiko mit nem halben dutzend Servern die
ich so in der Weltgeschichte versteut habe. Sprich in Marokko. Kuwait,
Iran...

 Gruß,
Andreas.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: E-Mail Gateway für Ent- und Verschlüsselung

2004-11-10 Thread Matthias Fechner
Hallo Andreas,

* Andreas Krummrich [EMAIL PROTECTED] [09-11-04 22:35]:
 Nein darum geht es nicht. Der zweite Mail Server liegt im gleichen Netz 
 und ist ein Exchange Server :-)

Ja igitt, dann musst du vielleicht ein bischen Handarbeit anlegen und
es so machen, wie die anderen gesagt haben.

-- 
Gruss
Matthias


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: E-Mail Gateway fr Ent- und Verschlsselung

2004-11-09 Thread Evgeni -SargentD- Golov
On Tue, 09 Nov 2004 21:10:06 +0100
[EMAIL PROTECTED] (Andreas Krummrich) wrote:

 Hallo,
Hi,
 
 ich suche eine Möglichkeit ein E-Mail Gateway zu bauen, dass eingehende 
 Mails mit GnuPG entschlüsselt und an einen anderen Mailserver 
 weiterleitet. Ausgehende Mails sollen angenommen und verschlüsselt 
 werden und anschließend versandt werden.
Das erste sollte eigentlich mit procmail ohne probleme machbar sein.
Das zweitere weiß ich jetzt grad nicht ... gibt bestimmt filter regeln bei smtp 
servern ...
 Hierbei ist aber zu beachten, dass nicht alle Mails ver- bzw. 
 entschlüsselt werden. Zum Beispiel mit einer bestimmten Adresse im der   
 From oder To Zeile oder mit einem bestimmten Subject.
procmail kann sehr gut nach bestimmten subject's/to's filtern ... 
 Ich würde das ganz gern mit QMail oder Postfix bauen. Aber Sendmail oder 
 Exim wären auch Recht.
kann ich nix zu sagen, für den emfpfang is das ja eh egal welchen MTA du 
hast... und versand weiß ich halt nix
 Ist sowas möglich? Hat jemand so was schon mal gemacht? Gibt's da Howtos?
theoretisch ja, praktisch noch nicht probiert.
 Fragen über Fragen :-)
vielleicht ein kleiner denkanstoß, auch wenn keine wirkliche antwort
 Gruß,
 Andreas.

Gruß,
Evgeni



Re: E-Mail Gateway für Ent- und Verschlüsselung

2004-11-09 Thread Philipp Meier
On Tue, Nov 09, 2004 at 09:10:06PM +0100, Andreas Krummrich wrote:
 Hallo,
 
 ich suche eine Möglichkeit ein E-Mail Gateway zu bauen, dass eingehende 
 Mails mit GnuPG entschlüsselt und an einen anderen Mailserver 
 weiterleitet. Ausgehende Mails sollen angenommen und verschlüsselt 
 werden und anschließend versandt werden.
 Hierbei ist aber zu beachten, dass nicht alle Mails ver- bzw. 
 entschlüsselt werden. Zum Beispiel mit einer bestimmten Adresse im der 
 From oder To Zeile oder mit einem bestimmten Subject.
 Ich würde das ganz gern mit QMail oder Postfix bauen. Aber Sendmail oder 
 Exim wären auch Recht.
 
 Ist sowas möglich? Hat jemand so was schon mal gemacht? Gibt's da Howtos?
 Fragen über Fragen :-)

Natürlich kann man sowas über transports und router lösen. Als
quick-hack würde ich einen transport basteln, der die mail in ein script
piped, welches die Mail durch gnupg jagt und an einen bestimmten account
auf dem andere Server bounced. Auf dem anderen Server ein forward für
den Account in ein ein Script eintragen, welches die mail decryptet und
local an die urspüngliche Adresse schickt. Eleganter wäre natürlich den
transport richtig in exim einzubauen und das erneute senden direkt
im MTA zu belassen, das sollte robuster gegenüber Fehlern sein.

-billy.

-- 
Philipp Meier - [EMAIL PROTECTED]
.signature: No such file or directory


signature.asc
Description: Digital signature


Re: E-Mail Gateway für Ent- und Verschlüsselung

2004-11-09 Thread Matthias Fechner
Hallo Andreas,

* Andreas Krummrich [EMAIL PROTECTED] [09-11-04 21:10]:
 Ist sowas möglich? Hat jemand so was schon mal gemacht? Gibt's da Howtos?
 Fragen über Fragen :-)

wenn es dir nur darum geht, die Mails auf dem Weg vershlüsset zu
haben, nimm einfach TLS oder SSL vom Mailserver her.

-- 
Gruss
Matthias


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: E-Mail Gateway für Ent- und Verschlüsselung

2004-11-09 Thread Andreas Krummrich
Matthias Fechner wrote:
Hallo Andreas,
* Andreas Krummrich [EMAIL PROTECTED] [09-11-04 21:10]:
 

Ist sowas möglich? Hat jemand so was schon mal gemacht? Gibt's da Howtos?
Fragen über Fragen :-)
   

wenn es dir nur darum geht, die Mails auf dem Weg vershlüsset zu
haben, nimm einfach TLS oder SSL vom Mailserver her.
 

Nein darum geht es nicht. Der zweite Mail Server liegt im gleichen Netz 
und ist ein Exchange Server :-)

Gruß,
   Andreas
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: E-Mail Gateway für Ent- und Verschlüsselung

2004-11-09 Thread Andreas Vögele
[EMAIL PROTECTED] (Andreas Krummrich) writes:

 Hallo,

 ich suche eine Möglichkeit ein E-Mail Gateway zu bauen, dass
 eingehende Mails mit GnuPG entschlüsselt und an einen anderen
 Mailserver weiterleitet. Ausgehende Mails sollen angenommen und
 verschlüsselt werden und anschließend versandt werden.

Vielleicht kommt GEAM in Frage.  Ich habe mir GEAM noch nicht
angeschaut, aber Informationen und den Quelltext gibt es hier:

http://www.g10code.de/de/p-geam.html
ftp://ftp.gnupg.org/gcrypt/geam/

Auf dem Amiga habe ich vor ewigen Zeiten zum automatischen
Ver- und Entschlüsseln ein Programm names pgpsendmail verwendet.
Es scheint auch eine UNIX-Variante zu geben, allerdings ist die
Webseite von 1997:

http://www.atnf.csiro.au/people/rgooch/PGPsendmail.html



Re: e-mail için virüs ve spamayyklama

2004-08-28 Thread Serdar Aytekin
Merhaba,

Evet, sylpheed-claws-clamav ile mailleriniz uzerinde virus taramasi
yapabilirsiniz, fakat ne kadar basari saglanir onu bilemiyorum, clamav'i cok
basarili bir antivirus olarak bulmuyorum bu konuda.

Ayni sekilde sylpheed-claws-spamassassin ilede spam kontrolu yapmak mumkun.
Spamassasin duzgun ayarlandigi zaman, cogu spami yakalayabilen nitelikte bir
program.

Bu programlari kurduktan sora Sylpheed'de Configuratio/Plugins kismindan bu
pluginleri yukleyip, daha sonra 'Configuration/Other
Preferences/Filtering/Clam AntiVirus' kismindan gerekli ayarlari yapmaniz
gerekiyor. Spamassasin icinde 'Configuration/Other
Preferences/Filtering/SpamAssassin' kismindan gerekli ayarlari yapip aktif
edebilirsiniz.

Diger bir alternatif olarak, isi biraz daha derinlestirerek, Fetchmail +
Procmail kullanabilirsiniz. Fetchmail ile maillerini kendi makinenize cekip,
maillerinizi cekerken virus ve spam taramasi yapabilirsiniz. Bu defada isin
icine ilaveten,  fetchmail + procmail girmis olacak. Fetchmail + procmail +
spamassasin + clamav ile yapabileceginiz gibi, clamav yerine _ticari olmayan
kullanimlar icin_ free ve cok basarili olan antivir'i kullanabilirsiniz.
(Bkz: http://www.hbedv.com/en/)

Saygilarimla,
Serdar Aytekin

- Original Message - 
From: Zeki Çatav [EMAIL PROTECTED]
To: linux başlangıç [EMAIL PROTECTED]; debian tr
debian-user-turkish@lists.debian.org
Sent: Friday, August 27, 2004 1:47 PM
Subject: e-mail için virüs ve spamayyklama


 Merhaba,
 Kişisel bilgisayarımda DEBIAN bazlı 2.4.21 çekirdeğe sahip bir linux
 dağıtımı kullanıyorum. Mail alış verişi için evolution 1.4
 kullanmaktayım. Mail hesabım isnet üzerinde, evolution pop ve smtp
 ayarları ile oradan mail alıp gönderiyor. Sistemde antivirüs olarak
 clamav var.
 Mail alış verişi sırasında virüs ve spam taraması yapmak istiyorum.
 Evolution içinde bu tür destek göremedim. Sylpheed-claws,
 Sylpheed-claws-clamav ve Sylpheed-claws-spamassassin üçlüsü isnet
 hesabından mail alış verişi sırasında böyle bir görevi yapabilir mi? Ya
 da postfix (zaten kurulumda gelmiş) ile bunu yapmak daha doğrumudur?
 Eğer postfix doğruysa, nasıl bir kurulum ayarı yapmalıyım postfix isnet
 üzerinden mail alış verişi yapsın ve bende maillerimi lokalde alıp
 gönderebileyim?
 Yardımlarınız için teşekkürler...
 Sağlıklı günler dilerim.



Re: E-mail

2004-07-24 Thread techsupport
Dear Customer,

Thank you for your email to Panda Technical Support UK.

Due to the amount of email processed during a day, there can be a slight delay 
in replying.

If you wish immediate support you can also -

call Technical Support on 0906 609 2120 (all calls charged at 60pence a minute)

or

Go to www.pandasoftware.com/support and use the online support site on the 
internet.

We will reply to your problem shortly and aim to resolve it as fast as possible.

Regards
Technical Support
Panda Software UK



Re: e-mail Client

2004-06-18 Thread × Sr. X ×

Saudações  Rubens Souza,

  Eu sou novato em Debian GNU/Linux, mas estou utilizo o Mozilla em 
Windows a um certo tempo...


RUBENS SOUZA escreveu:


pessoALL

Alguém conhece Cliente de e-mail LIVRE para conectar no Exchenge 2000 e que de 
preferência importe os PST do Outlook?
 

Já experimentou utilizar o Mozilla. Tem versão para Windows e Linux, e 
eu consegui importar as mensagens do Outlook Express para ele, só perdi 
a marcação de quais já haviam sido lidas... Você pode separar em pasta 
diferenes antes de importar...


RUBENS SOUZA escreveu, também:


Estou com o ximian-evolution-12 da NOVELL mas este é apenas para plataforma 
LINUX e aqui na empresa o SO será um dos últimos a ser migrado, desta forma 
estou correndo atráz de SL para plataforma M$, não só de cliente de e-mail como 
browse, emulador, dentre outros.

Caso tiverem outras sugestões será bem vinda
 


O Mozilla também possui browser, editor de HTML e cliente IRC...
Algumas versões tem tradução para português

Conheça-o em: http://www.mozilla.org

__  __
/_/\/ /\  Conhecimento é controle!!!
\ \ \/ /
\_\  /
/ /  \
/_/ /\ \
\_\/\_\/  Divirtam-se!!!



Re: e-mail Client

2004-06-18 Thread
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 15 Jun 2004 10:31:43 -0300 (BRT), RUBENS SOUZA wrote:

pessoALL

Alguém conhece Cliente de e-mail LIVRE para conectar no Exchenge 2000 e que de
preferência importe os PST do Outlook?

Estou com o ximian-evolution-12 da NOVELL mas este é apenas para plataforma 
LINUX
e aqui na empresa o SO será um dos últimos a ser migrado, desta forma estou
correndo atráz de SL para plataforma M$, não só de cliente de e-mail como 
browse,
emulador, dentre outros.


O Mozilla não serviria para você?
- --

Um abraço

Gilberto F da Silva - http://gfs.1989.sites.uol.com.br/netiqueta.html
PGP Public Key Fingerprint= 7A07 26C9 20A0 4BCB 7FBC  C577 271B A05A D321 1B0E

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 5.0i OS/2 for non-commercial use
Comment: PGP 5.0 para OS/2
Charset: cp850

wj8DBQFA0qYuJxugWtMhGw4RAoL9AKCVtD6u//IC3smd1Kc8nQYxQgi3TACgtkcb
aYU3cxrmEqRZ8O3JPZE11H8=
=fyqo
-END PGP SIGNATURE-






RE: RE: E-mail

2004-06-08 Thread Jonatan



Viu .. consegui  

 O arquivo que eu precisava era o 
qmailfilter.conf .

Muito Obrigado pelas dicas 



Jonatan MarinNucleo de Informatica - FSG[EMAIL PROTECTED]


Re: e-mail from local host

2004-05-25 Thread Luis Finotti

Thanks Magnus and Juan (again -- I owe you two!).

I greatly appreciate your help.

My best,

Luis

--- Juan Nin [EMAIL PROTECTED] wrote:

 you should have a FQDN hostname (fully-qualified
 domain name)
 the remote SMTP server rejects you connection,
 because your machine
 identifies itslef as debian which is not an
 existent hostname
 
 change your hostname so as to have an FQDN hostname
 (host.domain.tld)
 
 regards,
 
 Juan
 





__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: e-mail from local host

2004-05-24 Thread Juan Nin
From: Luis Finotti [EMAIL PROTECTED]

   [EMAIL PROTECTED]
 SMTP error from remote mailer after RCPT
 TO:[EMAIL PROTECTED]:
 host mailv.math.ucsb.edu [128.111.88.21]: 504
 debian:
 Helo command rejected: need fully-qualified
 hostname

you should have a FQDN hostname (fully-qualified domain name)
the remote SMTP server rejects you connection, because your machine
identifies itslef as debian which is not an existent hostname

change your hostname so as to have an FQDN hostname (host.domain.tld)

regards,

Juan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: e-mail from local host

2004-05-24 Thread Magnus Therning
On Mon, May 24, 2004 at 11:56:56PM -0300, Juan Nin wrote:
From: Luis Finotti [EMAIL PROTECTED]

   [EMAIL PROTECTED]
 SMTP error from remote mailer after RCPT
 TO:[EMAIL PROTECTED]:
 host mailv.math.ucsb.edu [128.111.88.21]: 504
 debian:
 Helo command rejected: need fully-qualified
 hostname

you should have a FQDN hostname (fully-qualified domain name)
the remote SMTP server rejects you connection, because your machine
identifies itslef as debian which is not an existent hostname

change your hostname so as to have an FQDN hostname (host.domain.tld)

If you don't like the name your ISP gives you, you might even be given a
different name every time you re-connect, you might be interested in the
ez-ipupdate package. It will automate the updating of your IP with
several free DNS services.

Register a nice name with one of these services, install ez-ipupdate,
and then make sure that your FQDN is proper (/etc/hosts is the file to
modify).

/M

-- 
Magnus Therning(OpenPGP: 0xAB4DFBA4)
[EMAIL PROTECTED]
http://magnus.therning.org/

In my opinion, shareware tends to combine the worst of commercial software
(no sources) with the worst of free software (no finishing touches). I
simply do not believe in the shareware market at all.
 -- Linus Torvalds


signature.asc
Description: Digital signature


Re: e-mail notification to syslog

2004-05-18 Thread George Cristian Birzan
On Tue, May 18, 2004 at 07:34:23PM +0300, Martin Fluch wrote:
 Hi!
 
 Is there mail notification program which can check POP3/IMAP/... email
 accounts for new mails and send the result to syslog?

A bash script which uses logger can do this. Like:
fetchmail | logger

-- 
George Cristian Birzan  gcbirzan (at) wolfheart (dot) ro
I do not feel obliged to believe that the same God who has endowed us
with sense, reason, and intellect has intended us to foergo their use.
-- Galileo Galilei


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: e-mail no console

2004-04-14 Thread André Felipe Rohloff
Olá,
Eu uso assim nos meus shell scripts

date | mail -s Subject do e-mail  [EMAIL PROTECTED]   mensagem.txt


André Felipe Rohloff
Fábrica de Software
Parque Tecnológico Itaipu
Foz do Iguaçu - Pr

Gustavo Moda (Yahoo) ([EMAIL PROTECTED]) wrote*:

 Amigos,

 Preciso enviar e-mail a partir de meus scripts shwll. Mas gostaria de me
 conectar diretamente no SMTP.
 O Telnet não funciona dentro do Script.
 Quero me conectar no smtp na porta 25 enviar os comandos e sair fora.
 Tem como?

 Abraços






Re: e-mail no console

2004-04-14 Thread Gustavo Moda (Yahoo)

André Felipe Rohloff wrote:


Olá,
Eu uso assim nos meus shell scripts

date | mail -s Subject do e-mail  [EMAIL PROTECTED]   mensagem.txt


André Felipe Rohloff
Fábrica de Software
Parque Tecnológico Itaipu
Foz do Iguaçu - Pr
 


Olá,

Queria algo que conect
e direto na smtp por sockets ou qq coisa do genero.
Como fazemos fo FTP  dentro do script.
Tentei com telnet mas num rola

abraços



Re: e-mail no console

2004-04-14 Thread Gustavo Moda (Yahoo)

André Felipe Rohloff wrote:


Olá,
Eu uso assim nos meus shell scripts

date | mail -s Subject do e-mail  [EMAIL PROTECTED]   mensagem.txt


André Felipe Rohloff
Fábrica de Software
Parque Tecnológico Itaipu
Foz do Iguaçu - Pr
 


Olá,

Queria algo que conect
e direto na smtp por sockets ou qq coisa do genero.
Como fazemos fo FTP  dentro do script.
Tentei com telnet mas num rola

abraços



Re: e-mail no console

2004-04-14 Thread Marcelo Drudi Miranda
Tenta dar uma olhada no pacote expect.

Abraços,
-- 
/*--*
 * Marcelo Drudi Miranda   |   Microelectronics Engineering Student * 
 * Debian GNU/Linux User   |   Linux Registered User #177399*
 *--*/

On Wed, Apr 14, 2004 at 10:22:08AM -0300, Gustavo Moda (Yahoo) wrote:
 André Felipe Rohloff wrote:
 
 Olá,
 Eu uso assim nos meus shell scripts
 
 date | mail -s Subject do e-mail  [EMAIL PROTECTED]   mensagem.txt
 
 
 André Felipe Rohloff
 Fábrica de Software
 Parque Tecnológico Itaipu
 Foz do Iguaçu - Pr
  
 
 Olá,
 
 Queria algo que conect
 e direto na smtp por sockets ou qq coisa do genero.
 Como fazemos fo FTP  dentro do script.
 Tentei com telnet mas num rola
 
 abraços
 
 



RE: E-Mail - NNTP

2004-04-01 Thread Mark McRitchie
Heya,


 From: Rus Foster [mailto:[EMAIL PROTECTED] 
 Hi,
 Can anyone recommened a debian package that allows an email 
 list - nntp
 server for local use? Pyg looks like it will do it but just want to be
 sure..
 

Mailman has a news gateway built in.

Never used the gateway though so can't vouch for it.

Mark.









Salamis Group of Companies -  WWW.SALAMISGROUP.COM

This communication contains information which is confidential and may 
also be privileged. It is for the exclusive use of the intended 
recipient(s). If you are not the intended recipient(s) be advised 
that any form of distribution, copying or use of this communication 
or the information it contains is strictly prohibited and may be 
unlawful. We apologise if you have received this communication in 
error. Please return it to the sender immediately, delete this 
communication from your computer and destroy any copies of it. Any 
views/opinions expressed in this email are that of the author and may 
not reflect the views of Salamis (MI)Ltd. 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: e-mail

2003-10-28 Thread Derrick 'dman' Hudson
On Mon, Oct 27, 2003 at 10:37:14AM -0600, Gaolon O. Hall wrote:
| I had to reload all of my programs including Windows ME because of
| virus infection.  Now I can not get my e-mail up.  Neither Network
| Everywhere or USB ports.  What has happened?

What happened was you installed Windows ME.

Try starting at http://www.debian.org/ instead.

If that doesn't work for you, call 1-800-936-5700 and have a valid
credit card handy.

-D

-- 
A kindhearted woman gains respect,
but ruthless men gain only wealth.
Proverbs 11:16
 
http://dman13.dyndns.org/~dman/


pgp0.pgp
Description: PGP signature


Re: e-mail

2003-10-27 Thread Paul William
This is a debian user list (we use Linux not windows). This is not an
appropriate place to ask for windows help.

Debian users - give this guy a break ;-)

On Tue, 2003-10-28 at 05:37, Gaolon O. Hall wrote:
 I had to reload all of my programs including Windows ME because of
 virus infection.  Now I can not get my e-mail up.  Neither Network
 Everywhere or USB ports.  What has happened?
 Gailon O. Hall
 [EMAIL PROTECTED]
-- 

 .''`. Paul William
: :'  :Debian admin and user
`. `'`
  `-  Debian - when you have better things to do than fixing a system


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: E-Mail Adresse aendern

2003-09-14 Thread Claus
Hi,

wieso machst Du nicht einfach ein unsubscribe und dann subscribe?
Ich glaube alles andere wäre umständlicher.

Claus

Am Son, 2003-09-14 um 17.10 schrieb Frank Niedermann:
 Hallo,
 
 da ich auf meiner GMX-Adresse zu viel Spam-Mails bekomme habe
 ich mir eine neue angelegt. Kann ich die E-Mail Adresse mit der
 ich auf debian-user-german angemeldet bin irgendwo aendern (lassen)?
 
 Gruss,
   Frank


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: E-Mail Attatchement ist nicht brauchbar

2003-07-06 Thread Johannes Bedenbender
Am Fre, 2003-07-04 um 22.53 schrieb Heino Tiedemann:
 Ich bin mir gar nicht sicher, ob es unter Linux einen Viever für diese
 Visitenkarten gibt.
Evolution.

 Outlook benutzt dieses Format, damit man es als Empfänger mit Outlook
 gleich so in sein Adressbuch übernehmen kann. IIRC
Geht mit Evolution auch.

-- 
Powerd by Debian Linux - http://www.debian.org


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



  1   2   >