Re: DNS cache

2012-04-06 Thread DN Singh
Thank You very much for the answer. Prompt and apt as always On Thu, Apr 5, 2012 at 8:59 PM, Wietse Venema wie...@porcupine.org wrote: DN Singh: Hello group, While implementing our own DNSBL, I came across a phenomenon. Right now in testing phase, I found that the dns queries were

Rewrite mail owner

2012-04-06 Thread Nahliel Steinberg
hello, My english is poor but i try to explain my problem. who i can do to rename a sender Name and Surname (not mail) for root ? I configure canonical map root othername postfix rewrite correctly the sender but name stay root when i received the mail. Is possible ? Best regards --

ld: warning: duplicate dylib when building postfix 2.9.1 on Mac OS X 10.6

2012-04-06 Thread monobloco
Hallo, i want to build postfix 2.9.1 on Snow Leopard using self-build zlib. zlib was configured, build and installed as follows: ./configure –archs=”-arch i386 -arch x86_64″ make sudo make install which results in: /usr/local/lib/libz.1.2.6.dylib /usr/local/lib/libz.1.dylib - libz.1.2.6.dylib

Re: GSSAPI authentication

2012-04-06 Thread Eray Aslan
On 2012-04-06 2:12 AM, Viktor Dukhovni wrote: The basic idea is to ensure that there is always a ticket in the client's credential cache. This is done via a cron-job that runs kinit -k ... once an hour. kstart/krenew should be able to do the work as well. Is there any particular reason one

Re: GSSAPI authentication

2012-04-06 Thread Wietse Venema
Eray Aslan: On 2012-04-06 2:12 AM, Viktor Dukhovni wrote: The basic idea is to ensure that there is always a ticket in the client's credential cache. This is done via a cron-job that runs kinit -k ... once an hour. kstart/krenew should be able to do the work as well. Is there any

Re: ld: warning: duplicate dylib when building postfix 2.9.1 on Mac OS X 10.6

2012-04-06 Thread Wietse Venema
monobl...@women-at-work.org: Hallo, i want to build postfix 2.9.1 on Snow Leopard using self-build zlib. This will result in errors when you link Postfix with other libraries that require the system zlib library. You can't have more than one implementation with the same global names in the

Re: ld: warning: duplicate dylib when building postfix 2.9.1 on Mac OS X 10.6

2012-04-06 Thread monobloco
Hallo Wietse, thanks for the reply! it seems to me that linking postfix with self-made OpenSSL version 1.0.1 works without any problem, although there is still the system provided version 0.9.8. Why should this work with the ssl library but not with zlib? i'm rather curious on this one, what

Re: ld: warning: duplicate dylib when building postfix 2.9.1 on Mac OS X 10.6

2012-04-06 Thread Wietse Venema
monobl...@women-at-work.org: Hallo Wietse, thanks for the reply! it seems to me that linking postfix with self-made OpenSSL version 1.0.1 w -orks without any problem, although there is still the system provided versio -n 0.9.8. Why should this work with the ssl library but not with zlib?

Running Postfix on a hosted service?

2012-04-06 Thread vr
I'm exploring moving my small, non-SQL Postfix installation from a SOHO type server to an ISP... Cloud... or whatever marketing term you fancy. I ask here because my own personal experience with Web companies has been dismal when trying to send legitimate email from forum topics or end-user

Re: GSSAPI authentication

2012-04-06 Thread Viktor Dukhovni
On Fri, Apr 06, 2012 at 04:47:37PM +0300, Eray Aslan wrote: On 2012-04-06 2:12 AM, Viktor Dukhovni wrote: The basic idea is to ensure that there is always a ticket in the client's credential cache. This is done via a cron-job that runs kinit -k ... once an hour. kstart/krenew should

Re: GSSAPI authentication

2012-04-06 Thread Quanah Gibson-Mount
--On Friday, April 06, 2012 5:15 PM + Viktor Dukhovni postfix-us...@dukhovni.org wrote: On Fri, Apr 06, 2012 at 04:47:37PM +0300, Eray Aslan wrote: On 2012-04-06 2:12 AM, Viktor Dukhovni wrote: The basic idea is to ensure that there is always a ticket in the client's credential cache.

Re: GSSAPI authentication

2012-04-06 Thread Viktor Dukhovni
On Fri, Apr 06, 2012 at 10:24:23AM -0700, Quanah Gibson-Mount wrote: The cron solution is much simpler and more robust. There is no supervisor process running, no need for the child to not exit, no need to instrument postfix start-up by wrapping in kstart, ... Instead, there is a

permissions 777, but still denied ???

2012-04-06 Thread sean darcy
Trying to route email to a script. /etc/aliases cat /etc/postfix/aliases #fax sendfax: |/home/sendfax/fax/test-fax.cmd cat /home/sendfax/fax/test-fax.cmd #!/bin/sh cat - output I've opened up all the permissions: ls -l /home/sendfax total 8 drwxrwxrwx 2 sendfax sendfax 4096 Apr 6 15:08

Re: permissions 777, but still denied ???

2012-04-06 Thread Reindl Harald
Am 06.04.2012 21:23, schrieb sean darcy: Trying to route email to a script. /etc/aliases cat /etc/postfix/aliases #fax sendfax: |/home/sendfax/fax/test-fax.cmd cat /home/sendfax/fax/test-fax.cmd #!/bin/sh cat - output I've opened up all the permissions: ls -l /home/sendfax

Re: permissions 777, but still denied ???

2012-04-06 Thread Andrew Beverley
On Fri, 2012-04-06 at 21:35 +0200, Reindl Harald wrote: Trying to route email to a script. what are the permissions of the parent-folders? i bet there lies the problem I've had problems in the past with scripts not owned by the user that postfix was executing them as (even though that user

Re: permissions 777, but still denied ???

2012-04-06 Thread Reindl Harald
Am 06.04.2012 22:57, schrieb Sean Darcy: But moved test-fax.cmd to /usr/local/bin, and changed it to: #!/bin/sh cat - /home/sendfax/fax/output Now it seems it can execute the script, but can't write to output! 4EB89AE0DF7: to=sendfax@[10.10.11.180], relay=local, delay=4761,

new centos, receives fine, can't send

2012-04-06 Thread Jim Barchuk
Hi All! New centos install. Been running sendmail for many years under redhat and openbsd but with the maturity of postfix, and seeing as it's the default centos mailer I thought I'd give it a try. This is a single-pc server, no LAN/WAN issues invloved. Here's the error message, clearly a

Re: new centos, receives fine, can't send

2012-04-06 Thread Reindl Harald
Am 06.04.2012 23:38, schrieb Jim Barchuk: Hi All! New centos install. Been running sendmail for many years under redhat and openbsd but with the maturity of postfix, and seeing as it's the default centos mailer I thought I'd give it a try. This is a single-pc server, no LAN/WAN issues

mail delivery system message

2012-04-06 Thread Jon Miller
I'm getting a message stating the following: This is the Postfix program at host mail.mmtnetworks.com.au. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance, please send mail to postmaster If you do

Re: mail delivery system message

2012-04-06 Thread Noel Jones
On 4/6/2012 10:07 PM, Jon Miller wrote: I'm getting a message stating the following: This is the Postfix program at host mail.mmtnetworks.com.au. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance,