* fetchmail
@ Scott Howell
` fetchmail Charles Hallenbeck
` fetchmail Kenny Hitt
0 siblings, 2 replies; 11+ messages in thread
From: Scott Howell @ UTC (permalink / raw)
To: speakup
This question is in reference to the Debian installation of Fetchmail. My
question is in reference to the ability of running the daemon system-wide
for all users.
I read the man page and so forth on how to set things up. I have a
Fetchmail user as instructed, set 600 on the fetchmailrc file in /etc,
and so forth. I also put my users information into the file and
everything is configured as it should.
I run the init script and all indications are its working just fine. This
appears to be the case, but where the problem is as follows.
All mail winds up in a fetchmail file in /var/mail and the problem I'm
having is how to then filter the mail from this fetchmail file into
user's mailboxes. It appears to be a file format that mutt can deal with;
mbox/ascii, but what isn't apparent to me is how the mail should get from
there to here.
So, if anyone has setup fetchmail in this manner and could shed some
light on this, I'd appreciate it. I'm going nuts here. I didn't see any
reference anywhere to this /var/mail/fetchmail file so either I'm missing
something or some needs configuring like procmail or something.
tia
Scott
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: fetchmail
fetchmail Scott Howell
@ ` Charles Hallenbeck
` fetchmail Scott Howell
` fetchmail Raul A. Gallegos
` fetchmail Kenny Hitt
1 sibling, 2 replies; 11+ messages in thread
From: Charles Hallenbeck @ UTC (permalink / raw)
To: speakup
Hi Scott,
Recent versions of fetchmail have a keyword called "smtpname"
which redirects messages to a specified user address. I have a
single fetchmail running as a daemon on the root account which
has commands like this in it:
smtpname hallenbeck@localhost
or
smtpname chuckh@localhost
or
smtpname mary@mhonline.net
Not sure what your version is, but check the man page and search
for "smtpname" -- it should do what you want.
HTH - Chuck
On Sat, 28 Sep 2002, Scott Howell wrote:
> This question is in reference to the Debian installation of Fetchmail. My
> question is in reference to the ability of running the daemon system-wide
> for all users.
> I read the man page and so forth on how to set things up. I have a
> Fetchmail user as instructed, set 600 on the fetchmailrc file in /etc,
> and so forth. I also put my users information into the file and
> everything is configured as it should.
> I run the init script and all indications are its working just fine. This
> appears to be the case, but where the problem is as follows.
> All mail winds up in a fetchmail file in /var/mail and the problem I'm
> having is how to then filter the mail from this fetchmail file into
> user's mailboxes. It appears to be a file format that mutt can deal with;
> mbox/ascii, but what isn't apparent to me is how the mail should get from
> there to here.
> So, if anyone has setup fetchmail in this manner and could shed some
> light on this, I'd appreciate it. I'm going nuts here. I didn't see any
> reference anywhere to this /var/mail/fetchmail file so either I'm missing
> something or some needs configuring like procmail or something.
>
> tia
>
> Scott
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
--
The Moon is Waning Gibbous (60% of Full)
So visit me at http://www.valstar.net/~hallenbeck
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: fetchmail
` fetchmail Charles Hallenbeck
@ ` Scott Howell
` fetchmail Kerry Hoath
` fetchmail Raul A. Gallegos
1 sibling, 1 reply; 11+ messages in thread
From: Scott Howell @ UTC (permalink / raw)
To: speakup
Hi Chuck,
Ok thanks. That's interesting and will look that up. Like I said the mail
is showing up, but is ending up in a file that mutt doesn't know about
and probably shouldn't. I will look up the "smtpname" directive and am
hoping it placed in the system-wide file will in fact redirect the mail
coming in for users to their mailboxes as it were.
tnx
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: fetchmail
fetchmail Scott Howell
` fetchmail Charles Hallenbeck
@ ` Kenny Hitt
1 sibling, 0 replies; 11+ messages in thread
From: Kenny Hitt @ UTC (permalink / raw)
To: speakup
Hi. you need to add lines to the /etc/fetchmailrc file for eacher like
user kennyhitt to kennyhitt
You will need an entry for each user on the system.
Kenny
On Sat, Sep 28, 2002 at 12:53:59PM -0400, Scott Howell wrote:
> This question is in reference to the Debian installation of Fetchmail. My
> question is in reference to the ability of running the daemon system-wide
> for all users.
> I read the man page and so forth on how to set things up. I have a
> Fetchmail user as instructed, set 600 on the fetchmailrc file in /etc,
> and so forth. I also put my users information into the file and
> everything is configured as it should.
> I run the init script and all indications are its working just fine. This
> appears to be the case, but where the problem is as follows.
> All mail winds up in a fetchmail file in /var/mail and the problem I'm
> having is how to then filter the mail from this fetchmail file into
> user's mailboxes. It appears to be a file format that mutt can deal with;
> mbox/ascii, but what isn't apparent to me is how the mail should get from
> there to here.
> So, if anyone has setup fetchmail in this manner and could shed some
> light on this, I'd appreciate it. I'm going nuts here. I didn't see any
> reference anywhere to this /var/mail/fetchmail file so either I'm missing
> something or some needs configuring like procmail or something.
>
> tia
>
> Scott
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: fetchmail
` fetchmail Scott Howell
@ ` Kerry Hoath
` fetchmail Scott Howell
0 siblings, 1 reply; 11+ messages in thread
From: Kerry Hoath @ UTC (permalink / raw)
To: speakup
No scott what you want is the
user blah there i s user blah here stuff.
Here is an example although check syntax
poll host.mymail.com
protocol pop3
user bob
pass letmein
user bob there is alice here
poll othermail.provider.com
protocol pop3
user alice
pass fashion
user alice there is dafney here
Now this could be wrongly formatted; in the wrong part of the file etc
but you want to read about multidrop mode.
Using fetchmail as a mail redirector is no substitute for running an MTA
so keep that in mind.
On Sat, Sep 28, 2002 at 02:45:09PM -0400, Scott Howell wrote:
> Hi Chuck,
>
> Ok thanks. That's interesting and will look that up. Like I said the mail
> is showing up, but is ending up in a file that mutt doesn't know about
> and probably shouldn't. I will look up the "smtpname" directive and am
> hoping it placed in the system-wide file will in fact redirect the mail
> coming in for users to their mailboxes as it were.
>
> tnx
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
--
Kerry Hoath: kerry@gotss.net kerry@gotss.eu.org or kerry@gotss.spice.net.au
ICQ: 8226547 msn: kerry@gotss.net Yahoo: kerryhoath@yahoo.com.au
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: fetchmail
` fetchmail Kerry Hoath
@ ` Scott Howell
0 siblings, 0 replies; 11+ messages in thread
From: Scott Howell @ UTC (permalink / raw)
To: speakup
Kerry,
Maybe I'm on the wrong track all together.
Here is my setup and tell me what you think.
I could use imap or something perhaps, but I choose not to do so for any
hosts on my network and if I wish to get mail from outside, I'd rather
pull it all down instead of using imap.
Ok, my box@domain is the machin I sit at and twiddle my thumbs,
remote@mydomain is the server where mail is sent and thus the machine I
pull mail down from.
What I did is to use Fetchmail to pop the mail from remote@mydomain from,
and of course mymybox@domain is where I read the excellent offersing and
reply to them from.
I assume what your saying here is the following is the better method for
redirecting mail as opposed to using the smtpname directive which btw,
works fine. I have nto of course tried this with another user's account
and maybe this is the problem I'll run into. So, is there in fact a
better way to do what I want?
I run Postfix here which the mail is sent out on back to remote@mydomain.
If there is a better way please do tell. I'm always open to better
methods. I started down this road because I wanted some means for mail to
hit this machine regardless if I was logged into it or not being as I do
not grab mail from the outside at this point, but am keeping that option
open by turning off what method and on when I wish.
I checked out Fetchmail running as itself in a "system-wide" method and I
couldn't get the mail from /var/mail/fetchmail file into my personal
/var/mail/showell mailbox.
The smtpname directive solved this problem. So, your method is the same
or different? I'll look up that info you provided to see the differences.
thanks
Scott
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: fetchmail
` fetchmail Charles Hallenbeck
` fetchmail Scott Howell
@ ` Raul A. Gallegos
` fetchmail Igor Gueths
1 sibling, 1 reply; 11+ messages in thread
From: Raul A. Gallegos @ UTC (permalink / raw)
To: speakup
The older versions of fetchmail might require the is command... for example:
rgallegos is raul
Meaning that the user rgallegos on the remote system gets delivered to the
local user raul on the local system.
Good luck.
----- Original Message -----
From: "Charles Hallenbeck" <hallenbeck@valstar.net>
To: <speakup@braille.uwo.ca>
Sent: Saturday, September 28, 2002 1:26 PM
Subject: Re: fetchmail
> Hi Scott,
> Recent versions of fetchmail have a keyword called "smtpname"
> which redirects messages to a specified user address. I have a
> single fetchmail running as a daemon on the root account which
> has commands like this in it:
>
> smtpname hallenbeck@localhost
>
> or
>
> smtpname chuckh@localhost
>
> or
>
> smtpname mary@mhonline.net
>
> Not sure what your version is, but check the man page and search
> for "smtpname" -- it should do what you want.
>
> HTH - Chuck
>
>
> On Sat, 28 Sep 2002, Scott Howell wrote:
>
> > This question is in reference to the Debian installation of Fetchmail.
My
> > question is in reference to the ability of running the daemon
system-wide
> > for all users.
> > I read the man page and so forth on how to set things up. I have a
> > Fetchmail user as instructed, set 600 on the fetchmailrc file in /etc,
> > and so forth. I also put my users information into the file and
> > everything is configured as it should.
> > I run the init script and all indications are its working just fine.
This
> > appears to be the case, but where the problem is as follows.
> > All mail winds up in a fetchmail file in /var/mail and the problem I'm
> > having is how to then filter the mail from this fetchmail file into
> > user's mailboxes. It appears to be a file format that mutt can deal
with;
> > mbox/ascii, but what isn't apparent to me is how the mail should get
from
> > there to here.
> > So, if anyone has setup fetchmail in this manner and could shed some
> > light on this, I'd appreciate it. I'm going nuts here. I didn't see any
> > reference anywhere to this /var/mail/fetchmail file so either I'm
missing
> > something or some needs configuring like procmail or something.
> >
> > tia
> >
> > Scott
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
> --
> The Moon is Waning Gibbous (60% of Full)
> So visit me at http://www.valstar.net/~hallenbeck
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: fetchmail
` fetchmail Raul A. Gallegos
@ ` Igor Gueths
0 siblings, 0 replies; 11+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: speakup
Hi. On fetchmail-5.9.11 this command is replaced by smtpname user@host.
microsoft dialogue
This company has performed an illegal operation and will be shut down.
If the problem persists, delete winblows and install linux
close button
On Mon, 30 Sep 2002, Raul A. Gallegos wrote:
> The older versions of fetchmail might require the is command... for example:
>
> rgallegos is raul
>
> Meaning that the user rgallegos on the remote system gets delivered to the
> local user raul on the local system.
>
> Good luck.
>
> ----- Original Message -----
> From: "Charles Hallenbeck" <hallenbeck@valstar.net>
> To: <speakup@braille.uwo.ca>
> Sent: Saturday, September 28, 2002 1:26 PM
> Subject: Re: fetchmail
>
>
> > Hi Scott,
> > Recent versions of fetchmail have a keyword called "smtpname"
> > which redirects messages to a specified user address. I have a
> > single fetchmail running as a daemon on the root account which
> > has commands like this in it:
> >
> > smtpname hallenbeck@localhost
> >
> > or
> >
> > smtpname chuckh@localhost
> >
> > or
> >
> > smtpname mary@mhonline.net
> >
> > Not sure what your version is, but check the man page and search
> > for "smtpname" -- it should do what you want.
> >
> > HTH - Chuck
> >
> >
> > On Sat, 28 Sep 2002, Scott Howell wrote:
> >
> > > This question is in reference to the Debian installation of Fetchmail.
> My
> > > question is in reference to the ability of running the daemon
> system-wide
> > > for all users.
> > > I read the man page and so forth on how to set things up. I have a
> > > Fetchmail user as instructed, set 600 on the fetchmailrc file in /etc,
> > > and so forth. I also put my users information into the file and
> > > everything is configured as it should.
> > > I run the init script and all indications are its working just fine.
> This
> > > appears to be the case, but where the problem is as follows.
> > > All mail winds up in a fetchmail file in /var/mail and the problem I'm
> > > having is how to then filter the mail from this fetchmail file into
> > > user's mailboxes. It appears to be a file format that mutt can deal
> with;
> > > mbox/ascii, but what isn't apparent to me is how the mail should get
> from
> > > there to here.
> > > So, if anyone has setup fetchmail in this manner and could shed some
> > > light on this, I'd appreciate it. I'm going nuts here. I didn't see any
> > > reference anywhere to this /var/mail/fetchmail file so either I'm
> missing
> > > something or some needs configuring like procmail or something.
> > >
> > > tia
> > >
> > > Scott
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> >
> > --
> > The Moon is Waning Gibbous (60% of Full)
> > So visit me at http://www.valstar.net/~hallenbeck
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: Fetchmail
@ Dawes, Stephen
0 siblings, 0 replies; 11+ messages in thread
From: Dawes, Stephen @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Check your math!
The -d 600 that you show in your note, as I understand fetchmail
configuration is the number of seconds between checks.
So, the last time I did math:
5 * 60 = 300
Or in other words:
600 / 60 = 10
So you are telling fetchmail to check every 10 minutes not 5 minutes as
you posted in your note.
That is assuming that you are not using some funky form of new math.
Steve Dawes
Phone: (403) 268-5527
Email: SDawes@calgary.ca
NOTICE::
This communication is intended ONLY for the use of the person or entity named above and may contain information that is confidential or legally privileged. If you are not the intended recipient named above or a person responsible for delivering messages or communications to the intended recipient, YOU ARE HEREBY NOTIFIED that any use, distribution, or copying of this communication or any of the information contained in it is strictly prohibited. If you have received this communication in error, please notify us immediately by telephone and then destroy or delete this communication, or return it to us by mail if requested by us. The City of Calgary thanks you for your attention and cooperation.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Fetchmail
Fetchmail Rejean Proulx
@ ` Christopher Moore
0 siblings, 0 replies; 11+ messages in thread
From: Christopher Moore @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
I run fetchmail with the -d option so that it checks every few minutes.
fetchmail -d 600
will get the mail every 5 minutes.
Chris
^ permalink raw reply [flat|nested] 11+ messages in thread
* Fetchmail
@ Rejean Proulx
` Fetchmail Christopher Moore
0 siblings, 1 reply; 11+ messages in thread
From: Rejean Proulx @ UTC (permalink / raw)
To: speakup
I am trying to configure fetchmail and start it as a daemon so I can fetch
more than one address and forward it to more than one account. Does anyone
know how to do this? So far, I have some files that let you do 1 account
every time you enter the command fetchmail. but I can't figure out how to
start it as a deamon and let it fetch mail every few minutes. The
documentation is not good for this package, unless there is a web site I
haven't found yet.
Rejean Proulx
Visit my family at http://interfree.ca
MSN is: rejp@rogers.com
Ham License VA3REJ
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
fetchmail Scott Howell
` fetchmail Charles Hallenbeck
` fetchmail Scott Howell
` fetchmail Kerry Hoath
` fetchmail Scott Howell
` fetchmail Raul A. Gallegos
` fetchmail Igor Gueths
` fetchmail Kenny Hitt
Fetchmail Rejean Proulx
` Fetchmail Christopher Moore
Fetchmail Dawes, Stephen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).