compile error postfix 2.5.5 suse8.2/gcc 3.3

2008-09-03 Thread Andre Hübner
Hi, i successfully compiled and packaged postfix 2.5.5 on suse 10.1 with gcc 4.1.2 Now i try same with suse 8.2 and gcc 3.3 Testcompile with simple: make tidy results in make tidy make -f Makefile.in MAKELEVEL= Makefiles (echo "# Do not edit -- this file documents how Postfix was built for

Re: compile error postfix 2.5.5 suse8.2/gcc 3.3

2008-09-03 Thread Andre Hübner
Note that uint32_t is used in /usr/include/sys/epoll.h. This means that you have a broken include file hierachy. /usr/include/sys/epoll.h is part of c-library and unchanged by me i tried "make tidy" on this machine with version 2.4.9 and it was successfull lines 56-68 of /usr/include/sys/epo

Re: compile error postfix 2.5.5 suse8.2/gcc 3.3

2008-09-03 Thread Andre Hübner
Sorry, "make tidy" is always successful. This proves nothing. not always, this is the reason for writing to this list ;) errormessages sent in 1. mail are result of make tidy hmm, on this special maschine no sys-software is changed by me. i even cannot update any parts of system cause it is d

Re: disabling account - bounces

2009-02-02 Thread Andre Hübner
Hello, Bounce loops happen when things are beoken at both ends. The Internet mail RFCs demand that bounces are sent with a null envelope sender address, so that bounces will not loop. yes, it works like you said. i should it have known... ;) sorry... Thanks,

disabling account - bounces

2009-02-02 Thread Andre Hübner
Hello, found this on net http://www.mailinglistarchive.com/postfix-users@postfix.org/msg26965.html This works fine. But i wonder how to reduce bounces which could be sent permanently between two disabled post-boxes? Or should also sending be disabled if mailbox is not accepting messages? Than

quota with mysql

2010-03-03 Thread Andre Hübner
Hello, i want to do a exact calculating quota with postfix<->mysql to reject incoming mails if user is over quota. Complete storage-statistics+quota is done by dovecot in background. Currently i use check_recipient_access mysql:/path/mysql.conf to get return value. But for an exact calculation i

Re: quota with mysql

2010-03-03 Thread Andre Hübner
Hallo, Maybe you should give a try to dovecot-deliver. It'll take care of the quota stuff directly. this is working already but is not rejecting a mail on smtp-dialog. it deletes the mail after postfix was accepting it and this is a legal difference. Thanks, Andre

anvil - dynamical limits

2009-02-24 Thread Andre Hübner
Hello, i try to find further infos for anvil-service and how to use it. In my Maillogs i see some statistics written by anvil but i do not understand the plan to use anvil to do a client based session/request control. In german list i got one answer that i should write own policy-service. Ist

smtpd_sender_login_maps subdomains

2009-03-06 Thread Andre Hübner
Hello, i do some tests with smtpd_sender_login_maps which is already working. One question: is it right that subdomains which should be able to send mails also need to be declared in my mapfile? My tests with wildcards did not succeed. Thanks, Andre

Policy server as bash-script

2009-03-12 Thread Andre Hübner
Hello, i try to create a small policy server as a bash script. The script is alsmost done and is working. the only problem i have is the correct reply to postfix. http://www.postfix.org/SMTPD_POLICY_README.html shows: The policy server replies with any action that is allowed in a Postfix SMTPD

get queue_id in policy-service

2009-04-07 Thread Andre Hübner
Hello, i try some programming of policy-service for postfix which is part of my smtpd_recipient_restrictions http://www.postfix.org/SMTPD_POLICY_README.html postfix is delivering all needed data, but to log complete sequence of mailprocess i would need queue_id for later logging. queue_id unf

shellscript as policy-service --> zombie/load

2009-04-24 Thread Andre Hübner
Hello, for testing purposes i wrote a policy-service for postfix as a shellscript. My Script is working very well, iam happy with its functionality ;) But unfortunately there is one problem when a lot of mails are incoming. the shellscript just does some grepping in small files etc. and is giv

Re: shellscript as policy-service --> zombie/load

2009-04-27 Thread Andre Hübner
Hello, Andre Hübner: Hello, for testing purposes i wrote a policy-service for postfix as a shellscript. My Script is working very well, iam happy with its functionality ;) But unfortunately there is one problem when a lot of mails are incoming. the shellscript just does some grepping in

Re: shellscript as policy-service --> zombie/load

2009-04-28 Thread Andre Hübner
Hello, Andre Hübner: Hello, for testing purposes i wrote a policy-service for postfix as a shellscript. My Script is working very well, iam happy with its functionality ;) But unfortunately there is one problem when a lot of mails are incoming. the shellscript just does some grepping in

Re: shellscript as policy-service --> zombie/load

2009-05-18 Thread Andre Hübner
Hello, Do not contradict the expert. You must find out the parent process of the zombies. In the output from "ps axl" commands, this is shown in the PPID column (use "ps -el" on Solaris and other SYS5-ish platforms). The parent process is not cleaning up as it should. Wietse Oh no, i do n

safe etrn

2009-07-09 Thread Andre Hübner
Hello, i try to set up safe etrn. i use in main.cf smtpd_etrn_restrictions = check_etrn_access hash:/etc/postfix/etrn-domains reject if etrn-domain is found /etc/postfix/etrn-domains returns name of 2nd restriction which checks by check_client_access other file for clientip and returns ok if