2

I have an iRedMail installation in a Centos 6.6 VM, I'm trying to create email accounts through the database: the procedure change if you have 0.9.6 version or minor as you can read here.

Because it works with the minor's version process I know that's my case but I still don't know which version of iRedMail I have.

hestellezg
  • 3,309
  • 3
  • 33
  • 37

1 Answers1

0

Someone said here that you can check it with

more /etc/iredmail-release

In fact, in the docs, for every version update you have that instruction.

hestellezg
  • 3,309
  • 3
  • 33
  • 37
  • Hey, do you know where `iRedMail-X.X.X/tools/` directory is located based in the docs? Besides, I was trying to run the SQL Commands (as the docs refer) inside MySQL but I couldn't execute `SOURCE user.sql` sentence successfuly. Do you have any references to solve this problem? Thanks. – Fernando Torres Jul 09 '22 at 22:02