-
The new PhpMyEmail version is available.
What's new ?
- An installation script is available
- PhpMyEmail uses php.ini as configuration file
- PhpMyEmail has much more options, see the README file for details
Feel free to contact us if you encounter any problem !
2009-09-16 20:46:48 UTC in phpmyemail
-
nickilo changed the public information on the phpmyemail project.
2009-09-16 20:42:21 UTC in phpmyemail
-
nickilo changed the public information on the phpmyemail project.
2009-09-16 20:25:59 UTC in phpmyemail
-
nickilo made 1 file-release changes.
2009-09-16 20:22:01 UTC in phpmyemail
-
nickilo changed the public information on the phpmyemail project.
2009-09-16 20:19:56 UTC in phpmyemail
-
nickilo changed the public information on the phpmyemail project.
2009-09-16 20:14:15 UTC in phpmyemail
-
Logged In: YES
user_id=1133673
I have MIT Kerberos.
When i configure mod_gss i use the command
./configure
without --enable-mit because the readme said MIT was the
default one.
I am very sorry taking you time for a so dummy problem, but
i think you should change your readme.
Thank you very much, i gonna test it now :)
Thank you for this proftpd module too.
Regards...
2006-09-08 07:40:02 UTC in GSS module for proftpd
-
Logged In: YES
user_id=1133673
Here is the output you requested
./proftpd -d 10 -n -c /etc/proftpd-new.conf
- parsing '/etc/proftpd-new.conf' configuration
- FS: using system open()
- FS: using system read()
- dispatching directive 'ServerName' to module mod_core
- dispatching directive 'ServerType' to module mod_core
- dispatching directive 'DefaultServer' to module mod_core...
2006-09-07 07:32:42 UTC in GSS module for proftpd
-
Logged In: YES
user_id=1133673
Here is the command i use to build :
./configure --enable-dso --with-shared=mod_gss \
--with-includes=/usr/local/Kerberos/include \
--with-libraries=/usr/local/Kerberos/lib \
&& make && make install
ldd /usr/local/libexec/mod_gss.so
libc.so.6 => /lib/libc.so.6 (0x40022000)
/lib/ld-linux.so.2 (0x80000000)
Hope this help.
By the way...
2006-09-04 07:57:42 UTC in GSS module for proftpd
-
I am trying to build proftpd with mod_gss both are 1.3
versions.
I have followed the build instructions.
When i try to launch proftpd the following trace appears:
write(2, " - retrieved GID 99 for group \'n"..., 40 -
retrieved GID 99 for group 'nogroup'
) = 40
write(2, " - FS: using system read()\n", 27 - FS: using
system read()
) = 27
read(3, "d...
2006-09-01 13:25:16 UTC in GSS module for proftpd