Quantcast
Channel: iRedMail
Viewing all 45920 articles
Browse latest View live

Re: Amavis starts at boot time but not bind to tcp ports

$
0
0

Is it possible for you to tune the "After=" line in systemd service file to delay its start?


Re: Shared folders not visible in LIST

$
0
0

Please post the output of "doveconf -n" for troubleshooting.

Re: Amavis starts at boot time but not bind to tcp ports

$
0
0

The problem is that the service file is auto-generated so when I edit it and then reboot the edits are lost.

This is the path to the service file: /run/systemd/generator.late/amavis.service.

Maybe should I edit something in amavis.conf files? But the service file which I posted seems to be ok in relationship to the network dependencies

Re: Vacation null sender issues.

$
0
0

Sorry, I wasn't clear in my post.
Its the SMTP envelope (SMTP MAIL FROM) not the message From: that is causing issues.

I have found this config setting, which looks like its supposed to do what I want, but I can't seem to get it to work:

sieve_vacation_send_from_recipient = yes

- from https://wiki2.dovecot.org/Pigeonhole/Si … s/Vacation

I put it in 90-plugin.conf:
plugin {
  sieve_vacation_send_from_recipient = yes
}

Here is the sieve code, generated by roundcube:

# rule:[Vacation]
if allof (currentdate :zone "+0100" :value "ge" "iso8601" "2018-10-27T15:00:00+01:00", currentdate :zone "+0000" :value "le" "iso8601" "2018-10-31T09:00:00Z")
{
    vacation :addresses ["abc@abc.com","abcd@abc.com"] :subject "test" :from "abc@abc.com" text:
This is a test vacation message

New lines?

Sam.
.
;
}

And the line in mail.log:
myhost postfix/qmgr[16143]: BA602BFF83: from=<>, size=1375, nrcpt=1 (queue active)

myhost amavis[16970]: (16970-06) Passed CLEAN {RelayedInbound}, [127.0.0.1] <> -> <examplemail@examplemail.com>, Message-ID: <dovecot-sieve-1540918832-186858-0@myhost.fqdn.com>, mail_id: ddj08AGBUR82, Hits: -0.001, size: 808, queued_as: BA602BFF83, 393 ms, Tests: [NO_RELAYS=-0.001]

myhost postfix/amavis/smtp[22550]: 3609DC0026: to=<examplemail@examplemail.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.63, delays=0.21/0/0/0.42, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as BA602BFF83)

myhost postfix/qmgr[16143]: 3609DC0026: removed

myhost postfix/smtp[22956]: Trusted TLS connection established to smtp.socketlabs.com[x.x.x.x]:25: TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)

BA602BFF83: to=<examplemail@examplemail.com>, relay=smtp.socketlabs.com[x.x.x.x]:25, delay=1.2, delays=0.03/0.02/1.1/0.09, dsn=5.1.0, status=bounced (host smtp.socketlabs.com[x.x.x.x] said: 554 5.1.0 The sender's address was not allowed. (in reply to MAIL FROM command))

Re: Problem with mlmmjadmin

$
0
0
ZhangHuangbin wrote:

Is it possible to give me direct ssh access for troubleshooting? Contact me: https://www.iredmail.org/contact.html

Thank you!  I solved problem.
Debian Wheezy is installed on the server. I had a suspicion that the problem was in older versions of some packages. Today it is possible to update the server from the wheezy-backports repository. The update helped.
Thank you very much for iredmail and your desire to help!  :-)

P.S.
Sorry for my bad English.

Re: Vacation null sender issues.

$
0
0

I've fixed it!

I put the setting in dovecot.conf's plugin {} section and it works as expected!

Thanks,
Sam.

SoGo EAS Unable to Send mail on iOS

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.8 OPENLDAP edition
- Linux/BSD distribution name and version: CentOS Linux release 7.5.1804 (Core)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? NO
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I am getting the following error when I try to send mail from iOS device (using sogo eas)
Cannot Send Mail - The message was rejected by the server.

Sending from both Round Cube and SoGo web interfaces works fine. Only seems to be an issue with EAS

I see the following in maillog: (domains/users sanitized)
Oct 30 15:34:27 404-svr05 postfix/smtpd[22153]: connect from localhost[127.0.0.1]
Oct 30 15:34:27 404-svr05 postfix/smtpd[22153]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 554 5.7.1 <localhost>: Helo command rejected: ACCESS DENIED. Your email was rejected because the sending mail server does not identify itself correctly (localhost); from=<user@iredmailserver.com> to=<user@gmail.com> proto=ESMTP helo=<localhost>
Oct 30 15:34:27 404-svr05 postfix/smtpd[22153]: disconnect from localhost[127.0.0.1]

Re: Can't edit User > Advanced iRedAdmin Pro 3.1

$
0
0
ZhangHuangbin wrote:

i will try to reproduce this issue locally and come back with a fix.

Hi. Were you able to reproduce the issue?


Re: Can't edit User > Advanced iRedAdmin Pro 3.1

$
0
0

Confirmed it's a bug and fixed, here's patch for iRedAdmin-Pro-LDAP-3.1:

diff -Naur a/libs/ldaplib/attrs.py b/libs/ldaplib/attrs.py
--- a/libs/ldaplib/attrs.py    2018-08-14 14:01:17.000000000 +0200
+++ b/libs/ldaplib/attrs.py    2018-10-30 20:45:51.000000000 +0100
@@ -92,6 +92,9 @@
 USER_FILTER = '(objectClass=mailUser)'
 USER_ATTR_PASSWORD = 'userPassword'
 
+USER_SERVICES_INTERNAL = ('internal', 'doveadm', 'lib-storage',
+                          'indexer-worker', 'dsync')
+
 # Services for normal user. used while adding a new mail user.
 USER_SERVICES_OF_NORMAL_USER = (
     'internal', 'doveadm', 'lib-storage', 'indexer-worker', 'mail', 'dsync',
diff -Naur a/libs/ldaplib/user.py b/libs/ldaplib/user.py
--- a/libs/ldaplib/user.py    2018-08-14 14:01:17.000000000 +0200
+++ b/libs/ldaplib/user.py    2018-10-30 20:46:21.000000000 +0100
@@ -1659,7 +1659,7 @@
         if not _enabled_services:
             _enabled_services = None
 
-        user_enabled_services = list(set(user_enabled_services + _enabled_services))
+        user_enabled_services = list(set(set(list(attrs.USER_SERVICES_INTERNAL) + _enabled_services)))
 
         # allow_nets
         _allow_nets = form.get('allow_nets', '').splitlines()

Re: SoGo EAS Unable to Send mail on iOS

$
0
0
dann0 wrote:

Oct 30 15:34:27 404-svr05 postfix/smtpd[22153]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 554 5.7.1 <localhost>: Helo command rejected: ACCESS DENIED. Your email was rejected because the sending mail server does not identify itself correctly (localhost); from=<user@iredmailserver.com> to=<user@gmail.com> proto=ESMTP helo=<localhost>

Please make sure you have SMTP Authentication enabled in your iOS devices.

Re: Vacation null sender issues.

$
0
0

Thanks for sharing. I will add this option in next iRedMail release.

Re: SoGo EAS Unable to Send mail on iOS

$
0
0

Thanks for the quick reply!

iOS device is setup using EAS, I don't see any option for SMTP. If I configured as IMAP/POP I think I would see the SMTP section, but trying to use EAS.

Thanks!

Re: Amavis starts at boot time but not bind to tcp ports

$
0
0

Can you find amavis.service file under /libs/systemd/system/? or /etc/systemd/system/?

Error: Security token did not match. Please refresh current page and r

$
0
0

Hi,

After recently changing to Firefox browser (from Chrome) I now get the following error when trying to release / remove items from quarantine:

"Error: Security token did not match. Please refresh current page and re-perform form action. "

I then need to clear cookies and logout and log back into iRedadmin dashboard for delete / release action to work.

Please assist.


==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): v0.9.8
- Linux/BSD distribution name and version: Ubuntu 16.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? Yes v2.9.0
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Re: Sample LDIF file of SOGo resource for IRM LDAP

$
0
0

Hi Huangbin,

yes that's my thread in SOGo mailing list.

I assured that settings Christian mentioned are correct on my setup.

Didn't solve the issue.

You say that there's a new version of SOGo being released.

Updated to SOGo 4.0.4 by yum update. Installed SOGo version is now:

[root@myirmserver ~]# yum list installed | grep sogo
sogo.x86_64                           4.0.4.20181029-1.el7.centos     @SOGo
sogo-activesync.x86_64                4.0.4.20181029-1.el7.centos     @SOGo
sogo-ealarms-notify.x86_64            4.0.4.20181029-1.el7.centos     @SOGo
sogo-tool.x86_64                      4.0.4.20181029-1.el7.centos     @SOGo

Checked again FREE/BUSY times of Meetingroom. Result:

The occupied Meetingroom still is not being displayed as BUSY!

Best Regards,
Irma


Re: SOGo capable of CardDAV subscription?

$
0
0
ZhangHuangbin wrote:

- What do you mean "define your CardDAV connection"?
- Do you want to subscribe to a shared address book, or import contacts from a file?

Yes, I want to subscribe to a shred address book. SOGo shall use the third party address book and binding must use CardDAV. I cannot find the configuration settings to set it up.

Re: Sample LDIF file of SOGo resource for IRM LDAP

$
0
0

I cannot believe that there's nobody using calendar resources in an iRedMail/SOGo setup with OpenLDAP.

Re: Can't edit User > Advanced iRedAdmin Pro 3.1

Connection to storage server failed.

$
0
0

- iRedMail version : 0.9.7
- Linux/BSD distribution name and version: Devuan
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- Web server (Apache or Nginx): APACHE
- Manage mail accounts with iRedAdmin-Pro? No

Hi , here are the steps i did until this get breaked :

First of all i was on jessie distribution and i updated to ascii
After this i get postfix updated by default witch broked my postfix , but i was able to fix it by downgrading its version .
Postgresql was also updated to 9.6 but i also still have 9.4 version running witch was the one originally installed in iredmail

Then i went to upgrade to 0.9.8 , follow all the steps but in the end it did not worked out , i had some issues .
So i went again to 0.9.7 and downgraded iredadmin , iredlapd
round cube and dovecot was unchanged

Right now i get access to roundcube on the web but i get that message "Connection to storage failed .

When i look up to roundcube config file i dont see any significant changes .

When i go to /var/log/dovecot/ to look for logs then there is none there , by this it means that log file is not working when i try to login .

Any ideas from where i should start ?

Re: Connection to storage server failed.

$
0
0

Any error in roundcube log file?
Check dovecot service  whether running.

Viewing all 45920 articles
Browse latest View live




Latest Images