Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: indimail/indimail-virtualdomains Loading
base: v3.4.2
Choose a base ref
...
head repository: indimail/indimail-virtualdomains Loading
compare: v3.4.3
Choose a head ref
  • 19 commits
  • 240 files changed
  • 1 contributor

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    e6dd19e View commit details
    Browse the repository at this point in the history
  2. updated INSTALL-indimail

    mbhangui committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    62e25b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    5a55ba2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. updated ChangeLog

    mbhangui committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    25e252e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ad90cb View commit details
    Browse the repository at this point in the history
  3. start 3.4.3

    mbhangui committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a1935fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f0e20b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76e3fc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. fixes for arch linux

    mbhangui committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    227a354 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    b96513d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. upgraded courier-imap and maildrop packages

    1. upgraded courier-imap to 5.2.2
    2. upgraded maildrop to 3.1.1
    mbhangui committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    6eac709 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. fixed configure.ac

    mbhangui committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    033a264 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. fixed maildrop man page

    mbhangui committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    37bf272 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    deb476a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. updated indimail man page

    mbhangui committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    fb2a270 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. updated README

    mbhangui committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0378796 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. update getln handling, removal of hardcoding, bug fixes (#27)

    * update getln handling, removal of hardcoding, bug fixes
    
    01. add_vacation.c, autoturn_dir.c, bulletin.c, check_quota.c,
        count_rcpthosts.c, deldomain.c, deliver_mail.c, findhost.c,
        get_local_hostid.c, get_local_ip.c, get_real_domain.c, GetSMTProute.c,
        host_in_locals.c, iadduser.c, indisrvr.c, iopen.c, is_alias_domain.c,
        is_already_running.c, ischema.c, islocalif.c, ismaildup.c,
        isvirtualdomain.c, LoadBMF.c, LoadDbInfo.c, maildir_to_domain.c,
        maildir_to_email.c, open_master.c, print_control.c, printdir.c,
        ProcessInFifo.c, proxyimap.c, proxypop3.c, remove_line.c, resetquota.c,
        skip_relay.c, spam.c, sql_renamedomain.c, tcplookup.c, update_file.c,
        update_rules.c, userinfo.c, user_over_quota.c, vacation.c, vadduser,
        valiasinfo.c, vbulletin.c, vcalias.c, vdel_dir_control.c, vdelivermail.c,
        vdominfo.c, vfilter_header.c, vtable.c
        standardize getln handling
    02. backfill.c: documented backfill function
    03. cronlist.in: added cron entry to rotate mysql logs in
        indimaildir/mysqldb/logs
    04. dbload.c: fixed typo
    05. getFreeFS.c, vadduser: use SYSONFDIR env variable if set for lastfstab
    06. ischema.c.c: use SYSONFDIR env variable if set for indimail.schema
    07. indimail.h: removed mailing_list table
    08. indimail.spec.in: added logrotate.mysql
    09. inlookup.c, mgmtpass.c: fixed command line argument handling
    10. Makefile.am: fixed vadddomain man page target
    11. vaddaliasdomain_handle.in, vadddomain_handle, vdeldomain_handle,
        vmoduser_handle, vpasswd_handle, vrenamedomain_handle,
        vrenameuser_handle.in
        use SERVICEDIR, CONTROLDIR env variable if set for service and control directory
    12. vadddomain: call post handle script with the same arguments passed to
        vadddomain
    13. vadddomain_handle: handle all arguments passed to vaddomain
    
    * fixed SERVICEDIR variable
    
    * updated usage
    
    * replaced strerr_warn with subprintfe
    
    * Multiple bug fixes
    
    1. deldomain.c: multiple bug fixes
    2. deluser.c: skip vdelfiles when directory doesn't exist
    3. limits.c: removed spurious warning message when limits doesn't exist
    4. sql_renamedomain.c: refactored code
    5. sql_setpw.c: bug fix - record not getting updated
    6. vmoduser.c: removed incorrect call to vdeldomain
    7. vmoveuser.c: bug fix - remove domain component from User
    8. vrenamedomain.c: multiple bug fixes
    9. vrenameuser.c: set BASE PATH of original domain for the new user
    10. renameuser.c: ignore duplicate error when updating lastauth table
    
    * updated post handle execution privileges
    
    1. add_domain_assign.c: BUG - set uid, gid variables before creating assign file
    2. vaddaliasdomain.c, vadddomain.c, vdeldomain.c, vmoduser.c, vmoveuser.c, vrenamedomain.c, vrenameuser.c
       run POST_HANDLE program (if set) with domain user uid/gid
    3. check_group.c: memory leak: free allocated variable list before returning
    4. vmoddomain.c, vdeluser.c: updated error strings
    
    * fix wrong counts when badmailfrom has comments
    
    * fork and run bulletin for all domains with domain uid
    
    * updated time at which backup runs
    
    * updated man pages
    
    * renamed vmoveuser to vmoveuserdir
    
    * vmoveuser renamed to vmoveuserdir
    mbhangui committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    89b6ac8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. updated indimail-virtualdomains

    1. vrenamedomain.c: Fixed typo in error message
    2. is_alias_domain.c: fixed soft link resolved name
    3. host_in_locals.c: fixed typo in error message
    4. get_real_domain.c, deldomain.c, del_control.c: refactored code
    5. add testindimail-virtual test script
    mbhangui committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    53d8782 View commit details
    Browse the repository at this point in the history
  2. final 3.4.3 release

    mbhangui committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    3b18a5b View commit details
    Browse the repository at this point in the history
Loading