Content Filter only for incoming mails

2016-04-18 Thread BP20
Hello, i am new to this. I am trying to set up a content filter for incoming postfix mails. I am using this instruction: http://www.postfix.org/FILTER_README.html#simple_filter --- master.cf snippet --- smtp inet n -

Re: Content Filter only for incoming mails

2016-04-18 Thread Patrick Ben Koetter
* BP20 : > Hello, > > i am new to this. > I am trying to set up a content filter for incoming postfix mails. > I am using this instruction: > http://www.postfix.org/FILTER_README.html#simple_filter > > > --- master.cf snippet --

Re: Content Filter only for incoming mails

2016-04-18 Thread BP20
Thank you, can you please explain it a bit more with an example? What do you mean with "dedicated submission instance"? -- View this message in context: http://postfix.1071664.n5.nabble.com/Content-Filter-only-for-incoming-mails-tp83437p83439.html Sent from the Postfix Users mailing list archiv

too many connections

2016-04-18 Thread Thomas kinghorn
Good morning List. I have a problem where Vox Telecoms is temp rejecting our mail stating "too many connections". I was thinking of a transport_map to delay control the connection rate but Vox hosts the email for many domains, so it would be impossible to create an accurate list. Is there an eas

domain rewrite/redirect

2016-04-18 Thread Matteo Cazzador
Hi, i 've a question, which is the better way to do this please: i've a virtual domain "example.com" on this server i receive mail too from mail.example.com An example any mail receive from t...@mail.example.com must redirect to t...@example.com I try with canonical maps but i obtain relay

SV: domain rewrite/redirect [invalid signature!]

2016-04-18 Thread Sebastian Nielsen
Simplest way is to add mail.example.com to your mydomains. Then mails both to t...@mail.example.com and t...@example.com will arrive to the account “test” on your server. Same is for example recommended to do with domain literals (IP addres

Re: SV: domain rewrite/redirect [invalid signature!]

2016-04-18 Thread Matteo Cazzador
Hi thanks but this not solve my problem maybe because i use virtualmin with virtual host. I need that mail.example.com will be consider like example.com in receiving mail Thanks Il 18/04/2016 13:35, Sebastian Nielsen ha scritto: Simplest way is to add mail.example.com to your mydomains. T

Re: BURL

2016-04-18 Thread Charles Marcus
On 3/31/2014 7:22 AM, wie...@porcupine.org (Wietse Venema) wrote: > Viktor Dukhovni: >> On Sun, Mar 30, 2014 at 09:13:19PM -0400, Wietse Venema wrote: >> >>> Viktor Dukhovni: Postfix does not yet support Apple's BURL SMTP extension. With Apple as the only MUA that supports BURL, it prob

Re: BURL

2016-04-18 Thread Charles Marcus
On 4/18/2016 9:42 AM, Charles Marcus wrote: > I also found this email from Mike Abbot in April 2010 announcing > Apple's contribution of a patch for both postfix and dovecot for BURL > support, and for CATENATE and URLAUTH support for dovecot too, so I'm > confused about the comment about Apple no

Re: SV: domain rewrite/redirect [SOLVED]

2016-04-18 Thread Matteo Cazzador
I'v solved , i made a configuration error. Thanks Il 18/04/2016 14:02, Matteo Cazzador ha scritto: Hi thanks but this not solve my problem maybe because i use virtualmin with virtual host. I need that mail.example.com will be consider like example.com in receiving mail Thanks Il 18/04

“smtp_generic_maps” and “smtp_sender_dependent_authentication”

2016-04-18 Thread Postfix User
I have a question regarding “smtp_generic_maps” and “smtp_sender_dependent_authentication” with “sender_dependent_relayhost_maps”. I have some users who have addresses in the form of: “u...@localdomain.com” whose name should be rewritten to u...@newdomain.com. The “new” name should then be looked

Decoding base64 emails for content filtering

2016-04-18 Thread BP20
Does anyone have an idea for how to decode base64 encoded emails (Content-Transfer-Encoding: base64) in order to filter the content? http://www.postfix.org/FILTER_README.html#simple_filter -- View this message in context: http://postfi

Re: Decoding base64 emails for content filtering

2016-04-18 Thread Sven Schwedas
On 2016-04-18 16:45, BP20 wrote: > Does anyone have an idea for how to decode base64 encoded > emails (Content-Transfer-Encoding: base64) in order to filter the > content? > http://www.postfix.org/FILTER_README.html#simple_filter > As the

Re: too many connections

2016-04-18 Thread Wietse Venema
Thomas kinghorn: > Good morning List. > > I have a problem where Vox Telecoms is temp rejecting our mail stating "too > many connections". > > I was thinking of a transport_map to delay control the connection rate but > Vox hosts the email for many domains, so it would be impossible to create > a

Re: BURL

2016-04-18 Thread Wietse Venema
Charles Marcus: > I would s love to be able to uncheck the 'Save copy to Sent folder' > for my postfix+dovecot accounts. What client would do this? Wietse

Re: too many connections

2016-04-18 Thread Viktor Dukhovni
On Mon, Apr 18, 2016 at 12:15:13PM +0200, Thomas kinghorn wrote: > In master.cf > > transport_maps = hash:/etc/postfix/vox_transport > vox_destination_concurrency_limit = 20 > vox_destination_rate_delay = 2s Setting a rate delay reduces the concurrency to 1. > vox_destination_recipient_limit =

Re: Decoding base64 emails for content filtering

2016-04-18 Thread Michael J Wise
> On 2016-04-18 16:45, BP20 wrote: >> Does anyone have an idea for how to decode base64 encoded >> emails (Content-Transfer-Encoding: base64) in order to filter the >> content? >> http://www.postfix.org/FILTER_README.html#simple_filter >> >

Re: Decoding base64 emails for content filtering

2016-04-18 Thread Viktor Dukhovni
On Mon, Apr 18, 2016 at 07:45:01AM -0700, BP20 wrote: > Does anyone have an idea for how to decode base64 encoded > emails (Content-Transfer-Encoding: base64) in order to filter the > content? > http://www.postfix.org/FILTER_README.html#simple_filter >

Re: BURL

2016-04-18 Thread Charles Marcus
On 4/18/2016 11:46 AM, wie...@porcupine.org (Wietse Venema) wrote: > Charles Marcus: >> I would s love to be able to uncheck the 'Save copy to Sent folder' >> for my postfix+dovecot accounts. > What client would do this? Thunderbird (alluded to this in my OP, as this was a result of a questio

Re: BURL

2016-04-18 Thread Charles Marcus
On 4/18/2016 11:46 AM, wie...@porcupine.org (Wietse Venema) wrote: > Charles Marcus: >> I would s love to be able to uncheck the 'Save copy to Sent folder' >> for my postfix+dovecot accounts. > What client would do this? Also, just noticed that there is apparently one MUA (work in progress) t

Re: reject empty sender address for authenticated users

2016-04-18 Thread Michael D. Sofka
On 04/15/2016 05:42 PM, Noel Jones wrote: On 4/15/2016 4:02 PM, Michael D. Sofka wrote: I would like to be able to reject the empty envelope-sender, <>, for authenticated email to our submission and smtps ports. That is, I want to stop: 235 2.7.0 Authentication successful mail from:<> 250 2.1.

Re: Content Filter only for incoming mails

2016-04-18 Thread Thomas Leuxner
* BP20 2016.04.18 10:41: > Thank you, can you please explain it a bit more with an example? > What do you mean with "dedicated submission instance"? 1.2.3.4:submission inet n - - - - smtpd -o syslog_name=postfix/submission ... signature.asc Description: Digita

Re: Autoresponder

2016-04-18 Thread Gao
Hi Dave, Here is the copy of the autoresponder 1.6.3 Perl script. Gao On 16-04-15 11:59 AM, David Mehler wrote: Hello, I'm looking for an autoresponder, free, and one that does not rely on postfixadmin. I saw one featured in a howtoforge article called Autoresponse 1.6.3 but that has been ta

Policyd-spf and RBL white listing

2016-04-18 Thread lists
>From what I can tell, if you whitelist a domain, the policyd-spf check is skipped. Now I white listed domains to stop the RBL from blocking them, but it would be nice to see if SPF passes. Am I right about the SPF being skipped? While I'm at it, can you whitelist specific users at a domain, that