do not bounce a message if it contain certain header in the message

2011-01-20 Thread Joe Wong
Hello, I would like to know if there is possible to configure postfix not to bounce a message if it contain certain header in the message? I tried adding -o header_checks option to the bounce process in master.cf, does not seems picking up my header check pcre config. Regards, - joe

Re: Postfix 2.8 stable release soon

2011-01-20 Thread lst_hoe02
Zitat von lst_ho...@kwsoft.de: Zitat von Wietse Venema wie...@porcupine.org: lst_ho...@kwsoft.de: If you have time, can you try: stuff = 0.7 * ((double) var_psc_pre_queue_limit); stuff = 0.9 * ((double) var_psc_pre_queue_limit); Thanks, In case that does not help, declaring the

Re: do not bounce a message if it contain certain header in the message

2011-01-20 Thread Ralf Hildebrandt
* Joe Wong joewon...@gmail.com: Hello, I would like to know if there is possible to configure postfix not to bounce a message if it contain certain header in the message? I tried adding -o header_checks option to the bounce process in master.cf, does not seems picking up my header check

Re: Success story: smtpd_reject_footer

2011-01-20 Thread Mikael Bak
/dev/rob0 wrote: http://nospam4.nodns4.us/ The Alternate media stuff is like accepting that spam has made email impossible to rely on for communication. Antispam made right can actually make email work again as it once did. Mikael

Re: Success story: smtpd_reject_footer

2011-01-20 Thread Mark Goodge
On 19/01/2011 15:04, /dev/rob0 wrote: Off topic, but on this subject, I am planning to implement this with a web page, and maybe a contact form. Does anyone have a preferred simple and yet spam-resistant means of doing this? Ideally I'd like something that's more blind-friendly than Captcha.

Re: do not bounce a message if it contain certain header in the message

2011-01-20 Thread Joe Wong
Hi if that header only presents in the original message but no the BOUNCE message itself, should be ok? But in this case I am checking that header in the BOUNCE MESSAGE mail body? - Joe On Thu, Jan 20, 2011 at 4:59 PM, Ralf Hildebrandt ralf.hildebra...@charite.de wrote: * Joe Wong

Re: do not bounce a message if it contain certain header in the message

2011-01-20 Thread Ralf Hildebrandt
* Joe Wong joewon...@gmail.com: Hi if that header only presents in the original message but no the BOUNCE message itself, should be ok? No, since you can only filter the bounce away. But in this case I am checking that header in the BOUNCE MESSAGE mail body? - Joe On Thu, Jan 20,

Re: Success story: smtpd_reject_footer

2011-01-20 Thread Christian Roessner
Hi, Off topic, but on this subject, I am planning to implement this with a web page, and maybe a contact form. Does anyone have a preferred simple and yet spam-resistant means of doing this? Ideally I'd like something that's more blind-friendly than Captcha. I dislike graphic captchas. If

Re: Success story: smtpd_reject_footer

2011-01-20 Thread Reindl Harald
Am 20.01.2011 12:29, schrieb Christian Roessner: Why adding a contact form? If a postmaster really does his/her job and scans the logs, finds your assistance info and enters the website, don't you think the same admin is also able to write a mail to you (postmaster@...)? Because if his

Re: Success story: smtpd_reject_footer

2011-01-20 Thread /dev/rob0
On Thu, Jan 20, 2011 at 12:33:06PM +0100, Reindl Harald wrote: Am 20.01.2011 12:29, schrieb Christian Roessner: Why adding a contact form? If a postmaster really does his/her job and scans the logs, finds your assistance info and enters the website, don't you think the same admin is

Re: COMMAND PIPELINING from [216.46.18.51]:58366 after QUIT ?

2011-01-20 Thread Wietse Venema
Victor Duchovni: On Wed, Jan 19, 2011 at 03:35:13PM -0500, Wietse Venema wrote: 2011-01-19T15:05:00-05:00 amnesiac postfix/smtpd[17971]: improper command pipelining after QUIT from smtp-newslist-214.md02.com[209.172.40.214] And Postfix isn't lying. These hosts send

Re: Postfix 2.8 stable release soon

2011-01-20 Thread Wietse Venema
lst_ho...@kwsoft.de: Zitat von lst_ho...@kwsoft.de: Zitat von Wietse Venema wie...@porcupine.org: lst_ho...@kwsoft.de: If you have time, can you try: stuff = 0.7 * ((double) var_psc_pre_queue_limit); stuff = 0.9 * ((double) var_psc_pre_queue_limit); Thanks, In case

Re: do not bounce a message if it contain certain header in the message

2011-01-20 Thread /dev/rob0
On Thu, Jan 20, 2011 at 04:50:30PM +0800, Joe Wong wrote: I would like to know if there is possible to configure postfix not to bounce a message if it contain certain header in the message? I tried adding -o header_checks option to the bounce process in master.cf, does not seems picking up

Re: do not bounce a message if it contain certain header in the message

2011-01-20 Thread Joe Wong
shortly, I don't want to bounce the message if it was tagged as spam by SpamAssassian. So, I was looking for a way not to bounce if X-SPAM-Flag: yes in found in the message. any thought? thanks, - Joe On Thu, Jan 20, 2011 at 8:33 PM, /dev/rob0 r...@gmx.co.uk wrote: On Thu, Jan 20, 2011 at

filter emails not only by domain

2011-01-20 Thread Andrea Scarso
Hi, i need to make a configuration to send mails as below: u...@domain.com IP1 user.to...@domain.com IP2 So i added on transport_maps: domain.com smtp:[IP1] and on header_checks: /^to:.*\.town1@domain\.com/ FILTER smtp:[IP2] It's ugly, but it works... obviously EXCEPTS for

Re: filter emails not only by domain

2011-01-20 Thread John Adams
Am 20.01.2011 17:34, schrieb Andrea Scarso: Hi, i need to make a configuration to send mails as below: u...@domain.com IP1 user.to...@domain.com IP2 So i added on transport_maps: domain.com smtp:[IP1] and on header_checks: /^to:.*\.town1@domain\.com/ FILTER smtp:[IP2] It's

Re: filter emails not only by domain

2011-01-20 Thread Noel Jones
On 1/20/2011 10:34 AM, Andrea Scarso wrote: Hi, i need to make a configuration to send mails as below: u...@domain.com IP1 user.to...@domain.com IP2 So i added on transport_maps: domain.com smtp:[IP1] and on header_checks: /^to:.*\.town1@domain\.com/ FILTER smtp:[IP2] It's

Re: filter emails not only by domain

2011-01-20 Thread Victor Duchovni
On Thu, Jan 20, 2011 at 05:34:52PM +0100, Andrea Scarso wrote: Hi, i need to make a configuration to send mails as below: u...@domain.com IP1 user.to...@domain.com IP2 So i added on transport_maps: domain.com smtp:[IP1] and on header_checks: /^to:.*\.town1@domain\.com/

Re: filter emails not only by domain

2011-01-20 Thread Andrea Scarso
Don't use FILTER for mail routing; it affects all recipients of a message. Do use transport_maps entries to direct specific recipients to the correct mail server. # transport_maps example.com  smtp:[IP1] u...@example.com  smtp:[IP2] I tried, but I have to know all addresses. Or is it

Re: filter emails not only by domain

2011-01-20 Thread Noel Jones
On 1/20/2011 10:48 AM, Andrea Scarso wrote: Don't use FILTER for mail routing; it affects all recipients of a message. Do use transport_maps entries to direct specific recipients to the correct mail server. # transport_maps example.com smtp:[IP1] u...@example.com smtp:[IP2] I tried, but I

Relay config assistance

2011-01-20 Thread Cameron Smith
Hello, I have a VPS with postfix as my MTA. vps.sweetwise.com My MX is handled by another remote server and mail accounts for my domain are configured there. sweetwise.com. 3600 IN MX 0 smtp.secureserver.net. sweetwise.com. 3600 IN MX 10 mailstore1.secureserver.net. My VPS needs to send mail

Configuring Postfix for an external content filter box

2011-01-20 Thread Paul Amaranth
I have a postfix configuration issue, I'm wondering if anybody has any experience with this kind of situation. I have an openXchange groupware box running a version of Postfix. We recently acquired an external email spam/virus/content filtering box that sits between the mail server and the

Re: Relay config assistance

2011-01-20 Thread Randy Ramsdell
Cameron Smith wrote: Hello, I have a VPS with postfix as my MTA. vps.sweetwise.com http://vps.sweetwise.com My MX is handled by another remote server and mail accounts for my domain are configured there. sweetwise.com http://sweetwise.com. 3600 IN MX 0 smtp.secureserver.net

Re: Configuring Postfix for an external content filter box

2011-01-20 Thread Victor Duchovni
On Thu, Jan 20, 2011 at 04:14:00PM -0500, Paul Amaranth wrote: I have an openXchange groupware box running a version of Postfix. We recently acquired an external email spam/virus/content filtering box that sits between the mail server and the Internet. Is it a store-and-forward MTA, or a

Re: Configuring Postfix for an external content filter box

2011-01-20 Thread Rich
wouldn't making your content filter box your mx do it? On Jan 20, 2011 4:15 PM, Paul Amaranth p...@auroragrp.com wrote: I have a postfix configuration issue, I'm wondering if anybody has any experience with this kind of situation. I have an openXchange groupware box running a version of

Re: Reliably distinguishing authorized vs unauthorized users

2011-01-20 Thread Michael Orlitzky
On 01/19/11 15:03, Ron Garret wrote: I am working on a spam filter. I want both incoming and outgoing messages to go through the filter, not because the outgoing messages need to be filtered, but because I want the filter to know who my authorized users have sent messages to because that is a

Re: Relay config assistance

2011-01-20 Thread Noel Jones
On 1/20/2011 12:15 PM, Cameron Smith wrote: Hello, I have a VPS with postfix as my MTA. vps.sweetwise.com http://vps.sweetwise.com My MX is handled by another remote server and mail accounts for my domain are configured there. sweetwise.com http://sweetwise.com.3600INMX0 smtp.secureserver.net

Re: Relay config assistance

2011-01-20 Thread Cameron Smith
On Thu, Jan 20, 2011 at 2:40 PM, Noel Jones njo...@megan.vbhcs.org wrote: On 1/20/2011 12:15 PM, Cameron Smith wrote: Hello, I have a VPS with postfix as my MTA. vps.sweetwise.com http://vps.sweetwise.com My MX is handled by another remote server and mail accounts for my domain are

probleme ipv6

2011-01-20 Thread fakessh @
Hello postfix network. I encounter problems in configuring ipv6. I documented on the page but I don http://www.postfix.org/IPV6_README.html happens not connect in ipv6 on my mail server. My ISP does not support ipv6 I found the error in the ipv6 by visiting http://dnscheck.iis.se/ he tells me

Re: probleme ipv6

2011-01-20 Thread Steven King
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What is the error that you received? If your ISP does not support IPv6 you will not be able to use IPv6 connectivity unless you have a PoP tunnel or some other type of IPv4-to-IPv6 tunnel going on. On 1/20/11 6:50 PM, fakessh @ wrote: Hello postfix

Postfix 2.8.0 available

2011-01-20 Thread Wietse Venema
[An on-line version of this announcement will be available at http://www.postfix.org/announcements/postfix-2.8.0.html] Postfix stable release 2.8.0 is available. This release continues the move towards improving code and documentation, and making the system better prepared for changes in the

problem with added spaces in the message body

2011-01-20 Thread Vince Wang
Hi, We are using postfix to send html version newsletter, and we found that the postfix(?) adds spaces into the body. The message body is saved in database so we can preview it to make sure it is right. If the space is added between works or tags, it is fine, somehow space is added within

Re: problem with added spaces in the message body

2011-01-20 Thread Victor Duchovni
On Thu, Jan 20, 2011 at 05:18:42PM -0800, Vince Wang wrote: We are using postfix to send html version newsletter, and we found that the postfix(?) adds spaces into the body. Only when you fail to abide by email RFCs and generate message bodies with lines longer than ~990 bytes. The correct

Re: probleme ipv6

2011-01-20 Thread fakessh @
Hello postfix network. I found the error in the ipv6 by visiting http://dnscheck.iis.se/ he tells me a difficulty connecting ipv6 address postmas...@fakessh.eu check my network with http;//dnscheck.iis.se many returns are welcome Le jeudi 20 janvier 2011 à 19:20 -0500, Steven King a écrit :

Re: problem with added spaces in the message body

2011-01-20 Thread Wietse Venema
Vince Wang: Hi, We are using postfix to send html version newsletter, and we found that the postfix(?) adds spaces into the body. Unfortunately, the SMTP protocol does not allow lines of text longer than 998 characters (plus two for the CRLF). If you want your mail to arrive undamaged, you

Re: probleme ipv6

2011-01-20 Thread Reindl Harald
What do you exactly mean with My ISP does not support ipv6 If the ISP for your server does not support IPv6 you can not use IPv6 for services Am 21.01.2011 02:33, schrieb fakessh @: Hello postfix network. I found the error in the ipv6 by visiting http://dnscheck.iis.se/ he tells me a

Re: probleme ipv6

2011-01-20 Thread Bernhard Schmidt
Hi, my ISP does not support ipv6 my service for hosting support ipv6 Your system is not reachable from IPv6. fakessh.eu. 38300 IN MX 10 mail.fakessh.eu. mail.fakessh.eu.38303 IN 2001:41d0:2:3dd6:1234:5678:9abc:def0 schleppi% ping6