-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parameter owner in sympa config file not considered by sympa 6.2.38 #530
Comments
Hi,
Cheers! |
Hi, So the command gives me the following output: notice main:: Sympa 6.2.38 Started How can I correct the old list configurations for working with new sympa in this scenario? regards |
Oh, then it's easy: you fake upgrade:
Et voilà ! ;) |
It worked like a charm, the lists are now updated with the missing parameters.. thank you |
You're welcome! |
Hi, Now we have those data in db but still have owner sections in config files. Best regards. |
Config parameters However note that these parameters are available in |
Are there instances in which Sympa reloads the owner and/or editor information from the configs? We upgraded from 6.1.11 to 6.2.60 and we see that some list's configs still have the owner and editor information in them. Wasn't this information supposed to have been removed during the upgrade? The correct owner information is in the Sympa database, but in some cases the list's configs are inconsistent with the database. So, in the configs there may be three owners, but the database may include four, with the database being accurate. We have had some lists occasionally see the fourth owner removed, and we suspect that some Sympa process or the --upgrade command we have been running as we've migrated lists to the new environment has reloaded the config files from the old lists, removing the fourth owner from the database. In some cases, it appears owners, editors, etc. may be getting ingested from dump files in the lists's directory, so have been removing them to prevent unwanted changes. |
Hi @iulistadmin ,
I'd like to clarify: Have you removed whether |
With these lists, we have noticed that the config files still contain the owner/editor information in them. Some lists have had owner.dump/editor.dump files in their directories, as well. So, we suspected that these config files may have been re-read and overwrote the information in the database with the old information from the config (i.e., list config or the dump files). We even removed all dump files recently to avoid this issue, but we have not directly modified the list configs with owner/editor data therein. |
@iulistadmin , could you please submit your problem as a new issue? |
Hi, I'm trying to migrate my old mailing list server sympa (6.1.17) to the newer version 6.2.38.
I've imported into the new sympa server the list-data directory with all my mailing lists conf files, and almost everything seems ok, except for something about the owner parameter that seems not to be considered by sympa.
In sympa.log i keep receiving no_owner error for all my lists, but in each config file I have two owner entries like this
owner
reception mail
profile privileged
email <email_address>
visibility noconceal
gecos <user_name>
In the previous version the data in config files were correctly read, but in this version seems ignored.
I tried to enter the owner by using web interface, but I would like to bypass the web interface, because i need to input these informations for more than 200 mailing lists.
I suppose sympa saves these info into the back-end db, ignoring the config file setup..
Is it possible to instruct sympa to consider the parameter owner in the config file of the lists?
Thanks for your attention
Regards
The text was updated successfully, but these errors were encountered: