Re: posttls-finger / DANE failure

2017-10-18 Thread Mal
On 18/10/2017 3:56 PM, Viktor Dukhovni wrote: >> dnssec-validation no; > > This is ignored for authoritative zones, and useful for recursive > servers. So long as your server continues to provide both authoritative > and recursive service (not a good idea), you should leave this in place. > >

bcc emails to two addresses

2017-10-18 Thread Tavolodo Bela
Hello, I have a mail server running postfix, and another server running an email archive software which can talk smtp. Postfix is configured to pass a copy of each emails to the archive, using always_bcc = someuser@archive When an email is received it's copied to the archive properly, so far, so

Re: bcc emails to two addresses

2017-10-18 Thread Matus UHLAR - fantomas
On 18.10.17 14:54, Tavolodo Bela wrote: So my question is that is it possible that when customer1 sends an email to customer2 then to send a bcc email to customer1@archive address, and another to customer3@achive address? Have you tried sender_bcc_maps and recipient_bcc_maps with different bcc

Virtual Domains/ Users

2017-10-18 Thread cacook
My mail server will receive mail for 3 domains with 6 users, and the MUA will be on another machine on The Internets. I'm seeing conflicting info on setting this up.  The simplest recipe is here: https://blog.tinned-software.net/setup-postfix-for-multiple-domains/ ... but nothing is mentioned abo

Re: Virtual Domains/ Users

2017-10-18 Thread Noel Jones
On 10/18/2017 12:42 PM, cac...@quantum-equities.com wrote: > My mail server will receive mail for 3 domains with 6 users, and the > MUA will be on another machine on The Internet> > I'm seeing conflicting info on setting this up.  The simplest recipe > is here: > https://blog.tinned-software.net/se

Re: Virtual Domains/ Users

2017-10-18 Thread /dev/rob0
On Wed, Oct 18, 2017 at 10:42:34AM -0700, cac...@quantum-equities.com wrote: > My mail server will receive mail for 3 domains with 6 users, and > the MUA will be on another machine on The Internets. That is very small. The simplest choice is to add the second and third domains to mydestinati

Re: bcc emails to two addresses

2017-10-18 Thread A. Schulze
Am 18.10.2017 um 14:54 schrieb Tavolodo Bela: > Hello, > > I have a mail server running postfix, and another server running an email > archive software > which can talk smtp. > > Postfix is configured to pass a copy of each emails to the archive, using > always_bcc = someuser@archive > > When

Bounce message with transport_maps

2017-10-18 Thread Luis Miguel Flores dos Santos
Hi, I have a postfix using as a mail proxy. In our environment, I use transport_maps(memcache). I create in memcache a wildcard * with status bounce 500 No such user here. When the MTA(exchange) bounce the message it returns to the same postfix and it checks if the recipient exists, but it's a bo

Re: Bounce message with transport_maps

2017-10-18 Thread Wietse Venema
Luis Miguel Flores dos Santos: > Existe a way to postfix use another transport method to send bounce > messages? or I can do it only with "before queue"? No, but you could set /etc/postfix/main.cf: smtpd_reject_unlisted_sender = yes and stop accepting mail via SMTP that has an unknown sender

noobie configuration problem

2017-10-18 Thread S McGraw
I want what must be a very common mail arrangement that I can seem to make work... I have a local network with a "fake" domain name (.home) with several machines, each with postfix. I want any machine, say x.home, to be able to send to any other other machine, say y.home, directly. Any mail not

Re: noobie configuration problem

2017-10-18 Thread Anvar Kuchkartaev
Take a look at: http://www.postfix.org/transport.5.html ‎http://postfix.1071664.n5.nabble.com/Postfix-Relayhost-exemptions-td43587.html Anvar Kuchkartaev  an...@anvartay.com    Original Message   From: S McGraw Sent: jueves, 19 de octubre de 2017 04:50 a.m. To: postfix-us...@cloud9.net Subject: no