Tim Legant wrote:
> 
> > A simple filter on the end of a syslog line should do the
> > business. In theory it could build a database for all senders on
> > one server (assuming it knows or can map outgoing e-mail
> > addresses to Unix users).
> 
> I'm not sure I understand what you want to do here.  Are you saying
> that you would build one large whitelist based on all outgoing mail on
> the server and then anyone could reference that in their incoming
> filter?  What if I'm a user on your machine and I really don't want to
> get mail from one of your idiot friends <wink>?

No, that it would do the same as tofmipd, but do it at the far
end of mail sending not go between client and SMTP server.

I see the problem (one of) is mapping outgoing mail address to
Unix user, tofmipd does that by making them authenticate, I just
wasn't over keen at more software between me and my MTA.

> Be sure to set BARE_APPEND to a file

Yes, I got tofmipd up and running easily enough, and
authenticating against imap://localhost:143 (hopefully no one
will intercept my plain text authentication localhost to
localhost ;-), adding users to my whitelist already.

The documentation is a little vague on /etc/tofmipd, seems even
if you authenticate against IMAP or similar you still need the
file, with correct permissions, with nothing in. The topmipd
help or FAQ should say as much I think, or maybe the code should
only check for the file if it is in use.

As Python binds straight to Berkeley sockets "-p :port" seems to
listen on all interfaces. Might this be worth adding to the
online help, or is this obvious to everyone but me?

i.e.
"
    -p <[host]:port>     --proxyport <[host]:port>
        The host:port to listen for incoming connections on.  The
        default is FQDN:8025 (i.e, port 8025 on the fully qualified
        domain name for the local host). 
        If host is omitted the port is listened to on all IPv4
interfaces.
"

> I don't know if that will work for you because I don't know your
> configuration with regard to external users and relaying.

Thanks, I think having played a bit more with tofmipd the
question was slightly naive, but only slightly ;-) Fully
integrating it with an MTA requires specific configuration
options for the MTA, like SMTP authentication, I just wondered
if there was a quick and dirty way to integrate with Postfix for
a very scalable solution, not that I need a very scalable
solution today, as it is just me for the moment.

 Thanks,

 Simon
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to