Koozali.org: home of the SME Server

configuration questions

demonx

configuration questions
« 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.

Offline skydivers

  • *
  • 178
  • +0/-0
Re: configuration questions
« Reply #1 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

Offline jfarschman

  • *
  • 406
  • +0/-0
Re: configuration questions
« Reply #2 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.
Jay Farschman
ICQ - 60448985
jay@hitechsavvy.com

Offline byte

  • *
  • 2,183
  • +2/-0
Re: configuration questions
« Reply #3 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 ?
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline jfarschman

  • *
  • 406
  • +0/-0
Re: configuration questions
« Reply #4 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
Jay Farschman
ICQ - 60448985
jay@hitechsavvy.com

Offline byte

  • *
  • 2,183
  • +2/-0
Re: configuration questions
« Reply #5 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.
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline jfarschman

  • *
  • 406
  • +0/-0
Re: configuration questions
« Reply #6 on: December 06, 2007, 12:32:17 AM »
posted to bugzilla. thanks.
Jay Farschman
ICQ - 60448985
jay@hitechsavvy.com