public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Multi-user pop3 mail delivery
@ 2006-11-17  0:29 Ralph Slooten
  2006-11-17  0:38 ` [gentoo-user] " Ralph Slooten
  0 siblings, 1 reply; 6+ messages in thread
From: Ralph Slooten @ 2006-11-17  0:29 UTC (permalink / raw
  To: gentoo-user

Hi Guys.

I am trying to replace a server setup at one of our client's offices.
They have a domain name, and an email account - both hosted by a 3rd
party. This third party gives them a single pop3 account where all
email is stored (for all <users>@domain.com), downloadable by a single
user login.

Now the old setup (which I had nothing to do with) uses fetchmail to
poll the server every 10 minutes, and then forwards the mail to the
smtp on the localhost.

I have tried to replicate this, but am hitting several disadvantages,
one being that all spam messages sent to non-existing users are
forwarded to the local postmaster account. I keep thinking that there
must be a much more logical way to do this. When I try it without
setting the postmaster messages are not bounced.

How is this setup normally done? The local server has postfix running,
but is *not* accessable from outside directly (firewalled). Mail will
have to be polled I guess.

I am using the following fetchmail conf:

set postmaster "postmaster" set bouncemail set properties "" set
syslog set invisible set daemon 600 poll pop3.server.com
    protocol POP3
    checkalias
    timeout 30
        envelope "Received:"
    localdomains mydomain.com
    user accountuser pass accountpass to * here
    smtphost localhost
    smtpaddress mydomain.com
    fetchall;

Any advice?

Thanks in advance,
Ralph
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-11-18 10:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-17  0:29 [gentoo-user] Multi-user pop3 mail delivery Ralph Slooten
2006-11-17  0:38 ` [gentoo-user] " Ralph Slooten
2006-11-17 10:24   ` Neil Bothwick
2006-11-17 20:42     ` Ralph Slooten
2006-11-17 23:23       ` Neil Bothwick
2006-11-18 10:09         ` Ralph Slooten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox