Re: Sender verification for username@hostname style addresses

2019-11-12 Thread Wietse Venema
Snel.com - Yavuz Ayd?n: > I think Postfix checks the parent domain or POstfix just connects back > to the connecting mailserver to do the check (which would pass). No, that would be immensely stupid, especially if the email address is not remote. Postfix probes follow the same path that ordinary e

Re: Sender verification for username@hostname style addresses

2019-11-12 Thread Jaroslaw Rafa
count). If you have an address username@domain and you want to send mail to that address (and Postfix sender verification works just like that - attempts to send mail to the address, and if SMTP transaction is accepted, cancels the attempt and backs out before DATA stage), and "domain" does

Sender verification for username@hostname style addresses

2019-11-12 Thread Snel.com - Yavuz
reject_unverified_sender permit_mynetworks relayhost = [smtp.antispamcloud.com]:587 Since smtp.antispamcloud.com has a very strict sender verification process we want to reject the same mails. Hence we enabled reject_unverified_sender. It looks like our Postfix server accepts mail which has a sender www

Re: sender verification problem

2016-08-09 Thread Bill Cole
. I know the legitimate sender addresses for this domain by reading from tables. I receive spam from nonexist...@example.com. How do I turn on sender verification address only for the domain I handle and block ONLY for nonexistant local addresses? smtpd_reject_unlisted_sender=yes or

sender verification problem

2016-08-09 Thread Antonino Balsamo
domain by reading from tables. I receive spam from nonexist...@example.com. How do I turn on sender verification address only for the domain I handle and block ONLY for nonexistant local addresses? thanks Ant

Re: Policy server sender verification

2015-06-05 Thread Noel Jones
On 6/5/2015 1:29 PM, Daniel Miller wrote: > June 4 2015 4:29 PM, wie...@porcupine.org wrote: >> Daniel Miller: >> >>> Is there a way for a policy server to validate senders using >>> Postfix's built-in authentication (like meeting permit_mynetworks >>> and permit_sasl_authenticated)? ?Or must the n

Re: Policy server sender verification

2015-06-05 Thread Daniel Miller
June 4 2015 4:29 PM, wie...@porcupine.org wrote: > Daniel Miller: > >> Is there a way for a policy server to validate senders using >> Postfix's built-in authentication (like meeting permit_mynetworks >> and permit_sasl_authenticated)? ?Or must the necessary checks be >> duplicated? > > Let Postf

Re: Policy server sender verification

2015-06-04 Thread Wietse Venema
Daniel Miller: > Is there a way for a policy server to validate senders using > Postfix's built-in authentication (like meeting permit_mynetworks > and permit_sasl_authenticated)? ?Or must the necessary checks be > duplicated? Let Postfix do the permit_mynetworks, permit_sasl_authenticated etc. va

Policy server sender verification

2015-06-04 Thread Daniel Miller
Is there a way for a policy server to validate senders using Postfix's built-in authentication (like meeting permit_mynetworks and permit_sasl_authenticated)?   Or must the necessary checks be duplicated? -- Daniel

Re: sender verification

2009-07-08 Thread Magnus Bäck
On Wed, July 8, 2009 8:48 pm, K bharathan said: > On Wed, Jul 8, 2009 at 1:42 PM, Magnus Bäck wrote: > > > SAV is not recommended for general use with all domains. What problem > > do you think you would solve with SAV? > > sorry i posted my reply in some other thread; > i read about SAV in backs

Re: sender verification

2009-07-08 Thread K bharathan
sorry i posted my reply in some other thread; i read about SAV in backscatterer.org and want to confirm with list thanks On Wed, Jul 8, 2009 at 1:42 PM, Magnus Bäck wrote: > On Wed, July 8, 2009 8:57 am, K bharathan said: > > > is it effective if i use sender verification; i underst

Re: sender verification

2009-07-08 Thread Magnus Bäck
On Wed, July 8, 2009 8:57 am, K bharathan said: > is it effective if i use sender verification; i understand there is a risk > of getting blacklisted the mail server that's doing the SAV; what could be > the guidelines for putting this in postfix > guidance appreciated SAV is no

Re: sender verification

2009-07-08 Thread Charles Marcus
On 7/8/2009, K bharathan (kbhara...@gmail.com) wrote: > is it effective if i use sender verification; i understand there is a > risk of getting blacklisted the mail server that's doing the SAV; > what could be the guidelines for putting this in postfix > guidance appreciated Onl

sender verification

2009-07-07 Thread K bharathan
is it effective if i use sender verification; i understand there is a risk of getting blacklisted the mail server that's doing the SAV; what could be the guidelines for putting this in postfix guidance appreciated