Re: [courier-users] PHP script Unable to submit message whereas commandline works

2007-01-17 Thread Manuel Schneider [Everything Open]
Running strace in the wrapper might give more insights. I'd also check ldd in the wrapper, in case some module loaded by Apache is different from what the system loads by default. As I'm still suffering from the above named problem - I even copied all the configuration from another, well

Re: [courier-users] PHP script Unable to submit message whereas commandline works

2007-01-17 Thread Manuel Schneider [Everything Open]
stracing sendmail seems even more interesting: fstat64(8, {st_mode=S_IFREG|0755, st_size=82232, ...}) = 0 mmap2(NULL, 92096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb7de7000 mmap2(0xb7dfa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED| MAP_DENYWRITE, 8, 0x12) =

Re: [courier-users] PHP script Unable to submit message whereas commandline works

2007-01-17 Thread Sam Varshavchik
Manuel Schneider [Everything Open] writes: 431 Mail system full.511 Headers - Where does this comes from? The submit process, which is forked by sendmail. pgpfIBqCFW52b.pgp Description: PGP signature - Take Surveys.

Re: [courier-users] PHP script Unable to submit message whereas commandline works

2007-01-17 Thread Manuel Schneider [Everything Open]
431 Mail system full.511 Headers - Where does this comes from? The submit process, which is forked by sendmail. But what does it tell? Disk space and Inodes are available... this is a fresh installation. Manuel -- - All-Things-Open

[courier-users] Troubles to use authlib to read from LDAP (Active Directory)

2007-01-17 Thread Jeronimo Bezerra
Hello everybody, I have a trouble here to make my authtest access my LDAP (Active Directory). In authldaprc I have this: LDAP_URI ldap://192.168.100.30 LDAP_SERVER 192.168.100.30 LDAP_PORT 389 LDAP_PROTOCOL_VERSION 3 LDAP_BASEDN ou=2396,dc=jab,dc=br LDAP_BINDDN

[courier-users] 400: Service temporarily unavailable error.

2007-01-17 Thread Enrique Verdes
I'm setting up a courier 0.53 mail server with ldap users. I can't send mail to or from users on this new server. Users should authenticate, and this is functioning as far as the logs tell me. I have the IP of my internal network in esmtpaccess file with allow, RELAYCLIENT, and as you can see

Re: [courier-users] 400: Service temporarily unavailable error.

2007-01-17 Thread Eduardo Roldan
On Wed, 2007-01-17 at 12:19 -0200, Enrique Verdes wrote: I captured the TCP stream with tcpdump and this is the result. 220 mail.example.com.uy ESMTP EHLO [ip-servidor] AUTH LOGIN 334 adfadfad adfadfadfad== 334 adfadfadf adfadfadf 235 Ok MAIL FROM:[EMAIL PROTECTED] SIZE=404

Re: [courier-users] Different DB settings for IMAP maildrop necessary but/with just one authlib???

2007-01-17 Thread Alessandro Vesely
- - wrote: If I change now the settings in the DB and configure that the email address equals the username for login, then of course it's working for maildrop but sadly then I have also to use the email address as login name for webmail and mailclient. But that's not what I want! As a

Re: [courier-users] 400: Service temporarily unavailable error.

2007-01-17 Thread Gordon Messmer
Enrique Verdes wrote: I'm setting up a courier 0.53 mail server with ldap users. I can't send mail to or from users on this new server. Users should authenticate, and this is functioning as far as the logs tell me. I have the IP of my internal network in esmtpaccess file with allow,

Re: [courier-users] PHP script Unable to submit message whereas commandline works

2007-01-17 Thread Sam Varshavchik
Manuel Schneider [Everything Open] writes: 431 Mail system full.511 Headers - Where does this comes from? The submit process, which is forked by sendmail. But what does it tell? That Courier believes that you are out of disk space. The error message is partially cut off, and there's some

Re: [courier-users] Troubles to use authlib to read from LDAP (Active Directory)

2007-01-17 Thread Sam Varshavchik
Jeronimo Bezerra writes: Hello everybody, I have a trouble here to make my authtest access my LDAP (Active Directory). In authldaprc I have this: LDAP_URI ldap://192.168.100.30 LDAP_SERVER 192.168.100.30 LDAP_PORT 389 LDAP_PROTOCOL_VERSION 3 LDAP_BASEDN ou=2396,dc=jab,dc=br LDAP_BINDDN

Re: [courier-users] Different DB settings for IMAP maildrop necessary but/with

2007-01-17 Thread - -
thank you very much, alessandro! that's what i was looking for! stupid me.the WHERE Clause with the OR part.of courseI was blind! but also the hint about the DEFDOMAINI had no clue about it before.now a few things have become clearer... now it's working perfectly! :-) thx