Quantcast
Channel: iRedMail — iRedMail Support
Viewing all 43333 articles
Browse latest View live

Re: "The imap server does not support the selected identification method"

$
0
0
fjmr wrote:

The messages sais: "The imap server does not support the selected identification method" and the identification method is STARTTLS and normal password.

Is the network port of IMAP/POP3 service correct in Thunderbird?
Is your IP address blocked in iptables firewall?


Re: URIBL URL Malware check

Re: iRedAdmin: internal server error in system log

$
0
0

For iRedAdmin open source edition, please apply this patch:
https://bitbucket.org/zhb/iredadmin-ose … 024415ffe1

For iRedAdmin-Pro, please apply patch below (just one line change). if you're not familiar with patch, contact us to get a patched version: https://www.iredmail.org/contact.html

--- a/libs/panel/log.py    Fri Jan 25 16:45:06 2019 +0800
+++ b/libs/panel/log.py    Sat Jan 26 16:54:35 2019 +0800
@@ -53,7 +53,7 @@
         else:
             # With filter.
             entries = db.select('log',
-                                where=web.db.sqlwhere(query_dict),
+                                where=web.db.sqlwhere(query_dict.items()),
                                 offset=(cur_page - 1) * settings.PAGE_SIZE_LIMIT,
                                 limit=settings.PAGE_SIZE_LIMIT,
                                 order='timestamp DESC')

Re: Logwatch messages

$
0
0

- "Spam passed" means spam emails passed to users' mailboxes.
- "Spammy passed" means possible spams, and also passed to mailboxes.

You can check Amavisd doc to get more details:
https://amavis.org

Re: increased hard disk usage day by day

$
0
0
morethanlazy wrote:

1- for personal use do i need hourly back ups and how can i change this  intervals? And what is the most suitable interval for me

Default backup scripts are ran daily, not hourly. and 90-days old backup copies will be removed automatically.

About "increased day by day", how much large does it grow everyday? is it a big concern to you?

Re: iRedmail Fresh install : Mysql err message

$
0
0
amvincere wrote:

Can i migrate from Mysql to Postgresql to avoid this issue? It is possible?

Sure. Setup a new server with PGSQL, then migrate the SQL database, also copy the mailboxes.

Re: blank page problem after logon sogo.

$
0
0

- Login to Roundcube or SOGo?
- Any relevant log in log files?

Re: Global sieve

$
0
0
ZhangHuangbin wrote:

You can update it directly.

Thank you! I applied the change and reverted to its original file mode.
Will check and see the result.


Re: SOGo address book and calendar with Android

$
0
0

I didn't get this error and SOGo works fine for me.
if you believe this is a bug of SOGo, try to report this issue in SOGo bug tracker: https://sogo.nu/bugs/

I suggest try other CalDAV/CardDAV mobile apps or desktop applications for testing, to make sure it's not an Android app issue.

Re: Error when trying to view Admin Log

Re: Logwatch messages

$
0
0
ZhangHuangbin wrote:

- "Spam passed" means spam emails passed to users' mailboxes.
- "Spammy passed" means possible spams, and also passed to mailboxes.

You can check Amavisd doc to get more details:
https://amavis.org

Thank you.

For postfix unmatched entries... since there are many, how to tell which I should take action to rectify any potential issue. Any doc to study?

Re: TLS library problem (only for outlook)

$
0
0

This error is more like a client issue, like it requested in wrong / unsupported (by server) ssl protocol version, e.g. SSLv2, SSLv3. Usually it's safe to ignore.

- Does Outlook report any error?
- can Outlook successfully retrieve and send email?

Re: Reinstall fresh or uninstall script?

$
0
0

It's better to reinstall server OS then install iRedMail again, this way you get the clean server OS and easy to succeed.

Re: Moving to new server; iRedAdmin v0.8 to v0.9.4

$
0
0

You can still upgrade iRedMail from 0.9.7 to 0.9.9 by following our tutorials, just keep Apache running, and ignore Nginx relevant contents in upgrade tutorial.

Your existing Roundcube and iRedAdmin still work fine with Apache.

Re: Logwatch messages

$
0
0

Try to understand the log content itself, then you can answer whether it's safe to ignore.


Re: "The imap server does not support the selected identification method"

$
0
0
ZhangHuangbin wrote:
fjmr wrote:

The messages sais: "The imap server does not support the selected identification method" and the identification method is STARTTLS and normal password.

Is the network port of IMAP/POP3 service correct in Thunderbird?
Is your IP address blocked in iptables firewall?

Hello!
Thanks for answering my post.
It is correct, I can send / receive messages with thunderbird using a private address. It is very strange when I use the normal configuration, as always with mail.myserver.com, I can not send messages on the local area network with mail.myserver.com, but I can do it from the outside.

It's so strange, there's no ip blocking in the firewall, no additional configurations ...
One of the error: SMTP Error: 535 5.7.8 Authentication credentials invalid

Re: iRedAdmin: internal server error in system log

$
0
0
ZhangHuangbin wrote:

For iRedAdmin-Pro, please apply patch below (just one line change). if you're not familiar with patch, contact us to get a patched version: https://www.iredmail.org/contact.html

--- a/libs/panel/log.py    Fri Jan 25 16:45:06 2019 +0800
+++ b/libs/panel/log.py    Sat Jan 26 16:54:35 2019 +0800
@@ -53,7 +53,7 @@
         else:
             # With filter.
             entries = db.select('log',
-                                where=web.db.sqlwhere(query_dict),
+                                where=web.db.sqlwhere(query_dict.items()),
                                 offset=(cur_page - 1) * settings.PAGE_SIZE_LIMIT,
                                 limit=settings.PAGE_SIZE_LIMIT,
                                 order='timestamp DESC')

Hi Zhang,
We are using iRedAdmin Pro with SQL and the patch is already applied. Any other ideas?

Re: mysql Error username and password incorrect when creating backup

$
0
0

Thanks Mr. Zhang.
I do not know why but all the files .my.cnf (amavis, posgregql....) were deleted ... I solved by reinstalling in a vm server and iredmail (using the same credentials); I copied the .my.cnf to the server and everything seems to work.
:-)

ZhangHuangbin wrote:

/var/vmail/backup/backup_mysql.sh uses /root/.my.cnf to get mysql username and password, you must make sure it contains correct ones.

Seems you changed password? please update this file.

Re: 0.9.7 to 0.9.8 upgrade issues

$
0
0

OK, thanks, I think I've got it handled.

--BIll

Re: Mails not DKIM signed from authenticated clients

$
0
0
ZhangHuangbin wrote:

- Did you send email through port 587 with SMTP authentication?
- Does transport "submission" in /etc/postfix/master.cf have option "content_filter="?

Yes. only port 587 is allowed for clients

Yes:

-o content_filter=smtp-amavis:[127.0.0.1]:10026
Viewing all 43333 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>