Skip to content
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

Problem with aliases (iRedMail 0.9.7+) #4

Open
deseven opened this issue Mar 24, 2018 · 7 comments
Open

Problem with aliases (iRedMail 0.9.7+) #4

deseven opened this issue Mar 24, 2018 · 7 comments
Assignees
Labels

Comments

@deseven
Copy link

deseven commented Mar 24, 2018

Looks like 0ef919e doesn't fix it completely, i get this error when i'm trying to get the list of aliases with em -l -s something:

Aliases
Traceback (most recent call last):
  File "/usr/local/bin/em", line 468, in <module>
    search_database(args.domain, args.mailbox, args.search_string)
  File "/usr/local/bin/em", line 92, in search_database
    result = send_sql_query(db_vmail, sql)
  File "/usr/local/bin/em", line 52, in send_sql_query
    dbresult.execute(query)
  File "/usr/lib64/python2.7/site-packages/MySQLdb/cursors.py", line 205, in execute
    self.errorhandler(self, exc, value)
  File "/usr/lib64/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
    raise errorclass, errorvalue
_mysql_exceptions.OperationalError: (1054, "Unknown column 'goto' in 'field list'")
@deseven deseven changed the title Problem with aliases (iRedApd 2.0+) Problem with aliases (iRedMail 0.9.7+) Mar 24, 2018
@rvojcik
Copy link
Owner

rvojcik commented Apr 4, 2018

Hi, that's strange.

What is your version of IredMail ?

@deseven
Copy link
Author

deseven commented Apr 4, 2018

Hi. It's 0.9.7.
They heavily modified db structure and removed goto column, check out this part of the upgrade manual.

@rvojcik
Copy link
Owner

rvojcik commented Apr 9, 2018

Wow, thank you. I'm little bit behind current stable version. I look at it.

@rvojcik rvojcik self-assigned this Apr 9, 2018
@rvojcik rvojcik added the bug label Apr 9, 2018
@rvojcik rvojcik added this to the Bugs to next release milestone Apr 9, 2018
@rvojcik
Copy link
Owner

rvojcik commented Apr 9, 2018

In next week I upgrade my mailserver to latest release and release new version of iredmail-cli.

Please be patient :)

@rvojcik
Copy link
Owner

rvojcik commented Apr 9, 2018

RC fix eaac0c2

@deseven
Copy link
Author

deseven commented Apr 9, 2018

Please be patient :)

Nothing terrible has happened, take your time! And anyway, thanks for your tool, it's very useful.

@uptimejeff
Copy link

This patch linked above resolved the issue for me.
iRedMail 0.9.9
iRedAdmin-Pro 3.1 (MySQL)

Thanks for this excellent tool 👍

@rvojcik rvojcik removed this from the Bugs to next release milestone Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants