recipient_bcc_maps and sender_bcc_maps

2008-11-12 Thread Márcio Luciano Donada
Hi list, I am successfully using the parameters, but the e-mails arriving at their destination duplicates, is that correct? I'm using postfix 2.3.8-2 -- Márcio Luciano Donada Aurora Alimentos - Cooperativa Central Oeste Catarinense Departamento de T.I.

Re: per-user recipient_restrictions?

2008-11-12 Thread Jay Deiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan Palme wrote: > Hi all, > > I have something like this in my main.cf: > > smtpd_recipient_restrictions = > reject_non_fqdn_sender, > reject_non_fqdn_recipient, > reject_unknown_sender_domain, > reject_unknown_recipient_

Re: per-user recipient_restrictions?

2008-11-12 Thread Wietse Venema
Stefan Palme: > Hi all, > > I have something like this in my main.cf: > > smtpd_recipient_restrictions = > reject_non_fqdn_sender, > reject_non_fqdn_recipient, > reject_unknown_sender_domain, > reject_unknown_recipient_domain, > permit_mynetworks, > permit_sas

RE: has yahoo mailservers problems ?

2008-11-12 Thread Dan Horne
> -Original Message- > From: Robert Schetterer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 12, 2008 9:23 AM > To: Dan Horne > Subject: Re: has yahoo mailservers problems ? > > Dan Horne schrieb: > > It takes very little effort to get all your mail servers whitelisted. I > > did

Re: has yahoo mailservers problems ?

2008-11-12 Thread mouss
Dan Horne wrote: -Original Message- From: Robert Schetterer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2008 9:23 AM To: Dan Horne Subject: Re: has yahoo mailservers problems ? Dan Horne schrieb: It takes very little effort to get all your mail servers whitelisted. I did

Re: recipient_bcc_maps and sender_bcc_maps

2008-11-12 Thread Noel Jones
Márcio Luciano Donada wrote: Wietse Venema escreveu: M�rcio Luciano Donada: Hi list, I am successfully using the parameters, but the e-mails arriving at their destination duplicates, is that correct? I'm using postfix 2.3.8-2 See: http://www.postfix.org/FILTER_README.html and look for "receiv

Re: per-user recipient_restrictions?

2008-11-12 Thread Stefan Palme
On Wed, 2008-11-12 at 09:22 -0500, Wietse Venema wrote: > Stefan Palme: > > Hi all, > > > > I have something like this in my main.cf: > > > > smtpd_recipient_restrictions = > > reject_non_fqdn_sender, > > reject_non_fqdn_recipient, > > reject_unknown_sender_domain, > > reject_unk

Re: per-user recipient_restrictions?

2008-11-12 Thread Victor Duchovni
On Wed, Nov 12, 2008 at 05:03:55PM +0100, Stefan Palme wrote: > Wietse: the main point is, that I don't want a certain CLIENT (=IP > address) to be allowed to send to invalid domains, but a certain USER > (identified by SASL-auth). > For all "normal" users the domain check should be enabled, only

[Q] when to call greylisting?

2008-11-12 Thread Roderick A. Anderson
I'm implementing greylisting on CentOS 5 systems. These are spools for the actual mailserver/mailbox systems. Currently we have: smtpd_recipient_restrictions = reject_unauth_pipelining, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_recipient_d

Re: per-user recipient_restrictions?

2008-11-12 Thread Wietse Venema
Stefan Palme: > On Wed, 2008-11-12 at 09:22 -0500, Wietse Venema wrote: > > Stefan Palme: > > > Hi all, > > > > > > I have something like this in my main.cf: > > > > > > smtpd_recipient_restrictions = > > > reject_non_fqdn_sender, > > > reject_non_fqdn_recipient, > > > reject_unknown_sende

Re: [Q] when to call greylisting?

2008-11-12 Thread Wietse Venema
Roderick A. Anderson: > I'm implementing greylisting on CentOS 5 systems. > > These are spools for the actual mailserver/mailbox systems. > > Currently we have: > > smtpd_recipient_restrictions = > reject_unauth_pipelining,cheap > reject_non_fqdn_sender, cheap >

Re: DKIMproxy Information.

2008-11-12 Thread Linux Addict
On Tue, Nov 11, 2008 at 4:53 PM, Charles Marcus <[EMAIL PROTECTED]>wrote: > On 11/11/2008 4:49 PM, Charles Marcus wrote: > >> Common administrative practices include submission on 587 for > >> trusted clients only and should not be permitted on the internet. > >> This port should be firewalled out

Re: [Q] when to call greylisting?

2008-11-12 Thread Roderick A. Anderson
Wietse Venema wrote: Roderick A. Anderson: I'm implementing greylisting on CentOS 5 systems. These are spools for the actual mailserver/mailbox systems. Currently we have: smtpd_recipient_restrictions = reject_unauth_pipelining, cheap reject_non_fqdn_sender,chea

Re: [Q] when to call greylisting?

2008-11-12 Thread Justin Piszcz
On Wed, 12 Nov 2008, Roderick A. Anderson wrote: Wietse Venema wrote: Roderick A. Anderson: I'm implementing greylisting on CentOS 5 systems. These are spools for the actual mailserver/mailbox systems. Currently we have: smtpd_recipient_restrictions = reject_unauth_pipelining,

Re: recipient_bcc_maps and sender_bcc_maps

2008-11-12 Thread Márcio Luciano Donada
Wietse Venema escreveu: > M�rcio Luciano Donada: >> Hi list, >> >> I am successfully using the parameters, but the e-mails arriving at >> their destination duplicates, is that correct? I'm using postfix 2.3.8-2 > > See: http://www.postfix.org/FILTER_README.html and look for > "receive_override_opt

Re: per-user recipient_restrictions?

2008-11-12 Thread Barney Desmond
Stefan Palme wrote: > Now I want a special authenticated user to be allowed to send > mails with an "unknown recipient domain". Is this possible? > > (The reason for this strange requirement is, that this "user" > is a software product. This software delivers its mails via > the local SMTP server

Re[2]: [Q] when to call greylisting?

2008-11-12 Thread Алексей Доморадов
> On Wed, 12 Nov 2008, Roderick A. Anderson wrote: > > > Wietse Venema wrote: > >> Roderick A. Anderson: > >>> I'm implementing greylisting on CentOS 5 systems. > >>> > >>> These are spools for the actual mailserver/mailbox systems. > >>> > >>> Currently we have: > >>> > >>> smtpd_recipient_res

Re: recipient_bcc_maps and sender_bcc_maps

2008-11-12 Thread Wietse Venema
M?rcio Luciano Donada: > Hi list, > > I am successfully using the parameters, but the e-mails arriving at > their destination duplicates, is that correct? I'm using postfix 2.3.8-2 See: http://www.postfix.org/FILTER_README.html and look for "receive_override_options". Wietse

Re: [Q] when to call greylisting?

2008-11-12 Thread mouss
Roderick A. Anderson wrote: I'm implementing greylisting on CentOS 5 systems. These are spools for the actual mailserver/mailbox systems. Currently we have: smtpd_recipient_restrictions = reject_unauth_pipelining, useless. reject_non_fqdn_sender, reject_non_fqdn_rec

Re: DKIMproxy Information.

2008-11-12 Thread mouss
Linux Addict wrote: On Tue, Nov 11, 2008 at 4:53 PM, Charles Marcus <[EMAIL PROTECTED]>wrote: On 11/11/2008 4:49 PM, Charles Marcus wrote: Common administrative practices include submission on 587 for trusted clients only and should not be permitted on the internet. This port should be firewal

Re: DKIMproxy Information.

2008-11-12 Thread Linux Addict
On Wed, Nov 12, 2008 at 12:44 PM, mouss <[EMAIL PROTECTED]> wrote: > Linux Addict wrote: > >> On Tue, Nov 11, 2008 at 4:53 PM, Charles Marcus >> <[EMAIL PROTECTED]>wrote: >> >> On 11/11/2008 4:49 PM, Charles Marcus wrote: >>> Common administrative practices include submission on 587 for

per-user recipient_restrictions?

2008-11-12 Thread Stefan Palme
Hi all, I have something like this in my main.cf: smtpd_recipient_restrictions = reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unknown_recipient_domain, permit_mynetworks, permit_sasl_authenticated,

Re: [Q] when to call greylisting?

2008-11-12 Thread mouss
Roderick A. Anderson wrote: mouss wrote: Roderick A. Anderson wrote: I'm implementing greylisting on CentOS 5 systems. These are spools for the actual mailserver/mailbox systems. Currently we have: smtpd_recipient_restrictions = reject_unauth_pipelining, useless. reject_n

Re: [Q] when to call greylisting?

2008-11-12 Thread Roderick A. Anderson
mouss wrote: Roderick A. Anderson wrote: I'm implementing greylisting on CentOS 5 systems. These are spools for the actual mailserver/mailbox systems. Currently we have: smtpd_recipient_restrictions = reject_unauth_pipelining, useless. reject_non_fqdn_sender, rejec

Re: has yahoo mailservers problems ?

2008-11-12 Thread Martin Strand
On Wed, 12 Nov 2008 16:14:56 +0100, mouss <[EMAIL PROTECTED]> wrote: > Dan Horne wrote: >> >> At least a couple of times per year, some large mail provider makes me >> jump through their hoops to get my users' mail to them (bellsouth/at&t >> after the merger was a nightmare), but you know what? I

Re: smtpd banner

2008-11-12 Thread Noel Jones
Res wrote: Hi All, Is there a way to insert line breaks in the banner? On Sendmail we use "\n", which does not work on Postfix. TIA No, multiline responses are not supported in postfix. -- Noel Jones