Re: Small Enhancement for the Policy Server Protocol

2008-08-23 Thread Ronald F. Guilmette
In message <[EMAIL PROTECTED]>, "Jan P. Kessler" <[EMAIL PROTECTED]> wrote: >Noel Jones schrieb: >> Ronald F. Guilmette wrote: >>> It's easy enough to just pass a copy of $mynetworks to an external >>> policy >>> server, e.g. via the command line argv. > > >This won't work for policy servers wh

Re: Virtual domains help

2008-08-23 Thread mouss
Rupert Reid wrote: Hello all, I wan to set up an additional domain in postfix, whereby, to the outside world it is considered a separate and distinct postfix domain. Internally I have two separate unix accounts set up: unixmaindomain and unixadditionaldomain. I want that all mail ([EMAIL PRO

Re: Postfix and SASL authentication error

2008-08-23 Thread Noel Jones
sharad kanekar wrote: And my /var/log/maillog is: Aug 23 19:01:03 mails dovecot: Dovecot v1.0.rc15 starting up That dovecot version is very old with many many known bugs that have been corrected in newer releases (I don't remember if any of those bugs are directly related to your problem, b

Re: Using body_checks.

2008-08-23 Thread Miguel Da Silva - Centro de Matemática
Ralf Hildebrandt escreveu: * Miguel Da Silva - Centro de Matemática <[EMAIL PROTECTED]>: I wrote down the following regular expression, would it work properly?! Didn't I just tell you im my other mail that you need a content_filter? You're sure... but just now I could read you other mail. :

Re: Fwd: Postfix and SASL authentication error

2008-08-23 Thread Ralf Hildebrandt
* sharad kanekar <[EMAIL PROTECTED]>: > Dear Sir > I just restart dovecot , but still the problem is same. My > question is that is I need to make any database for sasl passwd auth. If dovecot doesn't generate the socket then find out why :) -- Ralf Hildebrandt ([EMAIL PROTECTED])

Virtual domains help

2008-08-23 Thread Rupert Reid
Hello all, I wan to set up an additional domain in postfix, whereby, to the outside world it is considered a separate and distinct postfix domain. Internally I have two separate unix accounts set up: unixmaindomain and unixadditionaldomain. I want that all mail ([EMAIL PROTECTED], [EMAIL

Fwd: Postfix and SASL authentication error

2008-08-23 Thread sharad kanekar
Dear Sir I just restart dovecot , but still the problem is same. My question is that is I need to make any database for sasl passwd auth. 2008/8/23 Ralf Hildebrandt <[EMAIL PROTECTED]> > > * sharad kanekar <[EMAIL PROTECTED]>: > > Dear Sir, > > The result is: > > [EMAIL PROT

Re: Postfix and SASL authentication error

2008-08-23 Thread Ralf Hildebrandt
* sharad kanekar <[EMAIL PROTECTED]>: > Dear Sir, > The result is: > [EMAIL PROTECTED] ~]# ls -l /var/spool/postfix/private/auth > ls: /var/spool/postfix/private/auth: No such file or directory Restart dovecot -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix

Re: Postfix and SASL authentication error

2008-08-23 Thread sharad kanekar
Dear Sir, The result is: [EMAIL PROTECTED] ~]# ls -l /var/spool/postfix/private/auth ls: /var/spool/postfix/private/auth: No such file or directory On Sat, Aug 23, 2008 at 7:57 PM, Ralf Hildebrandt < [EMAIL PROTECTED]> wrote: > * sharad kanekar <[EMAIL PROTECTED]>: > > Dear Sir, > >

Re: Postfix and SASL authentication error

2008-08-23 Thread Ralf Hildebrandt
* sharad kanekar <[EMAIL PROTECTED]>: > Dear Sir, > > My dovecot.conf > auth default { > mechanisms = plain login > passdb pam { > } > userdb passwd { > } > socket listen { > client { ># Assumi

Re: Postfix and SASL authentication error

2008-08-23 Thread sharad kanekar
Dear Sir, My dovecot.conf auth default { mechanisms = plain login passdb pam { } userdb passwd { } socket listen { client { # Assuming the default Postfix $queue_directory setting

Re: Postfix and SASL authentication error

2008-08-23 Thread Ralf Hildebrandt
* sharad kanekar <[EMAIL PROTECTED]>: > Dear Sir, > > This is my master.cf Good. Did you configure dovecot to actually create the socket private/auth? client { # The client socket is generally safe to export to everyone. Typical use # is to export it to your SMTP serv

Re: Postfix and SASL authentication error

2008-08-23 Thread sharad kanekar
Dear Sir, This is my master.cf # # Postfix master process configuration file. For details on the format # of the file, see the master(5) manual page (command: "man 5 master"). # # == # service type private unpri

Re: Postfix and SASL authentication error

2008-08-23 Thread Ralf Hildebrandt
* sharad kanekar <[EMAIL PROTECTED]>: > And my /var/log/maillog is: > Aug 23 19:01:03 mails dovecot: Dovecot v1.0.rc15 starting up > Aug 23 19:01:55 mails postfix/smtpd[3472]: warning: SASL: Connect to > private/auth failed: No such file or directory Show master.cf (the smtpd line) -- Ralf Hild

Postfix and SASL authentication error

2008-08-23 Thread sharad kanekar
Dear All, I configured Postfix 2.3.3-2 on CentOS 5.2 using SASL Dovecot authentication put I am facing the problem to receive mails . My postconf -n result is: [EMAIL PROTECTED] ~]# postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sb

Re: what's this anvilled as "unknown[unknown]"

2008-08-23 Thread Wietse Venema
Len Conrad: > > tail -f -100 /var/log/maillog | awk 'tolower ($0) ~ /exceeded/ {print > $3, $11, $13 }' > > > 07:18:18 391 unknown[unknown] > 07:18:18 392 unknown[unknown] > 07:18:19 394 unknown[unknown] > 07:18:20 395 unknown[unknown] > 07:18:21 396 unknown[unknown] > 07:18:26 397 unknown[unkn

Re: what's this anvilled as "unknown[unknown]"

2008-08-23 Thread Ralf Hildebrandt
* Len Conrad <[EMAIL PROTECTED]>: > > tail -f -100 /var/log/maillog | awk 'tolower ($0) ~ /exceeded/ {print $3, > $11, $13 }' > > > 07:18:18 391 unknown[unknown] > 07:18:18 392 unknown[unknown] > 07:18:19 394 unknown[unknown] > 07:18:20 395 unknown[unknown] > 07:18:21 396 unknown[unknown] > 07:18:

what's this anvilled as "unknown[unknown]"

2008-08-23 Thread Len Conrad
tail -f -100 /var/log/maillog | awk 'tolower ($0) ~ /exceeded/ {print $3, $11, $13 }' 07:18:18 391 unknown[unknown] 07:18:18 392 unknown[unknown] 07:18:19 394 unknown[unknown] 07:18:20 395 unknown[unknown] 07:18:21 396 unknown[unknown] 07:18:26 397 unknown[unknown] 07:18:27 398 unknown[unknow

Re: Small Enhancement for the Policy Server Protocol

2008-08-23 Thread Jan P. Kessler
Noel Jones schrieb: Ronald F. Guilmette wrote: It's easy enough to just pass a copy of $mynetworks to an external policy server, e.g. via the command line argv. This won't work for policy servers which are not called by postfix spawn. Maybe it'd be better to exec "postconf mynetworks". An

Re: Connection refused and duplicate aliases warning

2008-08-23 Thread Rupert Reid
On 19 Aug 2008, at 14:37, Brian Evans - Postfix List wrote: Rupert Reid wrote: Hello All, I have two questions as follows: 1. I have set up the postfix server as follows: postconf -n command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_pe

Re: Using body_checks.

2008-08-23 Thread Ralf Hildebrandt
* Miguel Da Silva - Centro de Matemática <[EMAIL PROTECTED]>: > I wrote down the following regular expression, would it work properly?! Didn't I just tell you im my other mail that you need a content_filter? -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung