How to set client_encoding in Postfix -> PostgreSQL lookups

2009-01-19 Thread Michael Monnerie
Dear list, I've read http://www.postfix.org/PGSQL_README.html but there's no word about encoding. I have a postfix making SQL queries to PostgreSQL, and can see from postgresql logs that postfix does set client_encoding to 'LATIN1' How can I change that to use UTF8? mfg zmi -- // Michael Monneri

Re: Upon IP address, restrict sending destination.

2009-01-19 Thread Magnus Bäck
On Tuesday, January 20, 2009 at 03:33 CET, Jacky Chan wrote: > Yeap, I finally got your idea. And I don't expect that is such easy to > configure. > Indeed for mynetwork parameter, I do have a list of IP to be > restricted so I want it to be located on an external file but not in > main.cf >

Re: Domainkeys/DKIM and Posftix Configuration

2009-01-19 Thread Benny Pedersen
On Tue, January 20, 2009 01:25, Jason Carson wrote: > Turns out that is the correct configuration, the problem was a > persmission problem with dkim-filter.sock Authentication-Results: localhost.junc.org (amavisd-new); dkim=softfail (invalid, public key: not available) header...@jasoncarson

Re: Domainkeys

2009-01-19 Thread Benny Pedersen
On Mon, January 19, 2009 18:50, Jason Carson wrote: > I sent a message and everything was "ok" so I guess I can disregard > those two tests that failed. change to DKIM would be better, i do it in amavisd, no extra hasle with milters :) -- Benny Pedersen Need more webspace ? http://www.servage.

Re: Upon IP address, restrict sending destination.

2009-01-19 Thread Jacky Chan
Noel Jones-2 wrote: > > Jacky Chan wrote: >> Dear All, >> >> As subject. Does the following configuration meet the subject? >> 192.168.1.55 and 192.168.1.56 can only send mail to subdomain1.abc.com, >> subdomain2.abc.com >> And others IP in 192.168.1.0/24 can send mail to subdomain

Re: Domainkeys/DKIM and Posftix Configuration

2009-01-19 Thread Jason Carson
> I have installed and configured dk-milter and dkim-milter but when I try > and send a message > postfix won't send it. What is the proper main.cf configuration for both > domainkeys and dkim? > > Here is what I have... > > smtpd_milters = unix:/var/run/dk-filter/dk-filter.sock, > unix:/var/ru

Re: Domainkeys/DKIM and Posftix Configuration

2009-01-19 Thread Sahil Tandon
On Mon, 19 Jan 2009, Jason Carson wrote: > I have installed and configured dk-milter and dkim-milter but when I try and > send a message > postfix won't send it. What is the proper main.cf configuration for both > domainkeys and dkim? > > Here is what I have... Not enough information; see belo

Domainkeys/DKIM and Posftix Configuration

2009-01-19 Thread Jason Carson
I have installed and configured dk-milter and dkim-milter but when I try and send a message postfix won't send it. What is the proper main.cf configuration for both domainkeys and dkim? Here is what I have... smtpd_milters = unix:/var/run/dk-filter/dk-filter.sock, unix:/var/run/dkim-filter/

Re: Upon IP address, restrict sending destination.

2009-01-19 Thread Magnus Bäck
On Monday, January 19, 2009 at 08:11 CET, Jacky Chan wrote: > Magnus Bäck wrote: [...] > > Also, you probably don't want to return OK for 192.168.1.0/24. That > > means that all restrictions listed after your check_client_access > > restriction will be bypassed, and this is probably not wh

Re: your mail

2009-01-19 Thread Magnus Bäck
On Monday, January 19, 2009 at 10:50 CET, Goutam Baul wrote: > I am trying to configure postfix 2.2.10 in a way that two of my group > companies can get their mailing services from one physical server > machine. The two companies are having their separate domains > registered and the name sp

Re: bulk mails

2009-01-19 Thread Sahil Tandon
bharathan kailath wrote: one of our customer send mass mails thru our postfix server; is it possible to restrict number of mail recipient for a particular sender! help appreciated. Use a policy service. With postfwd, to limit m...@mailer.com to 20 recipients per message, something like: i

Re: Multiple SMTP relays based on sender's domain

2009-01-19 Thread mouss
Gilles Albusac a écrit : > Exactly the fields MAIL FROM: and RCPT TO: Sorry, I don't know what this half phrase refers to. which again shows that top posting is bad. http://en.wikipedia.org/wiki/Posting_style http://www.palmyanoff.com/trimpost.htm http://www.caliburn.nl/to

bulk mails

2009-01-19 Thread bharathan kailath
Hi one of our customer send mass mails thru our postfix server; is it possible to restrict number of mail recipient for a particular sender! help appreciated. thanks

Re: Domainkeys

2009-01-19 Thread Jason Carson
> ja...@jasoncarson.ca wrote: >>> ja...@jasoncarson.ca wrote: Hello, I have setup postfix with dk-milter to sign my emails with domainkeys but I don't know if it is working properly or not. I have tested it with four different tests. 2 pass and 2 fail so I want to know if i

Re: Domainkeys

2009-01-19 Thread Noel Jones
ja...@jasoncarson.ca wrote: ja...@jasoncarson.ca wrote: Hello, I have setup postfix with dk-milter to sign my emails with domainkeys but I don't know if it is working properly or not. I have tested it with four different tests. 2 pass and 2 fail so I want to know if it is my fault or if the test

Re: Domainkeys

2009-01-19 Thread jason
> ja...@jasoncarson.ca wrote: >> Hello, I have setup postfix with dk-milter to sign my emails with >> domainkeys but I don't know if >> it is working properly or not. I have tested it with four different >> tests. 2 pass and 2 fail so I >> want to know if it is my fault or if the tests are faulty.

Re: Domainkeys

2009-01-19 Thread Noel Jones
ja...@jasoncarson.ca wrote: Hello, I have setup postfix with dk-milter to sign my emails with domainkeys but I don't know if it is working properly or not. I have tested it with four different tests. 2 pass and 2 fail so I want to know if it is my fault or if the tests are faulty. Here are the

Domainkeys

2009-01-19 Thread jason
Hello, I have setup postfix with dk-milter to sign my emails with domainkeys but I don't know if it is working properly or not. I have tested it with four different tests. 2 pass and 2 fail so I want to know if it is my fault or if the tests are faulty. Here are the tests... Here are the 2 tests

Re: recipient_delimiter and rejecting certain recipients ...

2009-01-19 Thread Noel Jones
Thomas Ackermann wrote: Hello, i use the recipient_delimiter (with a ".") quite often. Some of those sub-recipients(?) of accounts are already spammed. I would like to reject Mails to them ... For example: name.post...@$mydomain would be OK, while name.s...@$mydomain should be rejected ... Wh

Re: recipient_delimiter and rejecting certain recipients ...

2009-01-19 Thread Wietse Venema
Thomas Ackermann: > Hello, > i use the recipient_delimiter (with a ".") quite often. > > Some of those sub-recipients(?) of accounts are already spammed. > > I would like to reject Mails to them ... > > For example: > name.post...@$mydomain would be OK, while > name.s...@$mydomain should be reje

Re: Upon IP address, restrict sending destination.

2009-01-19 Thread Noel Jones
Jacky Chan wrote: Magnus Bäck wrote: On Monday, January 19, 2009 at 05:11 CET, Jacky Chan wrote: As subject. Does the following configuration meet the subject? 192.168.1.55 and 192.168.1.56 can only send mail to subdomain1.abc.com, subdomain2.abc.com And others IP in 192.168.1.0/24 can

Re: Upon IP address, restrict sending destination.

2009-01-19 Thread Noel Jones
Jacky Chan wrote: Dear All, As subject. Does the following configuration meet the subject? 192.168.1.55 and 192.168.1.56 can only send mail to subdomain1.abc.com, subdomain2.abc.com And others IP in 192.168.1.0/24 can send mail to subdomain1.abc.com, subdomain2.abc.com and outsiders

recipient_delimiter and rejecting certain recipients ...

2009-01-19 Thread Thomas Ackermann
Hello, i use the recipient_delimiter (with a ".") quite often. Some of those sub-recipients(?) of accounts are already spammed. I would like to reject Mails to them ... For example: name.post...@$mydomain would be OK, while name.s...@$mydomain should be rejected ... What is the best way to con

Re:

2009-01-19 Thread Brian Evans
Goutam Baul wrote: > Dear List, > > I am trying to configure postfix 2.2.10 in a way that two of my group > companies can get their mailing services from one physical server machine. > The two companies are having their separate domains registered and the name > space for them will be completely se

Re: Where to submit a open-relay to be included in RBLs

2009-01-19 Thread ram
On Mon, 2009-01-19 at 14:19 +0100, lst_ho...@kwsoft.de wrote: > Hello > > does anyone know a (working) URL to submit open-relay so they get > included in RBLs to save others from spam?? > > Regards > > Andreas > report the spam to spamcop.net, that requires to create an account with them

Where to submit a open-relay to be included in RBLs

2009-01-19 Thread lst_hoe02
Hello does anyone know a (working) URL to submit open-relay so they get included in RBLs to save others from spam?? Regards Andreas

Re: Avoid spamfilters in gmail/hotmail

2009-01-19 Thread Morten Wegelbye Nissen
Sahil Tandon skrev: On Sat, 17 Jan 2009, Morten Wegelbye Nissen wrote: Hearsayers are only useless inside a court, I'll try to get listet in DNSWL (Actually applied for it 6-8 hours ago) - DKIM seams to be more timeconsuming, need to read a bit about this stuff. It's not that time-

[no subject]

2009-01-19 Thread Goutam Baul
Dear List, I am trying to configure postfix 2.2.10 in a way that two of my group companies can get their mailing services from one physical server machine. The two companies are having their separate domains registered and the name space for them will be completely separate i.e. a...@company1.co

Re: Multiple SMTP relays based on sender's domain

2009-01-19 Thread Gilles Albusac
Exactly the fields MAIL FROM: and RCPT TO: It works with sender_dependent_relayhost_maps but It's a little bit complex architecture (3 postfix and 3 directories structure) Thanks Gilles - Original Message - From: "mouss" To: Sent: Friday, January 16, 2009 10:31 PM Subject: Re: Mu