Character corruption for Chinese (simple and traditional) and Korean texts

2010-10-05 Thread Sharma, Ashish
Hi, I have a setup, where emails received by mail server(postfix) are taken on and the resulting email's body(html or plain text) and attachments are parsed to separate files and saved, for this I use javax mail api. The problem occurs for email body when it is in Chinese (simple and

Re: Character corruption for Chinese (simple and traditional) and Korean texts

2010-10-05 Thread Ralf Hildebrandt
* Sharma, Ashish ashish.shar...@hp.com: Hi, I have a setup, where emails received by mail server(postfix) are taken on and the resulting email's body(html or plain text) and attachments are parsed to separate files and saved, for this I use javax mail api. The problem occurs for email

Routing emails through multiple postfix servers

2010-10-05 Thread Avinash Pawar // Viva
Hi, Please suggest me solution on following requirements : User will send emails on one postfix server then this server will route email traffic to multiple postfix servers. How we can implement this feature ? Should we use any Load Balancer? -- Incase of any further queries, Please feel

Re: Why does postfix (2.6.1, 2.7.0) force NOTIFY=NEVER when i change a RCPT TO: from a milter?

2010-10-05 Thread Fredrik Söderblom
On 24 sep 2010, at 14.00, Wietse Venema wrote: I haven't seen any no documentation on what the recipient attributes of addrcpt should be. In the absence of that, Postfix maintains consistency with other Postfix features that add BCC recipients (namely, always_bcc, sender_bcc_maps and

Re: Routing emails through multiple postfix servers

2010-10-05 Thread DUBOURG Kevin
Hello, You can use DNS Round robin. smtp2.test.com smtp.test.com = smtp1.test.com smtp3.test.com Regards, Le 05/10/2010 12:04, Avinash Pawar // Viva a écrit : Hi, Please suggest me solution on following requirements : User

Re: Routing emails through multiple postfix servers

2010-10-05 Thread donovan jeffrey j
On Oct 5, 2010, at 6:04 AM, Avinash Pawar // Viva wrote: Hi, Please suggest me solution on following requirements : User will send emails on one postfix server then this server will route email traffic to multiple postfix servers. How we can implement this feature ? Should we use

Re: Postfix and Mailman ...

2010-10-05 Thread Christopher Koeber
Upon research I found that using a virtual transport may be causing this issue. Since I have virtual domains I am wondering if it is somehow possible to switch the transport based on the email coming in. In addition, as another option, I am wondering if I can switch the transport to local and

Re: Log reporting by cidr

2010-10-05 Thread pf at alt-ctrl-del.org
On 10/04/2010 06:25 PM, pf at alt-ctrl-del.org wrote: On 10/04/2010 02:48 PM, pf at alt-ctrl-del.org wrote: Are there any existing scripts out there, that report connection counts by cidr network? Input:? parse.pl /var/log/mail cidr_list.zone Output:? network count

Re: Log reporting by cidr

2010-10-05 Thread Michael Orlitzky
On 10/05/2010 11:14 AM, pf at alt-ctrl-del.org wrote: Great! By saving one version with: if ($line =~ ' connect from .*\[([\d\.]+?)\]') { And another with: if ($line =~ 'smtpd.*client=.*\[([\d\.]+?)\]') { I can compare attempts vs success, from specific networks. Rather than use an

relay through gateway not localhost

2010-10-05 Thread Cameron Smith
I am trying to set up a mail system with a gateway to be used as the outbound relay point for 10 mail servers on our LAN. When sending mail from one of the servers I get a status of sent but it shows this in the log: relay=[127.0.0.1] So the mail never reaches the gateway. Here is my

Request for help with redesign of Postfix Configuration File ...

2010-10-05 Thread Christopher Kurtis Koeber
Hello, I have emailed about integrating my Postfix installation with Mailman and discovered that I will need to redesign my Postfix configuration to make it work. Therefore, I am asking for assistance in this task. Here is what my mailserver needs to do: . The mail system must host

Re: relay through gateway not localhost

2010-10-05 Thread Wietse Venema
Cameron Smith: I am trying to set up a mail system with a gateway to be used as the outbound relay point for 10 mail servers on our LAN. When sending mail from one of the servers I get a status of sent but it shows this in the log: relay=[127.0.0.1] So the mail never reaches the

Re: Postfix seems to ignore check_policy_service

2010-10-05 Thread Ralf Hildebrandt
* John Swift stuperm...@yahoo.com: Hello, We have a Postfix instance that we're attempting to use a mail filter on (specifically policyd). We've used the instructions in the mail filter and added this in our main.cf: smtpd_recipient_restrictions = permit_mynetworks,

Re: Postfix seems to ignore check_policy_service

2010-10-05 Thread Wietse Venema
John Swift: Hello, We have a Postfix instance that we're attempting to use a mail filter on (specifically policyd). We've used the instructions in the mail filter and added this in our main.cf: smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination,

Re: Postfix seems to ignore check_policy_service

2010-10-05 Thread John Swift
Sorry about that, postconf -n: alias_database = hash:/etc/postfix/aliases alias_maps = hash:/etc/postfix/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix debug_peer_level = 2 html_directory =

Re: Postfix seems to ignore check_policy_service

2010-10-05 Thread Ralf Hildebrandt
* John Swift stuperm...@yahoo.com: mydomain = XXX.com myhostname = hq-relaytest-01 myhostname must be a FQDN, probably hq-relaytest-01.$mydomain mynetworks = 10.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12, 127.0.0.0/8 Don't test your policyd from there. smtpd_recipient_restrictions =

Re: ..::Spoofing Issues::..

2010-10-05 Thread mouss
Le 04/10/2010 23:16, Alfonso Alejandro Reyes Jimenez a écrit : Thanks for your help, right now we use sasl auth and Works very good. If the setup for example a gmail account and the change the gmail address for some user on the postfix domain, postfix delivers that email. I don't want to

Re: Postfix seems to ignore check_policy_service

2010-10-05 Thread mouss
Le 05/10/2010 23:05, John Swift a écrit : Hello, We have a Postfix instance that we're attempting to use a mail filter on (specifically policyd). We've used the instructions in the mail filter and added this in our main.cf: smtpd_recipient_restrictions = permit_mynetworks,

Re: ..::Spoofing Issues::..

2010-10-05 Thread James Gray
On 06/10/2010, at 9:37 AM, Noel Butler wrote: On Tue, 2010-10-05 at 23:46 +0200, mouss wrote: Le 04/10/2010 23:03, Terry Gilsenan a écrit : Configure postfix to use SPF, and setup an SPF record in DNS for that domain. then what? you reject mail because of spf fail? that would lead to

Re: ..::Spoofing Issues::..

2010-10-05 Thread John Peach
On Wed, 6 Oct 2010 12:13:25 +1100 James Gray ja...@gray.net.au wrote: On 06/10/2010, at 9:37 AM, Noel Butler wrote: On Tue, 2010-10-05 at 23:46 +0200, mouss wrote: Le 04/10/2010 23:03, Terry Gilsenan a écrit : Configure postfix to use SPF, and setup an SPF record in DNS for that

Re: ..::Spoofing Issues::..

2010-10-05 Thread James Gray
On 06/10/2010, at 12:17 PM, John Peach wrote: On Wed, 6 Oct 2010 12:13:25 +1100 James Gray ja...@gray.net.au wrote: On 06/10/2010, at 9:37 AM, Noel Butler wrote: On Tue, 2010-10-05 at 23:46 +0200, mouss wrote: Le 04/10/2010 23:03, Terry Gilsenan a écrit : Configure postfix to use