Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2002 05:12:31 -0800 (PST)
From:      Bill Schoolcraft <bill@wiliweld.com>
To:        Andreas Ntaflos <ntaflos.andreas@gmx.net>
Cc:        Tom Kersten <tomkersten98@yahoo.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Is fetchmail with Cox possible?????
Message-ID:  <Pine.GSO.4.21.0203070506160.3169-200000@corten10.billschoolcraft.com>
In-Reply-To: <20020307092804.A93726@Deadcell.ant>

next in thread | previous in thread | raw e-mail | index | archive | help
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.
  Send mail to mime@docserver.cac.washington.edu for more info.

--lrZ03NoBR/3+SXJZ
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-ID: <Pine.GSO.4.21.0203070506162.3169@corten10.billschoolcraft.com>
Content-Disposition: INLINE

At Thu, 7 Mar 2002 it looks like Andreas Ntaflos composed:

> On Wed, Mar 06, 2002 at 06:15:50PM -0800, Tom Kersten wrote:
> > 
> > thanks for the reply...I have tried that also, the
> > result is the same, I just happened to give you this
> > version. Unless I have to do something other than
> > restart fetchmail, that doesn't seem to solve the
> > problem. Thanks for the reply...any other ideas???
> > 
> 
> It may be a sendmail issue, too. You could try first not running fetchmail in
> daemon mode but start it normally and have it being verbous: fetchmail -v
> This may give you some more info on what is going on while fetchmail fetches
> mail. 
> 

Hmm, why don't we bypass sendmail altogether and do what I do to
test this:


(there is 3 lines total here in my ~/.fetchmailrc)

set daemon 300 

poll <your_POP_address> with protocol POP3:  

user <POP_account_name> there with password <POP_password> is
<local_username> here mda "/usr/local/bin/procmail -f - "


__
|<-----------------------|_72_Characters_Wide_|----------------------->|
Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX,
A Way Of Life."  _\_v http://forwardslashunix.com


--lrZ03NoBR/3+SXJZ
Content-Type: TEXT/PLAIN; CHARSET=us-ascii
Content-ID: <Pine.GSO.4.21.0203070506163.3169@corten10.billschoolcraft.com>
Content-Description: 
Content-Disposition: ATTACHMENT; FILENAME="Deadcell.ant.mc"

divert(-1)
#
#  (c) ANT
#
#  Taken a generic sendmail.mc for 4.4BSD based systems
#  and modified it according to my needs

#  The best documentation for this .mc file is:
#  /usr/src/contrib/sendmail/cf/README
#

divert(0)dnl
include(/usr/share/sendmail/cf/m4/cf.m4)
VERSIONID(`My own sendmail config (c) by ANT')
OSTYPE(bsd4.4)dnl
DOMAIN(generic)dnl
define(`confFROM_HEADER',`gmx.net')dnl
MASQUERADE_AS(`gmx.net')dnl
FEATURE(relay_based_on_MX)dnl
FEATURE(masquerade_envelope)dnl
dnl FEATURE(mailertable, `hash -o /etc/mail/mailertable')dnl
FEATURE(`access_db', `hash /etc/mail/access')dnl
dnl FEATURE(blacklist_recipients)dnl
FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')dnl
FEATURE(`genericstable',`hash -o /etc/mail/genericstable')dnl
dnl FEATURE(`aliases',`hash -o /etc/mail/aliases')dnl
FEATURE(`always_add_domain')dnl
dnl Uncomment to activate Realtime Blackhole List (recommended!)
dnl information available at http://maps.vix.com/rbl/
dnl FEATURE(dnsbl)dnl
dnl Many sites reject email connections from dialup ip addresses
dnl by using the MAPS Dial-up User List (DUL).  http://maps.vix.com/dul/
dnl Dialup users should uncomment and define this appropriately
define(`SMART_HOST', `mail.gmx.net')dnl
FEATURE(local_lmtp)dnl
define(`LOCAL_MAILER_FLAGS', LOCAL_MAILER_FLAGS`'P)dnl
dnl Uncomment the first line to change the location of the default
dnl /etc/mail/local-host-names and comment out the second line.
dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')dnl
define(`confCW_FILE', `-o /etc/mail/local-host-names')dnl
define(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl
define(`confMAX_MIME_HEADER_LENGTH', `256/128')dnl
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')dnl
MAILER(local)dnl
MAILER(smtp)dnl
MAILER(procmail)dnl

--lrZ03NoBR/3+SXJZ--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.21.0203070506160.3169-200000>