MARTINE GASTRIN

2010-04-25 Thread Ilo Lorusso
http://spsp2.free.fr/home.php

filtering mail

2009-02-11 Thread Ilo Lorusso
Hi is their a way I can reject messages when its from address does not match the envelope from address? using postfix ofcourse Thanks Regards Ilo

Re: Delivery for local users when using pam_mysql (PAM)

2008-10-30 Thread Ilo Lorusso
Thanks all.. incorrect permissions on my libnss-mysql.cfg file.. alot of hair pulling for such a simple problem.. Tx.. On Wed, Oct 29, 2008 at 11:54 PM, Victor Duchovni <[EMAIL PROTECTED]> wrote: > On Wed, Oct 29, 2008 at 11:04:27PM +0200, Ilo Lorusso wrote: > >> perl -le &#

Re: Delivery for local users when using pam_mysql (PAM)

2008-10-29 Thread Ilo Lorusso
-bash-3.2$ perl -le 'for (@ARGV) { print join(":",getpwnam($_)) }' ipnoc -bash-3.2$ whoami sneak -bash-3.2$ who am i sneakpts/62008-10-29 23:10 (172.69.128.108) -bash-3.2$ On Wed, Oct 29, 2008 at 11:04 PM, Ilo Lorusso <[EMAIL PROTECTED]> wrote: > perl

Re: Delivery for local users when using pam_mysql (PAM)

2008-10-29 Thread Ilo Lorusso
perl -le 'for (@ARGV) { print join(":",getpwnam($_)) }' ipnoc -bash-3.2$ nope.. not successfull, what does this mean? On Wed, Oct 29, 2008 at 10:35 PM, Victor Duchovni <[EMAIL PROTECTED]> wrote: > On Wed, Oct 29, 2008 at 10:12:19PM +0200, Ilo Lorusso wrote: >

Re: Delivery for local users when using pam_mysql (PAM)

2008-10-29 Thread Ilo Lorusso
[EMAIL PROTECTED] ~]#perl -le 'for (@ARGV) { print join(":", getpwnam($_)) }' ipnoc ipnoc:bb8mChsjCXn.c:5000:5000:/bin/bash So what now ? On Wed, Oct 29, 2008 at 9:57 PM, Ilo Lorusso <[EMAIL PROTECTED]> wrote: > yeah I just did a perl > > script

Re: Delivery for local users when using pam_mysql (PAM)

2008-10-29 Thread Ilo Lorusso
On Wed, Oct 29, 2008 at 9:38 PM, Gustav Meirinho <[EMAIL PROTECTED]> wrote: > Try this: > > # perl -e 'print getpwnam "username",$/' > > > > > > > Ilo Lorusso escreveu: > > if getpwnam() is a system library routine and not a co

Re: Delivery for local users when using pam_mysql (PAM)

2008-10-29 Thread Ilo Lorusso
if getpwnam() is a system library routine and not a command how would I go about performing those tests? please forgive my ignorance .. On Wed, Oct 29, 2008 at 8:44 PM, Wietse Venema <[EMAIL PROTECTED]> wrote: > Postfix uses the standard getpwnam() system library routine to > determine if a user

Delivery for local users when using pam_mysql (PAM)

2008-10-29 Thread Ilo Lorusso
Hi, I've got my system using pam_mysql for authentication for horde and dovecot which is working great. when I wish to try send a message to one of my local users which resides in the MySQL database postfix keeps bouncing the message as user unknown.. logs below.. == Oct 29 18:26:16 hor