Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: demonx on May 22, 2007, 05:48:48 PM

Title: configuration questions
Post by: demonx on May 22, 2007, 05:48:48 PM
Hi All
I have a couple questions on sme 7.0
Is there a way to disable the automatic creation of pseudonyms?
I still want to be able to create them manually.
Is there a way to disable the requirement for secure imap, pop, and smtp when connecting from outside the local network? I want to allow standard imap, pop, and smtp from anywhere.
Title: Re: configuration questions
Post by: skydivers on May 22, 2007, 05:55:48 PM
Quote from: "demonx"

Is there a way to disable the requirement for secure imap, pop, and smtp when connecting from outside the local network? I want to allow standard imap, pop, and smtp from anywhere.


Read this:

http://wiki.contribs.org/Email
Title: Re: configuration questions
Post by: jfarschman on December 05, 2007, 09:08:27 PM
Demonx,

  I don't think the Wiki covers this and probably should not because this requires a modification to the code.  Damien Curtain made changes like this in the old 5.6 code and I've updated when you need to to here.  I've created it as a patch for e-smith-base-4.18.0-69.el4.sme, but everytime someone modifies e-smith-base you'll have to reapply this patch.

  Hope this helps.  BTW: we are doing this on a system with almost 3000 user and an ISP that does not want to provide pseudonyms.

# make a backup
cp /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm /root/

# grab and load the patch
wget http://www.hitechsavvy.com/downloads/patch_useraccounts.pm_remove_pseudonyms
patch /usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm < patch_useraccounts.pm_remove_pseudonyms

Note Bene: Use this at your own risk, modifying the PERL behind the GUI is risky.
Title: Re: configuration questions
Post by: byte on December 05, 2007, 10:49:29 PM
I've created it as a patch for e-smith-base-4.18.0-69.el4.sme [..]

Jay - Did you create a bug ticket for a NFR/Code review ?
Title: Re: configuration questions
Post by: jfarschman on December 05, 2007, 11:23:37 PM
Byte,

  Errr... no I didn't.  My sense is this is useless code.  Why on earth would anyone want to run a server with 3000 users? or why would someone want to turn off pseudonyms for a normal site.

  Honestly... should I post this for review
Title: Re: configuration questions
Post by: byte on December 06, 2007, 12:06:25 AM
Why on earth would anyone want to run a server with 3000 users? or why would someone want to turn off pseudonyms for a normal site.

At least the code is there if they wish to turn it off if a bug was raised. But like you say 3000 users  :shock:

Quote
  Honestly... should I post this for review

I would as I'm only directing users to the bugzilla once there a core dev will be able to review this and decide whether it would be a option to turn off in case of the very scenario or mark as suitable.
Title: Re: configuration questions
Post by: jfarschman on December 06, 2007, 12:32:17 AM
posted to bugzilla. thanks.