summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-20Avoid messing around with password. Execute MySQL commands directly (without ↵Jonas Smedegaard
pipe).
2003-05-19Allow DELETE for ordinary MySQL accounts.Jonas Smedegaard
2003-05-14Fix bug getting maildomain option.Jonas Smedegaard
2003-05-12Allow mysql to fail, and use mysql instead of mysqladmin.Jonas Smedegaard
2003-05-12New script localaddmysqldb.Jonas Smedegaard
2003-05-12Add check for existing database.Jonas Smedegaard
2003-05-05Make it a sorted list.Jonas Smedegaard
2003-05-05Only grab zone lines, and allow all sorts of characters in them (if shit is ↵Jonas Smedegaard
doable in pri it should be passed to sec as well).
2003-04-25Use underscores for defaultdbname. Drop dbmatch parameter.Jonas Smedegaard
2003-03-21Add workaround for netatalk requiring write access to .AppleDB even for ↵Jonas Smedegaard
read-only access.
2003-03-13Fix completely ignoed non-exceptions for shares. Set toplevel .AppleDouble ↵Jonas Smedegaard
group r/o.
2003-03-13Correctly init exceptions.Jonas Smedegaard
2003-03-13Set owner of toplevel dirs of shares. Always run chown before chmod (just ↵Jonas Smedegaard
for consistency).
2003-03-13Set owner of exceptions always, not only when created.Jonas Smedegaard
2003-03-13Correct owner for exceptions created. Check and recreate if exceptions are ↵Jonas Smedegaard
not of right type. Improve comments.
2003-03-13Handle new shares.<sharetype> sharing scheme. Support space in /root. Echo ↵Jonas Smedegaard
WARNING when it is not a fatal error.
2003-01-27Use hostname -d as domain part of email adress to search for removal (to ↵Jonas Smedegaard
match change in adduser.local.
2003-01-14/etc/mailname is NOT default maildomain.Jonas Smedegaard
2003-01-04Add options for remaining certificate parameters.Jonas Smedegaard
Add TODO with hints on true signed certificates using openssl. Correct parsing error and help: FQDN cannot be optionally prepended (no way to distinguish between FQDN and multiple services).
2002-12-30Add new option --dbmatch to support pools of webservers accessing same ↵Jonas Smedegaard
database (could be fun setting up that some day).
2002-12-28Update to ModLogAn 0.8.x configfile syntax.Jonas Smedegaard
2002-12-24Correct syntax error.Jonas Smedegaard
Allow uid check override by force option. Remove hint about force option from error message.
2002-12-24Forward incoming mailspool if found.Jonas Smedegaard
Rename username variable 'uid' to the more correct 'user'. Check and fail if uid of user is below 1000. Standardize error messages.
2002-12-09Add option --debug (showing options set and directories used).Jonas Smedegaard
Finally making setopts function work (renamed from setparams). Replace (almost) all && and contructs with if-then. Fix default handling of templates, languages and sql.
2002-12-08Tweaks to verbose output.Jonas Smedegaard
Fix errors parsing boolean options. Make non-password input non-silent. Drop database silently when force is set and ask is not.
2002-12-08Add short-opts corresponding all long-opts, and fix misspelled options.Jonas Smedegaard
Add flags info and query, and improve logik of setting the boolean value. Improve dialog when checking for existing installation, and actually respect the force option. Fix messy output in tarball and sql loops. Remove last su invocation (in the process of making the script work as non-root).
2002-12-08Correct tarball resolving.Jonas Smedegaard
Make errors within parantheses fatal. Improve a few comments.
2002-12-08Even more sane defaults - and opts1-3 moved above defaults and better described.Jonas Smedegaard
2002-12-08Make sane defaults. Remove unused admindir and defaultadmindir.Jonas Smedegaard
2002-12-07Use GNU getopt, and make lots of options configurable.Jonas Smedegaard
Redesign help text to look similar to cp help text. Generalize initializing options in function setparams. Add options --force and --verbose. Add support for overriding with locally provided tarballs and sqlfiles.
2002-12-06Make <dbserver> and <dballow> configurable, and actually use them.Jonas Smedegaard
More consistently handle option defaults. Comment out unused db drop routine.
2002-12-05Respect REALUSERS_GROUPNAME not set.Jonas Smedegaard
2002-12-05Correctly have <dbuser> default to <uid>.Jonas Smedegaard
2002-12-05Rearrange options. Improve layout of help text.Jonas Smedegaard
2002-12-05Respect /etc/mailname (but still fallback to hostname -d.Jonas Smedegaard
Make use of wwwconfig-common scripts if available. Look for root and user MySQL password in /root/.my.cfg. Install locale and template tarballs. Load overrides to defaults from /etc/local/localezcreate.conf. Shorten output lines when invoking --help. Add demo data as root, not user. Use shell constructs to check values, instead of test.
2002-12-03Update ChangeLog.Jonas Smedegaard
2002-11-24localmkpostfixvirtual: Make joker_seen local to the domain.Jonas Smedegaard
2002-11-23user-init: Require uid option. webdata folder owned by user, not root.Jonas Smedegaard
2002-11-14Add localchastity-update, a support script for SquidGuard.Jonas Smedegaard
2002-11-08user-init: No need for others than owner and www-data to have access to ↵Jonas Smedegaard
webphpsites.
2002-11-04Major update:Jonas Smedegaard
* Support for catch-all pseudo-address: +@ or +@mailgroup * Correct handling of account being both uid and mailgroup * Improved separation of mailgroup owners and other mailgroup members (don't take it for granted that mailgroup owner and gid is the same).
2002-11-04Use /var/log/apache-vhosts for vhosts (apache crojob dislikes subfolders in ↵Jonas Smedegaard
/var/log/apache).
2002-11-03 * Rewrite some code as a functionJonas Smedegaard
* Allow "Other"-field to contain mailname@fqdn style hints (in addition to mailname@mailgroup ones) * Suppress empty-entry warning for mailgroup
2002-10-22Added support for setting up a proper source address when f.ex. pingingJuri Jensen
from the SGW itself. Not a very fine solution, but... it works for now.
2002-10-22Add uid and gid to secure_modfix.sh.Jonas Smedegaard
2002-10-17localmksslcerts: Handle all(?) option variants properly, and correct old ↵Jonas Smedegaard
mail-specific references in comments.
2002-10-11Update ChangeLog.Jonas Smedegaard
2002-10-06prim2sec.sh: Streamline and, and...Jonas Smedegaard
2002-10-04init-mailmanarchive: mhonarc script moved to local-COMMON.Jonas Smedegaard
2002-09-22localezcreate: Use tarball tpl instead of install (changed in 2.2.7-1), and ↵Jonas Smedegaard
support wap .wbmp files.