Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
TMDA and Postfix
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Sixpak
n00b
n00b


Joined: 01 Feb 2003
Posts: 12

PostPosted: Fri Feb 07, 2003 9:13 pm    Post subject: TMDA and Postfix Reply with quote

Hello all,

New to Gentoo here so please bare with me :wink:

Emerged Postfix, configured, works wonderfully!

Emerged TMDA after checking it out. Sounds like a GREAT solution in the spam fighting wars. Can't seem to locate the config files it references.

Where are the config files? I can't find those, the samp[le files the install mentions, nothing but the binaries and 3 confirm/bounce messages.
_________________
When one just isn't enough...

Sixpak
Back to top
View user's profile Send private message
PT_LAmb
Guru
Guru


Joined: 22 Apr 2002
Posts: 332
Location: Lisboa (Lisbon), Portugal

PostPosted: Sat Feb 08, 2003 7:06 am    Post subject: Re: TMDA and Postfix Reply with quote

Sixpak wrote:
Where are the config files? I can't find those, the samp[le files the install mentions, nothing but the binaries and 3 confirm/bounce messages.

Hi,

You can find all the merge files from a package using qpkg -l <package_name>
If you don't have qpkg, retry after emerge gentoolkit
I hope this will do it.

Good Luck,
Ricardo Cordeiro :)
_________________
SETI@Home - http://setiathome.ssl.berkeley.edu/


Last edited by PT_LAmb on Mon Feb 10, 2003 6:09 am; edited 1 time in total
Back to top
View user's profile Send private message
Sixpak
n00b
n00b


Joined: 01 Feb 2003
Posts: 12

PostPosted: Sat Feb 08, 2003 8:34 pm    Post subject: Reply with quote

Nice useful tool.. thanks :)

OK... I'm shamefully completely confused and lost at this point.

Here's the scenario:

Server sitting behind a router (Gentoo) using postfix for my SMTP. I want to use TMDA to stop the 50+ spams that we recieve daily. I have four windows client computers used by four family members all receiving thier mail thru Outlook Express from the server. None of the email account have shell access for security reasons.

I *think* I HAD postfix working correctly till I borked it up trying to get procmail to run (didn't really want/need it, but EVERY install instruction seems to include procmail for some reason).

I've screwed myself completely :(

Thank God I still have sendmail running on the old RedHat server or we wouldn't be getting any mail at all.

I need install instructions for getting TMDA running on a Postfix mail server (preferably without procmail seeing as I don't think I need it, but hell I'll install it if neccessary)

I'm about to do an "emerge -C postfix procmail tmda" due to high frustration levels. I REALLY need some guidance here :cry:
_________________
When one just isn't enough...

Sixpak
Back to top
View user's profile Send private message
PT_LAmb
Guru
Guru


Joined: 22 Apr 2002
Posts: 332
Location: Lisboa (Lisbon), Portugal

PostPosted: Mon Feb 10, 2003 6:36 am    Post subject: Reply with quote

I have never configured a mail server, besides ssmtp, so I really don't know how to help you.

Wait a bit, I'm sure someone else can help you.

Good luck,
Ricardo Cordeiro :)
_________________
SETI@Home - http://setiathome.ssl.berkeley.edu/
Back to top
View user's profile Send private message
Sixpak
n00b
n00b


Joined: 01 Feb 2003
Posts: 12

PostPosted: Thu Feb 13, 2003 1:26 am    Post subject: Reply with quote

The good news is I FINALLY resolved the last of my issues regarding configuring postfix to work correctly. The whole family is happily getting email again!

That includes the spam :(

Still haven't gotten procmail or tmda working yet. Suggestions anyone? Config files? Hand-holding?
_________________
When one just isn't enough...

Sixpak
Back to top
View user's profile Send private message
PT_LAmb
Guru
Guru


Joined: 22 Apr 2002
Posts: 332
Location: Lisboa (Lisbon), Portugal

PostPosted: Thu Feb 13, 2003 4:00 am    Post subject: Reply with quote

Hi,

I have just remembered! Do you know about SpamAssasin?

Check 27th of January GWN, Tips & Tricks section.

I hope this one cheers you up,
Ricardo Cordeiro :)
_________________
SETI@Home - http://setiathome.ssl.berkeley.edu/
Back to top
View user's profile Send private message
Sixpak
n00b
n00b


Joined: 01 Feb 2003
Posts: 12

PostPosted: Thu Feb 13, 2003 11:20 pm    Post subject: Reply with quote

Ahhh!!! Beautiful!

Not only do I have procmail working, but SpamAssassin too!

I wish the tips and tricks were archived somewhere. Now I'm going to have to read all the old ones to see if there are any more goodies I missed :)

Thank You very much Ricardo!

I'm still going to work on getting tmda to run, but I'm MUCH closer now!

I'll also report back to how well Spam Assassin is working.

Thanks again!
_________________
When one just isn't enough...

Sixpak
Back to top
View user's profile Send private message
Hellfire
n00b
n00b


Joined: 09 May 2002
Posts: 54
Location: Madison, WI

PostPosted: Mon Feb 17, 2003 4:37 pm    Post subject: Reply with quote

Postfix generically does an excellent job of giving you spam-prevention capability.

Adding in RBL testing can significantly reduce the UCE that your server accepts and is easy to add in. Be sure to check out the servers first so that you:
a) know you're not violating their terms of use
b) know their criteria for blocking servers

If you are haven't looked into it yet you can add in support like such in your main.cf
Code:
smtpd_recipient_restrictions =
reject_rbl_client relays.ordb.org,
reject_rbl_client relays.osirusoft.com,
permit


I process a few thousand emails a day through my servers and those tests alone block over a hundred bad mails. That's not a complete recipien_restriction field however, just copying it in verbatim will likely break your existing setup.

-h
Back to top
View user's profile Send private message
Sixpak
n00b
n00b


Joined: 01 Feb 2003
Posts: 12

PostPosted: Mon Feb 17, 2003 5:57 pm    Post subject: Reply with quote

I've already configured some heavy duty spam fighting in postfix (which is working wonderfully I might add).

Code:
maps_rbl_domains = relays.ordb.org
smtpd_recipient_restrictions = reject_unknown_client, permit_mynetworks, reject_maps_rbl, reject_unauth_destination
smtpd_client_restrictions = reject_unknown_client, reject_maps_rbl


Ahhh.. crap... Comparing your's and mine, I just realized I hadn't changed maps_rbl_domains to reject_rbl_clients. (still works, but I need to make the change)

Anyway, where I'm at now is correctly configuring .procmail to run spam assasin. I'm using mozilla to access my email thru IMAP but the headers aren't showing spam assassin doing anything. The log is blank as well. Once I get spam assassin running, then it'll be tmda.

My wife receives about 20+ spam messages a day... even AFTER making those changes in postfix. She used to receive 50+. Mine have dropped from 20+ to about 5 a day. So Postfix IS working, I just want to get more aggressive. Please note... our email addy's are both over six years old. We just don't feel like changing them, hence my aggressive fight on the server end.
_________________
When one just isn't enough...

Sixpak
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum