bounce recipient

2015-04-08 Thread Vernon Fort
I have a setup that I need the bounce message recipient to be different than the default domain name. Meaning if postfix attempts to deliver an message and cannot, it sends the internal bounce message to a different email address than whats set in mydomain =, i.e. r...@anotherdoamin.com I

Re: bounce recipient

2015-04-08 Thread Noel Jones
On 4/8/2015 7:45 PM, Vernon Fort wrote: On Wed, Apr 08, 2015 at 09:45:30PM +, Vernon Fort wrote: I have a setup that I need the bounce message recipient to be different than the default domain name. Meaning if postfix attempts to deliver an message and cannot, it sends the internal

Re: bounce recipient

2015-04-08 Thread Viktor Dukhovni
On Wed, Apr 08, 2015 at 09:45:30PM +, Vernon Fort wrote: I have a setup that I need the bounce message recipient to be different than the default domain name. Meaning if postfix attempts to deliver an message and cannot, it sends the internal bounce message to a different email address

RE: bounce recipient

2015-04-08 Thread Vernon Fort
On Wed, Apr 08, 2015 at 09:45:30PM +, Vernon Fort wrote: I have a setup that I need the bounce message recipient to be different than the default domain name. Meaning if postfix attempts to deliver an message and cannot, it sends the internal bounce message to a different email

Re: Smart Host

2015-04-08 Thread Noel Jones
On 4/8/2015 6:48 PM, Ray Dzek wrote: Hi, I have a configuration change to make to our postfix relays and I want to confirm it will work as intended (before I mis-route email for 1,000 people). I think I have what is a fairly common Postfix environment – Dual instances –

Re: bounce recipient

2015-04-08 Thread Viktor Dukhovni
On Wed, Apr 08, 2015 at 09:03:11PM -0500, Noel Jones wrote: Use smtp_generic_maps to rewrite the address to the proper return address when postfix sends it out. That won't work if the mail never manages to leave and bounces back directly. Or use virtual_alias_maps to rewrite the unwanted

Smart Host

2015-04-08 Thread Ray Dzek
Hi, I have a configuration change to make to our postfix relays and I want to confirm it will work as intended (before I mis-route email for 1,000 people). I think I have what is a fairly common Postfix environment - Dual instances - Instance 1 for inbound - AmavisD, Spamassassin, and some

RE: Duplicate emails

2015-04-08 Thread Antonio Alberola
Antonio Alberola: I verify my alias configuration. The output of `postalias -s /etc/aliases` command not report any error and show me all alias configured. Show the evidence. I have omitted unnecessary lines with other alias. $ postalias -s /etc/aliases @: @ YP_LAST_MODIFIED:

Re: Duplicate emails

2015-04-08 Thread Viktor Dukhovni
On Wed, Apr 08, 2015 at 08:44:10AM +0200, Antonio Alberola wrote: Antonio Alberola: I verify my alias configuration. The output of `postalias -s /etc/aliases` command not report any error and show me all alias configured. Show the evidence. I have omitted unnecessary lines with other

detecting successful delivery to reset error count in DB

2015-04-08 Thread Louis-David Mitterrand
Hi, I manage a web site that sends price change alerts to subscribers using postfix with VERP to detect failed deliveries. When a bounce comes in it is fed to a perl script (through procmail) which increments the email's error count in the database until that count reaches 4 and the email is

Confusion : smtp_tls_auth_only vs smtpd_tls_auth_only

2015-04-08 Thread Muhammad Yousuf Khan
it is written in books and on internet forums that in main.cf. - *smtp_tls_auth_only* for outgoing mails or to send mails to other Mailserver. - *smtpd_tls_auth_only *for clients/customers sending emails to my server. but my results are not like as mentioned. *Test1 *- (sending email from

Re: R: R: SASL support is not compiled in

2015-04-08 Thread Wietse Venema
i...@itrezero.it: However, I still have a problem with SMTPUTF8: after installing libicu-devel I get a warning so I must: smtputf8_enable=no Postfix requires an ICU library version that contains the APIs that are necessary for SMTPUTF8 support. I have used ICU 4.6 and later. Wietse

Re: Duplicate emails

2015-04-08 Thread Wietse Venema
Antonio Alberola: Antonio Alberola: I verify my alias configuration. The output of `postalias -s /etc/aliases` command not report any error and show me all alias configured. Show the evidence. I have omitted unnecessary lines with other alias. $ postalias -s /etc/aliases @: @

R: R: SASL support is not compiled in

2015-04-08 Thread info
Thank you so much! I SOLVED with this command (that includes TLS e PCRE support): # make -f Makefile.init makefiles CCARGS=-DUSE_SASL_AUTH -DUSE_TLS -DHAS_PCRE `pcre-config --cflags` AUXLIBS=-lssl -lcrypto -lz -lm AUXLIBS_PCRE=`pcre-config --libs` # However, I still have a problem with

Forward emails recieveing error: Recipient address rejected: User unknown in local recipient table

2015-04-08 Thread Jonathan Bees
Hi, I have one domain - example.com. And I'd like to have user mailboxes on two separate machines (policy differences), but ran into a problem with sending emails from a user on one machine to users on the other machine. The error message : 550 5.1.1 remoteu...@example.com: Recipient address

Postfix/TLS unknown protocol error

2015-04-08 Thread Igor Homyakov
Hi, I've turned on TLS in postfix and I've started getting an error from some mail servers SSL_accept error from mass1a.sans.org[66.35.59.243]: -1 warning: TLS library problem: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol:s23_srvr.c:649: I've got a valid SSL certificate.

Re: Confusion : smtp_tls_auth_only vs smtpd_tls_auth_only

2015-04-08 Thread Viktor Dukhovni
On Wed, Apr 08, 2015 at 03:55:46PM +0500, Muhammad Yousuf Khan wrote: it is written in books and on internet forums that in main.cf. - *smtp_tls_auth_only* for outgoing mails or to send mails to other Any such books are wrong, and forums are full of clueless cargo-cult advice. There is

Re: Forward emails recieveing error: Recipient address rejected: User unknown in local recipient table

2015-04-08 Thread Noel Jones
On 4/8/2015 3:51 AM, Jonathan Bees wrote: Hoping someone knows a good way to send all unknown recepient in local tables (referred by mysql-virtual.cf http://mysql-virtual.cf) to a smarthost (192.168.1.1), which would decide whether to forward this to the remote server or answer with a

Re: Forward emails recieveing error: Recipient address rejected: User unknown in local recipient table

2015-04-08 Thread Viktor Dukhovni
On Wed, Apr 08, 2015 at 11:51:03AM +0300, Jonathan Bees wrote: I have one domain - example.com. And I'd like to have user mailboxes on two separate machines (policy differences), but ran into a problem with sending emails from a user on one machine to users on the other machine. The error

RE: Duplicate emails

2015-04-08 Thread Antonio Alberola
The alias name is pruebasalias in fact. I obfuscate with alias. I had an error, sorry. $ postalias -s /etc/aliases | grep pruebasalias pruebasalias: aalberola, prueba owner-pruebasalias: user1 I forgot the ownler-pruebasalias. I made a test and works well. I return

Re: Confusion : smtp_tls_auth_only vs smtpd_tls_auth_only

2015-04-08 Thread Viktor Dukhovni
On Wed, Apr 08, 2015 at 03:55:46PM +0500, Muhammad Yousuf Khan wrote: --- master.cf -- #dnsblog unix - - - - 0 dnsblog #tlsproxy unix - - - - 0 tlsproxy submission inet n -

Re: detecting successful delivery to reset error count in DB

2015-04-08 Thread Viktor Dukhovni
On Wed, Apr 08, 2015 at 08:59:41AM +0200, Louis-David Mitterrand wrote: I manage a web site that sends price change alerts to subscribers using postfix with VERP to detect failed deliveries. When a bounce comes in it is fed to a perl script (through procmail) which increments the email's

Re: per-user attachment blocking?

2015-04-08 Thread Noel Jones
On 4/8/2015 1:00 PM, CSS wrote: Google’s not feeding me much on doing this on a per-user basis… I’d like to give users the option to block emails with certain attachments - zip, exe, etc. I know that server-wide the simplest option is header checks. I’m open to adding another milter to

Re: Postfix/TLS unknown protocol error

2015-04-08 Thread Igor Homyakov
Got it. Thank you very much. On Wed, Apr 8, 2015 at 9:12 PM, Wietse Venema wie...@porcupine.org wrote: Igor Homyakov: Hi, I've turned on TLS in postfix and I've started getting an error from some mail servers SSL_accept error from mass1a.sans.org[66.35.59.243]: -1 warning: TLS library

Re: Confusion : smtp_tls_auth_only vs smtpd_tls_auth_only

2015-04-08 Thread Muhammad Yousuf Khan
I really hate my self when i do some thing confidently and doing it very wrong. actually the parameter i typed in over all examples were wrong. the correct one is smtp_tls_security_level and smtpd_tls_security_level and ofcouse you may have notice them in my postconf -n. anyways mistake is a

per-user attachment blocking?

2015-04-08 Thread CSS
Google’s not feeding me much on doing this on a per-user basis… I’d like to give users the option to block emails with certain attachments - zip, exe, etc. I know that server-wide the simplest option is header checks. I’m open to adding another milter to my chain of milters. I already have

Re: Postfix/TLS unknown protocol error

2015-04-08 Thread Wietse Venema
Igor Homyakov: Hi, I've turned on TLS in postfix and I've started getting an error from some mail servers SSL_accept error from mass1a.sans.org[66.35.59.243]: -1 warning: TLS library problem: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol:s23_srvr.c:649: Have a

Re: Confusion : smtp_tls_auth_only vs smtpd_tls_auth_only

2015-04-08 Thread Noel Jones
On 4/8/2015 1:59 PM, Muhammad Yousuf Khan wrote: I really hate my self when i do some thing confidently and doing it very wrong. actually the parameter i typed in over all examples were wrong. the correct one is smtp_tls_security_level and smtpd_tls_security_level and ofcouse you may have