Problem with alias Lists

2008-12-16 Thread Helmut Weigel
Hi all, I have a wiered problem with alias lists in Postfix We use aliases for our internal mailing lists (departmnents for instance). We use an OpenLDAP for the Userbase. Normally everything is ok. But if one recipient out of this list is over Quota Postfix keeps the message in the mailq not on

Re: Weird disconnections after RCPT using TLS

2008-12-16 Thread Victor Duchovni
On Tue, Dec 16, 2008 at 09:27:46PM -0500, Victor Duchovni wrote: > Let's try to whittle this down to a simpler reproducible configuration. > Try to drop other elements of smtpd_sender_restrictions, and find the > smallest problematic combination. I'd like to suggest as a starting point the minima

Re: strange word

2008-12-16 Thread Victor Duchovni
On Wed, Dec 17, 2008 at 05:14:33AM +0100, Jack Raats wrote: > From my logfile > > Out: 554 5.7.1 Service unavailable; Sender address > [obviouslya...@mypricepilot.com] blocked using bogusmx.rfc-ignorant.org; > Domain has demonstrably bogus MX records > > Is this error (demonstrably) m

Re: how to prioritize a mail in queue

2008-12-16 Thread Victor Duchovni
On Wed, Dec 17, 2008 at 09:46:21AM +0530, ram wrote: > I use postfix 2.3 to accept mails and deliver to a cyrus server via > lmtp (unix ) > IF I have a large mailq to local delivery via lmtp , how can I > prioritize the delivery of a particular mail You can't prioritize a particular message unle

how to prioritize a mail in queue

2008-12-16 Thread ram
I use postfix 2.3 to accept mails and deliver to a cyrus server via lmtp (unix ) IF I have a large mailq to local delivery via lmtp , how can I prioritize the delivery of a particular mail

strange word

2008-12-16 Thread Jack Raats
>From my logfile Out: 554 5.7.1 Service unavailable; Sender address [obviouslya...@mypricepilot.com] blocked using bogusmx.rfc-ignorant.org; Domain has demonstrably bogus MX records Is this error (demonstrably) made by postfix or rfc-ignorant? Jack

Re: Can content_filter take a map as an argument?

2008-12-16 Thread Sahil Tandon
jweinbergerhj wrote: > I know it's a simple question...but doea any know if this: > > content_filter=hash:/path/to/table (or mysql:/path/to/filters.cf) > > will work? No. From postconf(5): content_filter (default: empty) The name of a mail delivery transport that filters mail after it is

Re: Weird disconnections after RCPT using TLS

2008-12-16 Thread Victor Duchovni
On Tue, Dec 16, 2008 at 05:14:12PM -0700, Jes?s Manuel Loaiza Vidal wrote: > Weird case. > > If I comment these two lines from my main.cf, the problem doesn't occur > (at least not from the first time or occurs less, having tried two times > and no issues): > > #smtpd_sender_login_maps = ldap:

Can content_filter take a map as an argument?

2008-12-16 Thread jweinbergerhj
Hi: I know it's a simple question...but doea any know if this: content_filter=hash:/path/to/table (or mysql:/path/to/filters.cf) will work? I'm trying to test some new content filters and want to be able to apply them per domain or per address (recipient) for my test and personal domains before

Re: Weird disconnections after RCPT using TLS

2008-12-16 Thread Jesús Manuel Loaiza Vidal
Jesús Manuel Loaiza Vidal escribió: Jesús Manuel Loaiza Vidal escribió: Victor Duchovni escribió: On Tue, Dec 16, 2008 at 02:45:19PM -0700, Jes?s Manuel Loaiza Vidal wrote: We need to log the error detail from the SSL library to see what the library is unhappy about. This sure looks like a

Re: Weird disconnections after RCPT using TLS

2008-12-16 Thread Jesús Manuel Loaiza Vidal
Jesús Manuel Loaiza Vidal escribió: Victor Duchovni escribió: On Tue, Dec 16, 2008 at 02:45:19PM -0700, Jes?s Manuel Loaiza Vidal wrote: We need to log the error detail from the SSL library to see what the library is unhappy about. This sure looks like an SSL library bug, compiler bug or ha

Re: sender_bcc_maps only domain

2008-12-16 Thread Sahil Tandon
M?rcio Luciano Donada wrote: > I am using the sender_bcc_maps, but would like to know if there is the > possibility of doing the audit in e-mail sent from the field for only > domain xyz Can you re-state your question more clearly? Perhaps use an example. Also read: http://www.postfix.org/postc

Re: Weird disconnections after RCPT using TLS

2008-12-16 Thread Jesús Manuel Loaiza Vidal
Victor Duchovni escribió: On Tue, Dec 16, 2008 at 02:45:19PM -0700, Jes?s Manuel Loaiza Vidal wrote: We need to log the error detail from the SSL library to see what the library is unhappy about. This sure looks like an SSL library bug, compiler bug or hardware issue. The kernel is no longer

RE: helo being rejected

2008-12-16 Thread MacShane, Tracy
> -Original Message- > From: owner-postfix-us...@postfix.org > [mailto:owner-postfix-us...@postfix.org] On Behalf Of Joey > Sent: Wednesday, 17 December 2008 12:06 AM > To: postfix-users@postfix.org > Subject: RE: helo being rejected > > > -Original Message- > > From: owner-pos

Re: helo_name is not what i set

2008-12-16 Thread Benny Pedersen
On Tirs, December 16, 2008 11:27, Francesco Abeni wrote: > I have no problem with smtpd_banner, which i am able to set as i smtpd_ is not smtp_ > I guess that if there is an $smtp_helo_name parameter, it could be > set different from $myhostname. Am i wrong? smtp_helo_name should follow interf

Re: Weird disconnections after RCPT using TLS

2008-12-16 Thread Victor Duchovni
On Tue, Dec 16, 2008 at 02:45:19PM -0700, Jes?s Manuel Loaiza Vidal wrote: > >We need to log the error detail from the SSL library to see what the > >library is unhappy about. This sure looks like an SSL library bug, > >compiler bug or hardware issue. The kernel is no longer suspect for now. > > >

Re: postfix+dspam+content_filter

2008-12-16 Thread Marcin Rzepecki
Tue, Dec 16, 2008 at 01:49:39PM +0100, mouss wrote: > Marcin Rzepecki a écrit : > > How to make to filter only incoming mail for specific domains (e.g. from > > $my_destination) and let the other to be relayed without any checks? > > > [...] > [method 2] > if you want skip filtering when mail com

Re: Weird disconnections after RCPT using TLS

2008-12-16 Thread Jesús Manuel Loaiza Vidal
Victor Duchovni escribió: On Tue, Dec 16, 2008 at 12:05:40PM -0700, Jes?s Manuel Loaiza Vidal wrote: Here are the log and pcap file with the patch: Mail log PCAP file Thanks, this is very

Re: A little OT: SPF

2008-12-16 Thread Scott Kitterman
On Tue, 16 Dec 2008 22:14:26 +0200 Tolga wrote: >Hello, > >For an e-mail not to fall into spam category, the sourcing server has to >have SPF record I think, or so I've been told. How do I check whether it >has a SPF record or not? > Oh dear, no. You might want to reject mail that fails SPF che

Re: A little OT: SPF

2008-12-16 Thread mouss
Tolga a écrit : > Hello, > > For an e-mail not to fall into spam category, the sourcing server has to > have SPF record I think, or so I've been told. No. $ host -t txt postfix.org postfix.org has no TXT record $ host -t txt yahoo.com yahoo.com has no TXT record $ host -t txt mail.com mail.com

Re: A little OT: SPF

2008-12-16 Thread Erwan David
Le Tue 16/12/2008, Tolga disait > Hello, > > For an e-mail not to fall into spam category, the sourcing server has to > have SPF record I think, or so I've been told. Some spams are sent from a spf compliant server, many non spam are sent from servers which do not implement spf. spf is a framewo

Re: Weird disconnections after RCPT using TLS

2008-12-16 Thread Victor Duchovni
On Tue, Dec 16, 2008 at 12:05:40PM -0700, Jes?s Manuel Loaiza Vidal wrote: > Here are the log and pcap file with the patch: > > Mail log > PCAP file > Thanks, this is very useful, we are much closer

A little OT: SPF

2008-12-16 Thread Tolga
Hello, For an e-mail not to fall into spam category, the sourcing server has to have SPF record I think, or so I've been told. How do I check whether it has a SPF record or not? Regards, mto

Re: outbound spam filtering

2008-12-16 Thread mouss
David Koski a écrit : > An ISP that I do work for recently had an acocunt on their CommuniGatePro > server hijacked by a spammer. Of course this got them on the blacklist of > AOL, Yahoo and others. There are three inbound Postfix relay servers for > blacklisting that are in front of three Bar

sender_bcc_maps only domain

2008-12-16 Thread Márcio Luciano Donada
I am using the sender_bcc_maps, but would like to know if there is the possibility of doing the audit in e-mail sent from the field for only domain xyz thnx. -- Márcio Luciano Donada Aurora Alimentos - Cooperativa Central Oeste Catarinense Departamento de T.I.

Re: Weird disconnections after RCPT using TLS

2008-12-16 Thread Jesús Manuel Loaiza Vidal
Victor Duchovni escribió: On Mon, Dec 15, 2008 at 05:53:24PM -0700, Jes?s Manuel Loaiza Vidal wrote: Here is the log with smtpd_tls_loglevel = 4 (with a retry just after the error) and the corresponding pcap file: postfix-2.txt tcp-2.cap

outbound spam filtering

2008-12-16 Thread David Koski
An ISP that I do work for recently had an acocunt on their CommuniGatePro server hijacked by a spammer. Of course this got them on the blacklist of AOL, Yahoo and others. There are three inbound Postfix relay servers for blacklisting that are in front of three Barracuda spam filters. I am try

Re: Patterns %1, %2, etc. in LDAP tables not working for domains?

2008-12-16 Thread Durk Strooisma
>> My question, is this intended behaviour? Did anyone notice this >> behavious as well? > > Yes, this is documented intended behaviour. See, ldap_table(5): > > %[1-9] The patterns %1, %2, ... %9 are replaced by > the corresponding most significant component >

Re: Patterns %1, %2, etc. in LDAP tables not working for domains?

2008-12-16 Thread Victor Duchovni
On Tue, Dec 16, 2008 at 02:11:57PM +0100, Durk Strooisma wrote: > Hi all, > > I'm succesfully using the patterns %1, %2, etc. in my LDAP tables for > virtual_alias_maps and virtual_mailbox_maps. However, in the table for > virtual_mailbox_domains the patterns don't seem to be expanded. That's ri

Re: Changing hostname

2008-12-16 Thread Francesco Abeni
Matt Rude ha scritto: In another thread, i discovered that the only way to change my HELO name (in response to an HELO command from another SMTP server is to change my hostname). As far as postfix is concerned, do you know if this change could cause any kind of issue? Look at http://www.postfi

Re: helo_name is not what i set

2008-12-16 Thread Matt Rude
On Tue, December 16, 2008 4:04 am, Francesco Abeni wrote: > Good morming everybody. Surely it is my fault, but i am not able to set > helo name as i want. > > Here are relevant lines from postconf -n: > > > myhostname = srv04.givi.it smtp_helo_name = smtp.givi.it smtpd_banner = > $smtp_helo_name E

Re: Changing hostname

2008-12-16 Thread Matt Rude
On Tue, December 16, 2008 7:45 am, Francesco Abeni wrote: > In another thread, i discovered that the only way to change my HELO name > (in response to an HELO command from another SMTP server is to change my > hostname). > > As far as postfix is concerned, do you know if this change could cause >

Re: how to set different send rate to different destination[ip]

2008-12-16 Thread Wietse Venema
You can set different rates for different destinations. For this, you MUST READ the rest of the URLs in my response. - specify a different (master.cf) transport for rate limited destinations. - specify (main.cf) mumble_destination_rate_delay values in main.cf. - specify a (main.cf) transport map

Changing hostname

2008-12-16 Thread Francesco Abeni
In another thread, i discovered that the only way to change my HELO name (in response to an HELO command from another SMTP server is to change my hostname). As far as postfix is concerned, do you know if this change could cause any kind of issue? -- Francesco

Re: helo_name is not what i set

2008-12-16 Thread Francesco Abeni
Andreas Winkelmann ha scritto: I have no problem with smtpd_banner, which i am able to set as i like (of course, i will keep in mind your suggestion about SMTP protocol requirementes). I have problem with smtp_helo_name: i set it in the configuration file as "smtp.givi.it" but it still appears

Patterns %1, %2, etc. in LDAP tables not working for domains?

2008-12-16 Thread Durk Strooisma
Hi all, I'm succesfully using the patterns %1, %2, etc. in my LDAP tables for virtual_alias_maps and virtual_mailbox_maps. However, in the table for virtual_mailbox_domains the patterns don't seem to be expanded. Tested with Postfix as daemon and "postfix -q", using Postfix 2.5.5-1.1 on Debian 5.

RE: helo being rejected

2008-12-16 Thread Joey
> -Original Message- > From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] > On Behalf Of MacShane, Tracy > Sent: Monday, December 15, 2008 9:18 PM > To: postfix-users@postfix.org > Subject: RE: helo being rejected > > From: owner-postfix-us...@postfix.org > [mai

Re: postfix+dspam+content_filter

2008-12-16 Thread mouss
Marcin Rzepecki a écrit : > Hello, > > I have configured DSPAM to act as a deamon and bind it to Postfix via > LMTP: > # forward to dspam > smtp inet n - n - - smtpd >-o content_filter=lmtp:unix:/var/run/dspam/sock > # back route from dspam > 127.0.0.1:

Re: helo_name is not what i set

2008-12-16 Thread Andreas Winkelmann
Good morming everybody. Surely it is my fault, but i am not able to set helo name as i want. Here are relevant lines from postconf -n: myhostname = srv04.givi.it smtp_helo_name = smtp.givi.it smtpd_banner = $smtp_helo_name ESMTP GIVI srl I want hel

Re: postfix+dspam+content_filter

2008-12-16 Thread Steve
Original-Nachricht > Datum: Tue, 16 Dec 2008 12:45:31 +0100 > Von: Marcin Rzepecki > An: postfix-users@postfix.org > Betreff: postfix+dspam+content_filter > Hello, > > I have configured DSPAM to act as a deamon and bind it to Postfix via > LMTP: > # forward to dspam > smtp

postfix+dspam+content_filter

2008-12-16 Thread Marcin Rzepecki
Hello, I have configured DSPAM to act as a deamon and bind it to Postfix via LMTP: # forward to dspam smtp inet n - n - - smtpd -o content_filter=lmtp:unix:/var/run/dspam/sock # back route from dspam 127.0.0.1:10026 inet n - n - -

Re: helo_name is not what i set

2008-12-16 Thread Wolfgang Zeikat
On 16.12.2008 11:27, Francesco Abeni wrote: > telnet smtp.givi.it 25 > 220 smtp.givi.it ESMTP GIVI srl > helo playmobile.gibilogic.com > 250 srv04.givi.it I guess that if there is an $smtp_helo_name parameter, it could be set different from $myhostname. Am i wrong? The smtp_helo_name

Re: helo_name is not what i set

2008-12-16 Thread Francesco Abeni
lst_ho...@kwsoft.de ha scritto: Good morming everybody. Surely it is my fault, but i am not able to set helo name as i want. Here are relevant lines from postconf -n: myhostname = srv04.givi.it smtp_helo_name = smtp.givi.it smtpd_banner = $smtp_helo_name ESMTP GIVI srl I want helo name to be

Re: RBL & Postfix

2008-12-16 Thread Charles Marcus
On 12/16/2008 2:40 AM, neugi wrote: >>> As for your problem, the only thing I can think of is your >>> users are not actually using sasl_auth? >> 1. check the logs, there should be lines like these >> >> --CUT >> Dec 14 08:34:39 hel postfix/smtpd[9845]: 7566CBC05FE: >> client=client.exampl

how to set different send rate to different destination[ip]

2008-12-16 Thread tony liu
As kindly suggested, I set /etc/postfix/main.cf: smtp_destination_rate_delay = 2 , It does work. but Is it possible to give different sending rates for different destination[ip], ex, for hotmail 30mails/minute, but for Gmail, 60 mails/minute etc. Thanks in advance. Tony. -邮件原件- 发件人:

Re: helo_name is not what i set

2008-12-16 Thread lst_hoe02
Zitat von Francesco Abeni : Francesco Abeni ha scritto: Good morming everybody. Surely it is my fault, but i am not able to set helo name as i want. Here are relevant lines from postconf -n: myhostname = srv04.givi.it smtp_helo_name = smtp.givi.it smtpd_banner = $smtp_helo_name ESMTP GIVI

different sending rate control to different destination[ip]

2008-12-16 Thread tony liu
As kindly suggested, I set /etc/postfix/main.cf: smtp_destination_rate_delay to control sending rate , it does work. But my question is how to set different sending rate according to different destination. Ex. For hotmail, 30 mails/ min. but for gmail, 60 mails/ m. Thanks in advance. Tony.

Re: helo_name is not what i set

2008-12-16 Thread Francesco Abeni
Francesco Abeni ha scritto: Good morming everybody. Surely it is my fault, but i am not able to set helo name as i want. Here are relevant lines from postconf -n: myhostname = srv04.givi.it smtp_helo_name = smtp.givi.it smtpd_banner = $smtp_helo_name ESMTP GIVI srl I want helo name to be "sm

helo_name is not what i set

2008-12-16 Thread Francesco Abeni
Good morming everybody. Surely it is my fault, but i am not able to set helo name as i want. Here are relevant lines from postconf -n: myhostname = srv04.givi.it smtp_helo_name = smtp.givi.it smtpd_banner = $smtp_helo_name ESMTP GIVI srl I want helo name to be "smtp.givi.it", but it always ap

Re: RBL & Postfix

2008-12-16 Thread lst_hoe02
Zitat von neugi : 2008/12/15 Udo Rader : neugi schrieb: how can i check if users use sasl or not? are there any special settings in the mailclient? best 2008/12/15 Charles Marcus : On 12/15/2008, neugi (neu...@gmail.com) wrote: smtpd_recipient_restrictions = permit_sasl_authenticated,

Re: RBL & Postfix

2008-12-16 Thread Udo Rader
neugi schrieb: 2008/12/15 Udo Rader : neugi schrieb: how can i check if users use sasl or not? are there any special settings in the mailclient? best 2008/12/15 Charles Marcus : On 12/15/2008, neugi (neu...@gmail.com) wrote: smtpd_recipient_restrictions = permit_sasl_authenticated, permit_

Re: Large volume configuration

2008-12-16 Thread lst_hoe02
Zitat von Jeffrey Shawn Klotz : Can anyone recommend any articles / guides / etc to configure a server for large volume? I have a server that consistently maxes out it's T1 connection. I'd like to be sure I've got things configured to make the most of it. It's not uncommon when the circ