José Romildo Malaquias | 6 Apr 2002 14:54
Picon

[fetchmail]Distinct destinations to messages fetched with fetchmail from different mail servers

Hello.

I am happy using fetchmail to fetch my mail messages from my ISP provider
POP3 server. When received in my local mail box, these messages passes
through procmail, which put them in defferent mail folders according
to some criteria I have established in the procmail recipe file.

Now I need to fetch mail messages also from a new server (my university).
These mail should not be classified by my procmail recipe as are the
ones from the ISP provider. Instead they should go directly to a
specific mail folder.

How can I configure my Red Hat Linux 7.2 system to cope with this
situation? My current .fetchmailrc file is attached.

Certainly the adition of a rule for the new server is not enough.
May I have to put some new (unique) mark in the header of the messages
from the new server and add a rule in my procmail recipe to
identify such messages, remove the added mark and save it to
the mail folder it belongs to. Is this doable with
fetchmail? If yes, how? Maybe this is the ideal solution, as
later I may decide to do more sofisticated filtering with
the messages with procmail.

Another solution would be to not pass through procmail and
save the messages from the new server directly to their
mail folder. Is this doable? If yes how?

Regards.

(Continue reading)

Per Jessen | 15 Apr 2002 23:34
Picon
Favicon

Re: [fetchmail]Spool file convert to dbmail

On Mon, 15 Apr 2002 21:59:54 +0200, Kasper Haagensen wrote:

>Hi
>

Hi Kasper.

I'm not totally sure I understood your question, but here is a
link about asking questions on mailing-lists such as this - 
(somewhat appropriate on the fetchmail list :-)

http://www.tuxedo.org/%7Eesr/faqs/smart-questions.html
(found this on www.eclipse.org, btw).

Seriously, I didn't understand exactly what you were trying to 
achieve, but perhaps somebody else might have ?

rgds,
Per Jessen

regards,
Per Jessen, Zurich
http://www.enidan.com - home of the J1 serial console.

Windows 2001: "I'm sorry Dave ...  I'm afraid I can't do that."

Jason Tishler | 29 Apr 2002 14:03

[fetchmail]Cygwin Winsock recv/WSARecv(..., MSG_PEEK) patch

Eric,

Attached is a patch (against fetchmail 5.9.11) that works around the
Microsoft Winsock recv/WSARecv(..., MSG_PEEK) problem that I originally
post to fetchmail-friends in:

    http://lists.ccil.org/pipermail/fetchmail-friends/2001-August/000906.html

This patch is essentially the same as the one that I posted in:

    http://www.cygwin.com/ml/cygwin/2001-08/msg00628.html

but cleaned up as follows:

    o Cygwin specific code is guarded by conditional compilation
    o log messages use report() instead of printf()
    o log messages respect the --silent/--verbose options

Would you consider accepting this patch into fetchmail CVS?  Note the
following:

    o Unfortunately, this problem cannot be fixed or worked around in
      the Cygwin DLL itself.
    o I have tested this patch under Red Hat Linux 7.1 without any ill
      effects.
    o I intend to become the Cygwin fetchmail (and procmail) maintainer
      and will be contributing pre-built fetchmail (and procmail)
      tarballs to the standard Cygwin distribution.

BTW, please CC me since I am not subscribed to the fetchmail-friends
(Continue reading)

shawn | 1 Apr 2002 05:55
Picon
Favicon

Re: [fetchmail]Passing hostname when connecting to local MTA

Can someone please unsubscribe me from this list. I've followed the link 
at the bottom of the messages and I can't figure out where the 
'unsubscribe' button is located.

thanks . . .shawn

Jorge Godoy wrote:

>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>
>Hi,
>
>
>Is it possible for fetchmail to make fetchmail identify itself with
>the hosts FQDN? Today, I have it being identified as 'localhost'.
>
>======================================================================
>Mar 27 17:00:46 wintermute postfix/smtpd[21095]: connect from localhost[127.0.0.1]
>Mar 27 17:00:46 wintermute postfix/smtpd[21095]: 46EEF576B8: client=localhost[127.0.0.1]
>Mar 27 17:00:46 wintermute postfix/cleanup[21092]: 46EEF576B8: message-id=<200203271016010390.004F204B <at> 192.168.0.3>
>Mar 27 17:00:46 wintermute postfix/qmgr[20916]: 46EEF576B8:
from=<linux-br-return-159895-godoy=metalab.unc.edu <at> bazar.conectiva.com.br>, size=2847,
nrcpt=1 (queue active)
>Mar 27 17:00:46 wintermute postfix/local[21094]: 46EEF576B8: to=<godoy <at> heilel.mine.nu>,
relay=local, delay=0, status=sent (mailbox)
>Mar 27 17:00:56 wintermute postfix/smtpd[21091]: disconnect from localhost[127.0.0.1]
>======================================================================
>
(Continue reading)

Pavel | 1 Apr 2002 09:27
Picon

[fetchmail]Question

Hello fetchmail-friends,

  Can someone help me please?
  Can fetchmail start up and get mail from mail server in Internet
  when user in local network connect to pop3 server to get his mail?

--

-- 
Best regards,
 Pavel                          mailto:pavel7331 <at> mail.ru

_______________________________________________
Fetchmail-friends mailing list
Fetchmail-friends <at> lists.ccil.org
http://lists.ccil.org/mailman/listinfo/fetchmail-friends

Eric S. Raymond | 1 Apr 2002 10:07
Picon
Gravatar

[fetchmail]Re: fetchmail possible bug

Maxim Krikuha <maxim <at> inmarket.ru>:
> Hello there.
> 
> I found problem when using fetchmail
> with qmail server.
> 
> There is one mailbox for all users in the
> domain on the qmail server #1. And there
> is other qmail server #2 with the same domain
> and real mailboxes for every user.
> I want server #2 to fetch all mail from
> mailbox on server #1 and deliver it into
> his mailboxes.
> 
> To envelope the original recipient of the
> message I use envelope 1 "Delivered-To".
> Then I wrote dropdelivered to remove
> all Delivered-To headers. Otherwise
> qmail #2 thinks that there is a message loop.
> But that is phisically other server
> and things really go right way.
> 
> I belived that everything should work fine.
> But seems like fethcmail throws away
> Delivered-To headers BEFORE it uses
> them to envelope addresses.
> So, all messages arrive to postmaster not
> to original recipient.
> 
> Is there a way to fix a problem?
(Continue reading)

Jakob Hirsch | 1 Apr 2002 13:41
Picon
Gravatar

Re: [fetchmail]Question

Hi,

>   Can fetchmail start up and get mail from mail server in Internet
>   when user in local network connect to pop3 server to get his mail?

Surely. You just have to write a script that watches /var/log/messages
(or wherever your pop3-server logs to) and kicks off fetchmail if it
sees a pop3-login. Or, if your pop3-server is able to do this (like e.g.
tpop3d) you could start fetchmail by the pop3-server.

--
Jakob

_______________________________________________
Fetchmail-friends mailing list
Fetchmail-friends <at> lists.ccil.org
http://lists.ccil.org/mailman/listinfo/fetchmail-friends

Rob MacGregor | 1 Apr 2002 19:35
Picon
Favicon

Re: [fetchmail]Passing hostname when connecting to local MTA

>From: Jorge Godoy <godoy <at> conectiva.com>
>
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>
>Hi,
>
>
>Is it possible for fetchmail to make fetchmail identify itself with
>the hosts FQDN? Today, I have it being identified as 'localhost'.

AFAIK fetchmail connects by default to the SMTP server on localhost.  Just 
tell it to use whatever SMTP server address you want - see "smtphost" in the 
man page.

    Please don't CC me on anything sent to mailing lists or send
        me email directly unless it's a privacy issue, thanks.
--
Rob  |  Ask questions the smart way:
                http://www.tuxedo.org/~esr/faqs/smart-questions.html

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

_______________________________________________
Fetchmail-friends mailing list
Fetchmail-friends <at> lists.ccil.org
http://lists.ccil.org/mailman/listinfo/fetchmail-friends

(Continue reading)

Eric S. Raymond | 2 Apr 2002 03:51
Picon
Gravatar

[fetchmail]The 5.9.11 release of fetchmail is available

The 5.9.11 release of fetchmail is now available at the usual locations,
including <URL:http://www.tuxedo.org/~esr/fetchmail>.

The source archive is available at:
<URL:http://www.tuxedo.org/~esr/fetchmail/fetchmail-5.9.11.tar.gz>

Here are the release notes:

fetchmail-5.9.11 (Mon Apr  1 17:09:13 EST 2002), 21597 lines:

* Updated Turkish and Japanese translations.
* Added warning about auth failures on the GMX server.
* HMH's Debian 5.9.10 patches:
1. Fix minor typo in FAQ
2. Fix partial implementation of ESMTP auth, and some minor
   fetchmailconf stuff
3. Add proper error reporting to bad logfile creation.
   patch by Sunil Shetye <shetye <at> bombay.retortsoft.com>
4. Fix incredible aggravating bug that caused dataloss
   risks if 4xx errors were returned by the MTA
5. Corrected version of the fix-timeouts-for-ssl and descriptor
   leaking patches from Sylvain Benoist <sylvainb <at> whitepj.com>
   Also fix outdated comments in driver.c
6. Sunil Shetye's patch to stop fetchmail from trying to fetch
   twice with IMAP
7. Stop stupid complaint about turning off SSL being illegal
   without SSL support.
8. Byrial Jensen <byrial <at> image.dk> i18n fixes
* Sunil Shetye's attribute patch.
* HMH's revised but untested SMTP authentication patch.
(Continue reading)

Gerrit P. Haase | 2 Apr 2002 11:21
Picon

[fetchmail]aclocal.m4 is buggy (fetchmail-5.9.11)

Hallo fetchmail-friends,

I'm getting this during configure:

checking version of bison... v. ?.??, bad

I have:
$ bison -V
bison (GNU Bison) 1.34

And aclocal.m4 looks like this:
...`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison .* \([0-9]*\.[0-9.]*\).*$/\1/p'`
                                                     ^^^
                                                   This space
                                                   isn't there
                                                   in the output of
                                                   bison --version

It seems this aclocal.m4 is based on some older template (or a buggy
one).  IIRC it was a bug in gettext.m4 before gettext-0.10.40.

Gerrit
--

-- 
$ make signature
make: *** No rule to make target `signature'.  Stop.

_______________________________________________
Fetchmail-friends mailing list
Fetchmail-friends <at> lists.ccil.org
http://lists.ccil.org/mailman/listinfo/fetchmail-friends
(Continue reading)


Gmane