Hello *,

oh wonder, after reinstall on my new Server IBM x335 (but use  the  same
config files), "/usr/sbin/rcptfilter" is now working magicaly...

To test it, I have written a small script

----[ '~/rcptfilter.sh' ]-----------------------------------------------
#!/bin/bash

DATE=`date +%Y%m%d_%H%M%S`

DIR=/tmp
DIR=/home/michelle.konzack/log

if [ ! -d ${DIR} ] ; then
  mkdir -p ${DIR}
fi

LOG=${DIR}/${DATE}.log

echo "$*"   >${LOG}
echo       >>${LOG}
echo "########################################################################" 
>>${LOG}
echo       >>${LOG}
env  |sort >>${LOG}
echo       >>${LOG}
echo "########################################################################" 
>>${LOG}

chown michelle.konzack:michelle.konzack ${LOG}

exit 0

------------------------------------------------------------------------

but any logs written to ${LOG} have the UID/GID daemon:daemon and I  can
not access it as user.  Can someone tell me whats going on here?

The script I want to run later, has to write some data to disk, but with
this permission problem it is useless.

How to solv this problem?

Thanks, Greetings and nice Day/Evening
    Michelle Konzack

-- 
##################### Debian GNU/Linux Consultant ######################
   Development of Intranet and Embedded Systems with Debian GNU/Linux

itsyst...@tdnet France EURL       itsyst...@tdnet UG (limited liability)
Owner Michelle Konzack            Owner Michelle Konzack

Apt. 917 (homeoffice)
50, rue de Soultz                 Kinzigstraße 17
67100 Strasbourg/France           77694 Kehl/Germany
Tel: +33-6-61925193 mobil         Tel: +49-177-9351947 mobil
Tel: +33-9-52705884 fix

<http://www.itsystems.tamay-dogan.net/>  <http://www.flexray4linux.org/>
<http://www.debian.tamay-dogan.net/>         <http://www.can4linux.org/>

Jabber linux4miche...@jabber.ccc.de
ICQ    #328449886

Linux-User #280138 with the Linux Counter, http://counter.li.org/

Attachment: signature.pgp
Description: Digital signature

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to