Re: [gentoo-dev] Anti-spam changes: proposal to drop spammy mail

2015-05-23 Thread Niels Dettenbach (Syndicat.com)
> Am 23.05.2015 um 16:20 schrieb Rich Freeman : > > With Gmail I can have an email with 14 tags. Via IMAP it shows up as > if it were in 14 folders at the same time. It is a bit kludgy, but it > at least works. This is NOT part of a mail service - it is part of a mail client. There are differe

Re: [gentoo-dev] Anti-spam changes: proposal to drop spammy mail

2015-05-23 Thread Niels Dettenbach (Syndicat.com)
> Am 23.05.2015 um 16:23 schrieb Ciaran McCreesh > : > > But Google doesn't make me change my email address every two years as I > move, or as ISPs get bought out or go bust. Think a bit about your own non-sense: 1.) gmail is much younger then many of really professional mail providers today.

Re: [gentoo-dev] Anti-spam changes: proposal to drop spammy mail

2015-05-23 Thread Niels Dettenbach (Syndicat.com)
> Am 23.05.2015 um 15:07 schrieb Rich Freeman : > > Well, besides not being browser-based as far as I can tell, without > integration with the IMAP server those emails in multiple directories > won't show up in multiple directories when accessed from any other > client. This is a behavior of your

Re: [gentoo-dev] Anti-spam changes: proposal to drop spammy mail

2015-05-22 Thread Niels Dettenbach (Syndicat.com)
> Am 23.05.2015 um 08:18 schrieb J. Roeleveld : > >> I'd REALLY like to see a FOSS alternative to Gmail (a good one, that >> is), and ditto for Google docs (or whatever the latest branding for >> that is). There is nothing magical about cloud-based services any more >> than there is anything magi

Re: [gentoo-dev] Anti-spam changes: proposal to drop spammy mail

2015-05-12 Thread Niels Dettenbach
d customer satisfaction...). But the time where "i set up a public internet mail server today" from zero is over - and i'm not very frustrated about this, because WE as the mail providers had to fiddle with the crap and misconfigs of others plus their resulting abusive traffic

Re: [gentoo-dev] Anti-spam changes: proposal to drop spammy mail

2015-05-12 Thread Niels Dettenbach
sender_host_name $sender_host_address . ( See http://www.syndicat.com/faq/email/rfc_ignorant/ ) --- snap --- then RDNSBL: deny = sbl-xbl.spamhaus.org : cbl.abuseat.org : zen.spamhaus.org : b.barracudacentral.org : psbl.surriel.com : ix.dnsbl.manitu.net warn = dnsbl-3.uceprotect.n

Re: [gentoo-dev] Anti-spam changes: proposal to drop spammy mail

2015-05-11 Thread Niels Dettenbach
fic - at least proven hardly abusive or what the majority of mail server admins understands as "abusive" (otherwise your own users mails get blocked from others). This means that you WILL block emails from regular users too, unable to send a "correct" email. hth a bit, Niels. -

Re: [gentoo-dev] Anti-spam changes: proposal to drop spammy mail

2015-05-11 Thread Niels Dettenbach
il system is a simple job today, but running a reliable internet email service on a more professional level is a real job which takes time and knowledge in maintaining that service - far over the setup details of a SMTP daemon (i.e. a proper DNS setup with PTR, DKIM, SPF, abuse contacts a

Re: [gentoo-dev] contribution of ebuilds? Update for media-sound/darkice

2011-12-01 Thread Niels Dettenbach
Am Donnerstag, 1. Dezember 2011, 04:44:23 schrieb Dale: > Look around for how to be a proxy maintainer. I think that is what you > are looking for. > > Good luck. Thank you very much for this hint. best regards, Niels. -- --- Niels Dettenbach Syndicat IT&Internet http://

[gentoo-dev] contribution of ebuilds? Update for media-sound/darkice

2011-12-01 Thread Niels Dettenbach
with alsa) \ $(use_with jack) \ $(use_with pulseaudio) \ $(use_with libsamplerate samplerate) \ ${myconf} } src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog FAQ NEWS README TODO } -