Re: adding virtual webmail users, freebsd6

2006-01-08 Thread Derek Musselmann
Yes, it is doable with postfix and it's not too complicated.  You'll  
basically need a database for the backend (mysql, postgresql) and a  
few config changes to postfix.


There are several tutorials available on the postfix website:
http://www.postfix.org/docs.html

-
Derek Musselmann
http://www.disflux.com



On Jan 8, 2006, at 3:54 PM, Dave wrote:


Hello,
   I'm setting up a webmail solution on freebsd6. So far i've got  
the underlying MTA Postfix working. I've installed Squirrelmail  
from ports so far all of this installed fine. Now i want to give  
another user an administrative function, adding virtual users, so  
that i won't have to manually add real users whenever a new account  
is needed. Is this doable?

Thanks.
Dave.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Extremely slow authentication via SSH on FreeBSD 6.0

2006-01-08 Thread Derek Musselmann

On Jan 8, 2006, at 7:21 PM, Garrett Cooper wrote:
	I'm having a hard time authenticating after upgrading the kernel  
and some packages, and I was wondering if someone could help me out  
with this issue. I marked the trouble points and included my  
sshd_config.


I noticed in your sshd_config that you have:

# Change to yes to enable built-in password authentication.
PasswordAuthentication yes
PermitEmptyPasswords no

# Change to no to disable PAM authentication
ChallengeResponseAuthentication no


By default, ssh uses PAM for authentication.  By commenting those  
lines out, it doesn't mean that password checking won't be done, just  
that it will be handled with PAM.


And then later in the file you have:
UsePAM yes

Try commenting out the PasswordAuthentication, PermitEmptyPasswords,  
and ChallengeResponse lines.


-
Derek Musselmann
http://www.disflux.com



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: good blogging port?

2006-01-07 Thread Derek Musselmann
The best blogging software for php/pgsql in my opinion is  
Serendipity.  It has a great plugin architecture and works very well.


-
Derek Musselmann
http://www.disflux.com



On Jan 7, 2006, at 12:01 PM, Jeff D. Hamann wrote:


I need to start a blog. does anyone have any recommendations for a
blogging tools from the ports collection? Preferrably one I can  
hook up to

php and postgresql..


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problems with mod_auth_pam

2006-01-05 Thread Derek Musselmann

Hello all,
I have a working version of Apache (1.3.34) and am trying to use  
mod_auth_pam to allow access to a directory.  The modules all load  
and I get no error messages.  When I try to authenticate using my  
username/password I get this in the Apache error logs:
Permission denied: access to /dspam/ failed for 192.168.1.100,  
reason: authentication error


It will absolutely not accept my password and I don't know if there  
are any logs someplace else telling me why.  I have tried different  
browsers (Mozilla, Firefox, IE, Safari) with the same result.


My /etc/pam.d/httpd:
auth   requiredpam_unix.so debug
accountrequired pam_unix.so debug

And my httpd.conf:
Directory /usr/local/www/vhosts/dspam
  Options +ExecCGI
  AuthPAM_Enabled on
  AuthName DSPAM
  AuthType Basic
  Require valid-user
/Directory

Any help is greatly appreciated!

Derek Musselmann



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: desktop icons in enlightenment 0.16-5

2002-07-13 Thread Derek Musselmann

You can always run Gnome on top of Enlightenment.  A lot of people seem
to use that solution and are happy with it.

Derek Musselmann

On Sat, 2002-07-13 at 11:23, Petre Bandac wrote:
 it seems I'm not capable to get me some desktop icons ... the icon box stores only 
the minimized applications
 
 I want a nice iconbar like gnome/kde have - is it possible or do I have to change 
the wm ?




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message