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

New release not working with clean Debian - please help

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: Debian.MP Debian 3.16.7-ckt20-1+deb8u3 (2016-01-17) x86_64 GNU/Linux
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? NO
- Related log if you're reporting an issue:
====

Error at senders side : 451 4.3.5 Server configuration problem


MY IREDMAIL MTA:

sudo tail /var/log/iredapd/iredapd.log
2016-02-04 13:08:59 INFO Loading plugin: amavisd_wblist
2016-02-04 13:10:02 INFO * Query SQL server to get mail domain names.
2016-02-04 13:19:52 ERROR LDAP bind failed: {'desc': "Can't contact LDAP server"}.
2016-02-04 13:20:01 INFO * Query SQL server to get mail domain names.
2016-02-04 13:23:19 INFO Starting iRedAPD (version: 1.8.0, backend: ldap), listening on 127.0.0.1:7777.
2016-02-04 13:23:19 INFO Log rotate type: time, interval: W6, backup copies: 12.
2016-02-04 13:23:19 INFO Loading plugin: reject_null_sender
2016-02-04 13:23:19 INFO Loading plugin: ldap_maillist_access_policy

Feb  4 13:24:32 mta1 postfix/smtpd[1389]: warning: connect to 127.0.0.1:7777: Connection refused
Feb  4 13:24:32 mta1 postfix/smtpd[1389]: warning: problem talking to server 127.0.0.1:7777: Connection refused


Ive tried restarting iredapd, this allows me to telnet localhost 7777, but as soon as i finish sending a mail it stops again.

Any ideas?

/Steve
2016-02-04 13:23:19 INFO Loading plugin: amavisd_wblist
2016-02-04 13:24:31 ERROR LDAP bind failed: {'desc': "Can't contact LDAP server"}.


Wrong parsing spf in "spf_to_greylist_whitelists.py"

$
0
0

==================== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: CentOS Linux release 7.2.1511 (Core)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): nginx
- Manage mail accounts with iRedAdmin-Pro? Yes
- Related log if you're reporting an issue:
====

[root@mx ~]# mysql -uroot -e "select * from iredapd.greylisting_whitelists where sender like '%\"%';"
+------+---------+-------------+----------------------------+
| id   | account | sender      | comment                    |
+------+---------+-------------+----------------------------+
| 3729 | @.      | 199.18"     | AUTO-UPDATE: mailchimp.com |
| 3815 | @.      | 66.220.157" | AUTO-UPDATE: instagram.com |
+------+---------+-------------+----------------------------+
[root@mx ~]# host -t txt mailchimp.com
mailchimp.com descriptive text "v=spf1 include:servers.mcsv.net include:_spf.google.com include:_lp.mailchimp.com ip4:50.22.164.201 ip4:205.201.140.14 ip4:205.201.132.14 ~all"

[root@mx ~]# host -t txt _lp.mailchimp.com
_lp.mailchimp.com descriptive text "v=spf1 ip4:199.187.117.209 ip4:208.89.13.233 ip4:208.89.13.234/31 ip4:208.89.13.236/31 ip4:208.89.14.201 ip4:208.89.14.202/31 ip4:208.89.14.204 ip4:208.89.14.209 ip4:199.187.118.209 ip4:199.187.118.201 ip4:199.187.118.202/31 ip4:199.187.118.204 ip4:199.18" "7.117.233 ip4:199.187.117.234/31 ip4:199.187.117.236/31 ip4:178.249.202.16/29 ip4:178.249.98.16/29 ~all"

sender is 199.18" but should be 199.187.117.233 (199.18" "7.117.233 )

[root@mx ~]# host -t txt instagram.com
instagram.com descriptive text "v=spf1 include:sendgrid.net include:spf.mtasv.net include:facebookmail.com include:amazonses.com ip4:199.201.64.23 ip4:199.201.65.23 include:spf-00082601.pphosted.com -all"

[root@mx ~]# host -t txt facebookmail.com
facebookmail.com descriptive text "v=spf1 ip4:69.63.178.128/25 ip4:69.63.184.0/25 ip4:66.220.144.128/25 ip4:66.220.155.128/25 ip4:69.171.232.128/25 ip4:66.220.157" ".0/25 -all"

sender is 66.220.157" but should be 66.220.157.0/25 (66.220.157" ".0/25)

How can i create signature for DKIM or DK?

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Ubuntu 14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache2
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

When i go to www.mail-tester.com and test my email i get this error:

-0.1    DKIM_SIGNED    Message has a DKIM or DK signature, not necessarily valid
This negative score will become positive if the signature is validated. See immediately below.
0.1    DKIM_VALID    Message has at least one valid DKIM or DK signature
Great! Your signature is valid
0.1    DKIM_VALID_AU    Message has a valid DKIM or DK signature from author's domain
Great! Your signature is valid and it's coming from your domain name
-0.001    HTML_IMAGE_ONLY_32    HTML: images with 2800-3200 bytes of words
You should write more text in your email
-0.001    HTML_MESSAGE    HTML included in message
No worry, that's expected if you send HTML emails
-0.614    RCVD_IN_SORBS_WEB    SORBS: sender is an abusable web server
77.85.204.32 listed in dnsbl.sorbs.net
0.001    SPF_PASS    SPF: sender matches SPF record
Great! Your SPF is valid
0.01    T_RP_MATCHES_RCVD    Envelope sender domain matches handover relay domain

Can you please tell me how can i create a valid signature for DKIM or DK. IS there any diff between DKIM and DK ?
What else i can easy fix in this list ?

P.S.
How can i remove my ip from SORBS ? What is the method to make my IP removed from there, what should i do ?

Thanks in advance!

0.9.4 - whereis cluebringer

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: Debian 8.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

Hi, whereis cluebringer in this version?  Is this version is no longer cluebringer?
Best Regards

Hubert

Necessary to configure Quarantining for non-iRedAdmin-Pro server?

$
0
0

Hi,

Is it necessary to follow the steps here:

http://www.iredmail.org/docs/quarantini … r-messages

If one is not using iRedMailAdmin-Pro?

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: Ubtuntu 14 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MariaDB
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

0.9.3 to 0.9.4 upgrade creates an Archive folder

$
0
0

Hi,

Upgrade from 0.9.3 to 0.9.4 created an Archive folder in all mailboxes because the following was added to Dovecot configuration:

    }

    # Archive
    mailbox Archive {
        auto = subscribe
        special_use = \Archive
    }
    mailbox Archives {
        auto = no
        special_use = \Archive
    }

Don't really like archive folders. Two questions:
-If delete an archive folder in an individual mailbox will it automatically be re-created while the above code is present?
-Does anyone see any downside to removing the above code from Dovecot?


==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: Ubuntu 14 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MariaDB
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

Can't acces Awstats. credentials not accepted.

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): Iredmail version: 0.9.4
- Linux/BSD distribution name and version: Debian 8.3 x64
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MYSQL
- Web server (Apache or Nginx):Apache
- Manage mail accounts with iRedAdmin-Pro? NO
- Related log if you're reporting an issue:
====

Apache error log when i try to access awstats:
[Fri Feb 05 14:27:46.867628 2016] [auth_basic:error] [pid 7022] [client 1.1.1.1:8968] AH01617: user postmaster@domain.com: authentication failure for "/awstats": Password Mismatch

access.log: postmaster@domain.com [05/Feb/2016:14:29:51 +0400] "GET /awstats HTTP/1.1" 401 957 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0"

awstats.conf in apache2:

DBDriver mysql
# Important note: use 'pass=' for MySQL, 'password=' for PostgreSQL.
DBDParams "host=127.0.0.1 port=3306 dbname=vmail user=vmail pass=PASSWORD"

<Directory /usr/lib/cgi-bin>
    DirectoryIndex awstats.pl
    Options ExecCGI
    AuthType Basic
   AuthName "Authentication required"
    AuthBasicProvider dbd
   AuthDBDUserPWQuery "SELECT password FROM mailbox WHERE username = %s AND isglobaladmin=1 LIMIT 1"

    Require valid-user
</Directory>


I don't know where to search for problem.
sad

UPD: The installation made on Fresh system.

Can't sync SOGo CardDAV contacts with OS X.

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version:  Debian 7.8.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

I have strange problem, which I can’t fix myself - my expertise is not enough for that.
I have installed iRedMail with SOGo groupware (MySQL backend) on small Zotac box with clean Debian 7.8.0 on it, sitting in my home.
It sits behind my router, so I forward ports on router. Currently, this ports are opened for access from outside: 25,80,143,443,587,5222,5269.
Synchronization of contacts and calendar working just fine on my iPhone and iPad in both DAV and ActiveSync modes, I can sync my SOGo calendar and tasks with laptop (MB Pro with OS X El Capitan 10.11.3 on it) without any problems, but I’m not able to sync my OS X contacts via CardDAV.
I even did reinstall of iredmail and OS X later, but with zero success.
I’m configuring OS X CardDAV account as described in manual:
username: me@myserver.com
password: password
server address: https://box.myserver.com/SOGo/dav/


When I restart SOGo daemon - it looks like it have problems with listening on default 20000 port:


Feb 05 09:08:43 sogod [4762]: <0x0x7f20ee742ea0[SOGoProductLoader]>   CommonUI.SOGo, Appointments.SOGo, AdministrationUI.SOGo, MainUI.SOGo, PreferencesUI.SOGo, SchedulerUI.SOGo, Mailer.SOGo, ContactsUI.SOGo, Contacts.SOGo, ActiveSync.SOGo, MailPartViewers.SOGo, MailerUI.SOGo
Feb 05 09:08:43 sogod [4762]: [WARN] <0x0x7f20ee74d8e0[WOWatchDog]> listening socket: attempt 1 failed
Feb 05 09:08:44 sogod [4762]: [WARN] <0x0x7f20ee74d8e0[WOWatchDog]> listening socket: attempt 2 failed
Feb 05 09:08:45 sogod [4762]: [WARN] <0x0x7f20ee74d8e0[WOWatchDog]> listening socket: attempt 3 failed
Feb 05 09:08:46 sogod [4762]: [WARN] <0x0x7f20ee74d8e0[WOWatchDog]> listening socket: attempt 4 failed
Feb 05 09:08:47 sogod [4762]: [WARN] <0x0x7f20ee74d8e0[WOWatchDog]> listening socket: attempt 5 failed
Feb 05 09:08:48 sogod [4762]: [ERROR] <0x0x7f20ee74d8e0[WOWatchDog]> unable to listen on specified port, check that no other process is already using it

When I'm trying to add my address book after stopping and starting SOGo - it shows following data in it's log:

Feb 05 09:10:55 sogod [5237]: <0x0x7f72e1dc08e0[WOWatchDog]> listening on 127.0.0.1:20000
Feb 05 09:10:55 sogod [5237]: <0x0x7f72e1dc08e0[WOWatchDog]> watchdog process pid: 5237
Feb 05 09:10:55 sogod [5237]: <0x0x7f72df000d60[WOWatchDogChild]> watchdog request timeout set to 10 minutes
Feb 05 09:10:55 sogod [5237]: <0x0x7f72e1dc08e0[WOWatchDog]> preparing 10 children
Feb 05 09:10:55 sogod [5237]: <0x0x7f72e1dc08e0[WOWatchDog]> child spawned with pid 5255
Feb 05 09:10:55 sogod [5237]: <0x0x7f72e1dc08e0[WOWatchDog]> child spawned with pid 5256
Feb 05 09:10:55 sogod [5237]: <0x0x7f72e1dc08e0[WOWatchDog]> child spawned with pid 5257
Feb 05 09:10:55 sogod [5237]: <0x0x7f72e1dc08e0[WOWatchDog]> child spawned with pid 5258
Feb 05 09:10:55 sogod [5237]: <0x0x7f72e1dc08e0[WOWatchDog]> child spawned with pid 5259
Feb 05 09:10:55 sogod [5237]: <0x0x7f72e1dc08e0[WOWatchDog]> child spawned with pid 5260
Feb 05 09:10:55 sogod [5237]: <0x0x7f72e1dc08e0[WOWatchDog]> child spawned with pid 5261
Feb 05 09:10:55 sogod [5237]: <0x0x7f72e1dc08e0[WOWatchDog]> child spawned with pid 5262
Feb 05 09:10:55 sogod [5237]: <0x0x7f72e1dc08e0[WOWatchDog]> child spawned with pid 5263
Feb 05 09:10:55 sogod [5237]: <0x0x7f72e1dc08e0[WOWatchDog]> child spawned with pid 5264
Feb 05 09:12:36 sogod [5263]: <0x0x7f72e1c78440[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
Feb 05 09:12:36 sogod [5263]: <0x0x7f72e1c78440[SOGoCache]> Using host(s) '127.0.0.1' as server(s)
Feb 05 09:12:36 sogod [5264]: <0x0x7f72e1f446a0[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
Feb 05 09:12:36 sogod [5264]: <0x0x7f72e1f446a0[SOGoCache]> Using host(s) '127.0.0.1' as server(s)
Feb 05 09:12:36 sogod [5260]: <0x0x7f72e1cc96d0[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
Feb 05 09:12:36 sogod [5260]: <0x0x7f72e1cc96d0[SOGoCache]> Using host(s) '127.0.0.1' as server(s)
Feb 05 09:12:36 sogod [5259]: <0x0x7f72e1cc96d0[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
Feb 05 09:12:36 sogod [5259]: <0x0x7f72e1cc96d0[SOGoCache]> Using host(s) '127.0.0.1' as server(s)
Feb 05 09:12:36 sogod [5256]: <0x0x7f72e1cc96d0[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
Feb 05 09:12:36 sogod [5256]: <0x0x7f72e1cc96d0[SOGoCache]> Using host(s) '127.0.0.1' as server(s)
Feb 05 09:12:36 sogod [5262]: <0x0x7f72e1cc9770[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
Feb 05 09:12:36 sogod [5262]: <0x0x7f72e1cc9770[SOGoCache]> Using host(s) '127.0.0.1' as server(s)
Feb 05 09:12:36 sogod [5260]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folder_AM_BBAEQARFBDgEMg-/unseenCount HTTP/1.1" 200 13/0 0.302 - - 1M
Feb 05 09:12:36 sogod [5259]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folderTrash/unseenCount HTTP/1.1" 200 13/0 0.325 - - 1M
Feb 05 09:12:36 sogod [5264]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folder_AM_BCAEMARBBEEESwQ7BDoEOA-/unseenCount HTTP/1.1" 200 13/0 0.337 - - 1M
Feb 05 09:12:36 sogod [5256]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folderINBOX/unseenCount HTTP/1.1" 200 13/0 0.334 - - 1M
Feb 05 09:12:36 sogod [5263]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folder_AM_BBIEMAQ2BD0ESwQ1-_SP__AM_BD8EOARBBEwEPAQw-/uids HTTP/1.1" 200 84/53 0.372 - - 1M
Feb 05 09:12:36 sogod [5262]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folderDrafts/unseenCount HTTP/1.1" 200 13/0 0.286 - - 1M
Feb 05 09:12:37 sogod [5260]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folder_AM_BBIEMAQ2BD0ESwQ1-_SP__AM_BD8EOARBBEwEPAQw-/unseenCount HTTP/1.1" 200 13/0 0.286 - - 0
Feb 05 09:14:01 sogod [5260]: 134.249.152.133 "PROPFIND /SOGo/dav/me@myserver.com HTTP/1.1" 401 0/181 0.007 - - 0
Feb 05 09:14:01 sogod [5260]: 134.249.152.133 "PROPFIND /SOGo/dav/me@myserver.com HTTP/1.1" 207 498/181 0.030 - - 480K
Feb 05 09:14:01 sogod [5260]: 134.249.152.133 "OPTIONS /SOGo/dav/me@myserver.com/ HTTP/1.1" 200 0/0 0.004 - - 0
Feb 05 09:14:01 sogod [5260]: 134.249.152.133 "PROPFIND /SOGo/dav/me@myserver.com HTTP/1.1" 207 516/439 0.008 1609 67% 212K
Feb 05 09:14:01 sogod [5260]: 134.249.152.133 "PROPFIND /SOGo/dav/me@myserver.com/Contacts/ HTTP/1.1" 207 680/717 0.028 2820 75% 284K
Feb 05 09:14:01 sogod [5260]: 134.249.152.133 "PROPFIND /SOGo/dav/me@myserver.com/Contacts/vmail_mailbox/ HTTP/1.1" 207 525/717 0.007 1387 62% -40K
Feb 05 09:14:04 sogod [5260]: 134.249.152.133 "PROPFIND /SOGo/dav/me@myserver.com HTTP/1.1" 401 0/127 0.004 - - 0
Feb 05 09:14:04 sogod [5260]: 134.249.152.133 "PROPFIND /SOGo/dav/me@myserver.com HTTP/1.1" 207 325/127 0.012 - - 0
Feb 05 09:17:38 sogod [5264]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folder_AM_BCAEMARBBEEESwQ7BDoEOA-/unseenCount HTTP/1.1" 200 13/0 0.292 - - 0
Feb 05 09:17:38 sogod [5259]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folderINBOX/unseenCount HTTP/1.1" 200 13/0 0.301 - - 0Feb 05 09:17:38 sogod [5263]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folderDrafts/unseenCount HTTP/1.1" 200 13/0 0.305 - - 16K

Feb 05 09:17:38 sogod [5262]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folder_AM_BBAEQARFBDgEMg-/unseenCount HTTP/1.1" 200 13/0 0.313 - - 0
Feb 05 09:17:38 sogod [5256]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folderTrash/unseenCount HTTP/1.1" 200 13/0 0.314 - - 0
Feb 05 09:17:38 sogod [5260]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folder_AM_BBIEMAQ2BD0ESwQ1-_SP__AM_BD8EOARBBEwEPAQw-/uids HTTP/1.1" 200 84/53 0.375 - - 256K
Feb 05 09:17:39 sogod [5260]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folder_AM_BBIEMAQ2BD0ESwQ1-_SP__AM_BD8EOARBBEwEPAQw-/unseenCount HTTP/1.1" 200 13/0 0.321 - - 0
Feb 05 09:22:39 sogod [5262]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folderINBOX/unseenCount HTTP/1.1" 200 13/0 0.301 - - 0
Feb 05 09:22:39 sogod [5264]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folder_AM_BBAEQARFBDgEMg-/unseenCount HTTP/1.1" 200 13/0 0.309 - - 0
Feb 05 09:22:39 sogod [5259]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folder_AM_BCAEMARBBEEESwQ7BDoEOA-/unseenCount HTTP/1.1" 200 13/0 0.309 - - 0
Feb 05 09:22:39 sogod [5263]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folderDrafts/unseenCount HTTP/1.1" 200 13/0 0.313 - - 0
Feb 05 09:22:39 sogod [5260]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folder_AM_BBIEMAQ2BD0ESwQ1-_SP__AM_BD8EOARBBEwEPAQw-/uids HTTP/1.1" 200 84/53 0.349 - - 0
Feb 05 09:22:39 sogod [5256]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folderTrash/unseenCount HTTP/1.1" 200 13/0 0.344 - - 0
Feb 05 09:22:40 sogod [5256]: 134.249.152.133 "POST /SOGo/so/me@myserver.com/Mail/0/folder_AM_BBIEMAQ2BD0ESwQ1-_SP__AM_BD8EOARBBEwEPAQw-/unseenCount HTTP/1.1" 200 13/0 0.295 - - 0
Feb 05 09:23:06 sogod [5256]: 134.249.152.133 "PROPFIND /SOGo/dav/me@myserver.com/Calendar/ HTTP/1.1" 401 0/2217 0.004 - - 0
Feb 05 09:23:06 sogod [5256]: [WARN] <0x0x7f72e1fcd870[SOGoWebDAVAclManager]> entry '{DAV:}write' already exists in DAV permissions table
Feb 05 09:23:06 sogod [5256]: [WARN] <0x0x7f72e1fcd870[SOGoWebDAVAclManager]> entry '{DAV:}write-properties' already exists in DAV permissions table
Feb 05 09:23:06 sogod [5256]: [WARN] <0x0x7f72e1fcd870[SOGoWebDAVAclManager]> entry '{DAV:}write-content' already exists in DAV permissions table


Block Ransomware

$
0
0

How I can block or remove ransomware emails that contain ZIP file with the executable or JS that encrypt all client pc files?

Thank you

Configured email with score 10/10 but still my emails goes to spam!

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Ubuntu 14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache2
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

Hello there!

I was working in the past few days to create a 10/10 score at mail-tester.com and i achieved it!
I have no errors in the test tool but still when i send an email to user on which i have not yet sent an single email, my email goes to his Spam folder at gmail.

See my result here: https://www.mail-tester.com/web-QR0A9G&reloaded=1

For some reason Gmail continues to put my emails at the Spam folder.
Can you please give me any advice?

My email host is: mail.vivashost.com and i send emails to make tests with anyemail@vivashost.com.

Do you have any suggestion?

Thanks in advance!

Can send mail but cant not receive

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: CentOS 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MARIADB
- Web server (Apache or Nginx): APACHE
- Manage mail accounts with iRedAdmin-Pro? NO
- Related log if you're reporting an issue:
====
Hi,

We are a government organization in West Bengal, India.  We have our domain (thedpl.in) in Godaddy. We have installed Iredmail in a CentOS7 Server. We have configured the DNS in domain settings and are able to send the mails to outside domains. We are facing two issues:

1. We can not receive outside mails.
2. We can not send mails to GMAIL.

There is no error log for receiving the mail in /var/log/maillog

Moreover, we are interested in subscribing premium support services from your end. Please let us know the procedure and if possible please send us a financial proposal for this purpose.

Regards
Senior Manager
Durgapur Projects Limited (http://dpl.net.in)

ldap problem with iredmail 0.9.4

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version:  Ubuntu 14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Web server (Apache or Nginx):apache
- Manage mail accounts with iRedAdmin-Pro? no
- Related log if you're reporting an issue:

- iredapd.log
2016-02-06 13:07:03 ERROR LDAP bind failed: {'desc': "Can't contact LDAP server"}.

-mail.log
Feb  6 13:15:36 mail postfix/postscreen[10537]: CONNECT from [74.125.82.49]:35667 to [172.31.45.62]:25
Feb  6 13:15:36 mail postfix/postscreen[10537]: PASS OLD [74.125.82.49]:35667
Feb  6 13:15:36 mail postfix/smtpd[10538]: connect from mail-wm0-f49.google.com[74.125.82.49]
Feb  6 13:15:36 mail postfix/smtpd[10538]: warning: connect to 127.0.0.1:7777: Connection refused
Feb  6 13:15:36 mail postfix/smtpd[10538]: warning: problem talking to server 127.0.0.1:7777: Connection refused
Feb  6 13:15:37 mail postfix/smtpd[10538]: warning: connect to 127.0.0.1:7777: Connection refused
Feb  6 13:15:37 mail postfix/smtpd[10538]: warning: problem talking to server 127.0.0.1:7777: Connection refused
Feb  6 13:15:37 mail postfix/smtpd[10538]: NOQUEUE: reject: RCPT from mail-wm0-f49.google.com[74.125.82.49]: 451 4.3.5 Server configuration problem; from=<oquidave@gmail.com> to=<david@hataricloud.com> proto=ESMTP helo=<mail-wm0-f49.google.com>
Feb  6 13:15:38 mail postfix/smtpd[10538]: disconnect from mail-wm0-f49.google.com[74.125.82.49]
====

Hello guys, my iredmail mail server is not working. I've checked the logs and it says " warning: connect to 127.0.0.1:7777: Connection refused". I googled around and the forums suggest iredapd is not working. I discovered iredapd was throwing "ImportError: No module named ldap", so I installed python-ldap module using sudo apt-get install python-ldap.

Now ireadapd starts but still gives erros in the log file. It says "ERROR LDAP bind failed: {'desc': "Can't contact LDAP server"}".

Am using self-signed certificates from iredmail installation process.
What's the problem. Thanks

fail2ban not working on ubuntu 14.04 clean install

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): iRedMail-0.9.4
- Linux/BSD distribution name and version: Ubuntu 14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro?no
- Related log if you're reporting an issue:
====
2016-02-07 11:41:36,870 fail2ban.server : INFO   Changed logging target to /var/log/fail2ban.log for Fail2ban v0.8.11
2016-02-07 11:41:36,871 fail2ban.jail   : INFO   Creating new jail 'ssh'
2016-02-07 11:41:36,911 fail2ban.jail   : INFO   Jail 'ssh' uses pyinotify
2016-02-07 11:41:36,936 fail2ban.jail   : INFO   Initiated 'pyinotify' backend
2016-02-07 11:41:36,938 fail2ban.filter : INFO   Added logfile = /var/log/auth.log
2016-02-07 11:41:36,939 fail2ban.filter : INFO   Set maxRetry = 6
2016-02-07 11:41:36,940 fail2ban.filter : INFO   Set findtime = 600
2016-02-07 11:41:36,940 fail2ban.actions: INFO   Set banTime = 600
2016-02-07 11:41:36,981 fail2ban.jail   : INFO   Jail 'ssh' started
2016-02-07 11:44:49,966 fail2ban.server : INFO   Stopping all jails
2016-02-07 11:44:50,203 fail2ban.actions.action: ERROR  iptables -D INPUT -p tcp -m multiport --dports ssh -j fail2ban-ssh
iptables -F fail2ban-ssh
iptables -X fail2ban-ssh returned 100
2016-02-07 11:44:50,204 fail2ban.jail   : INFO   Jail 'ssh' stopped
2016-02-07 11:44:50,205 fail2ban.server : INFO   Exiting Fail2ban

Results for  iptables -L -n:

Chain INPUT (policy DROP)
target     prot opt source               destination
fail2ban-postfix  tcp  --  0.0.0.0/0            0.0.0.0/0            multiport dports 80,443,25,587,110,995,143,993,4190
fail2ban-dovecot  tcp  --  0.0.0.0/0            0.0.0.0/0            multiport dports 80,443,25,587,110,995,143,993,4190
fail2ban-roundcube  tcp  --  0.0.0.0/0            0.0.0.0/0            multiport dports 80,443,25,587,110,995,143,993,4190
fail2ban-default  tcp  --  0.0.0.0/0            0.0.0.0/0
fail2ban-default  tcp  --  0.0.0.0/0            0.0.0.0/0
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0            state RELATED,ESTABLISHED
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0            icmptype 8
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:22
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:80
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:443
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:25
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:587
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:110
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:995
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:143
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:993

Chain FORWARD (policy DROP)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

Chain fail2ban-default (2 references)
target     prot opt source               destination
RETURN     all  --  0.0.0.0/0            0.0.0.0/0
RETURN     all  --  0.0.0.0/0            0.0.0.0/0

Chain fail2ban-dovecot (1 references)
target     prot opt source               destination
RETURN     all  --  0.0.0.0/0            0.0.0.0/0

Chain fail2ban-postfix (1 references)
target     prot opt source               destination
RETURN     all  --  0.0.0.0/0            0.0.0.0/0

Chain fail2ban-roundcube (1 references)
target     prot opt source               destination
RETURN     all  --  0.0.0.0/0            0.0.0.0/0



Fail2ban is not banning after several attempts. Please advice. Thank you.

Restrict the senders for alias

$
0
0

The function of Alias “Who can send email to this list” are not working:

- Users under domain domains.com
- Users under domain domains.com and its sub-domains
- Members
- Moderators
- Members and moderators

I had tried to set, only the members could send mail to alias by selecting the “members” option, but still the other email account can sent the mail to alias email account.


==== Required information ====
- iRedMail version (check /etc/iredmail-release):
iRedAdmin-Pro    v1.9.0 (MySQL)

- Linux/BSD distribution name and version:
CentOS release 6.5 (Final)

- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
(MySQL)

- Web server (Apache or Nginx):
Apache

- Manage mail accounts with iRedAdmin-Pro?
         -

- Related log if you're reporting an issue:
====

FreeBSD - iRedMail-0.9.4 - curl fails to compile with GSSAPI enabled

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- BSD distribution name and version: FreeBSD 9.1.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): NGINX
- Manage mail accounts with iRedAdmin-Pro? nope
- Related log if you're reporting an issue:
====

Fyi... curl fails to compile with the following error

INFO ] Checking configuration file: /mnt/mail/iRedMail/iRedMail-0.9.4/config ... [FOUND]
< Question > Use it for mail server setting? [y|N]y
[ INFO ] Use config file: /mnt/mail/iRedMail/iRedMail-0.9.4/config for mail server setting.
[ INFO ] Import installation process status from file: /mnt/mail/iRedMail/iRedMail-0.9.4/runtime/install.status.
[ INFO ] Ports tree: /usr/ports
[ INFO ] Fetching all distfiles for required ports (make fetch-recursive)
< SKIP > Fetching all distfiles for port devel/py-Jinja2 and dependencies
< SKIP > Fetching all distfiles for port devel/py-lxml and dependencies
< SKIP > Fetching all distfiles for port net/py-netifaces and dependencies
< SKIP > Fetching all distfiles for port www/py-beautifulsoup and dependencies
< SKIP > Fetching all distfiles for port security/py-bcrypt and dependencies
[ INFO ] Fetching all distfiles for port: databases/mariadb55-server
===> Fetching all distfiles for mariadb55-server-5.5.47 and dependencies
===>   mariadb55-server-5.5.47 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by mariadb55-server-5.5.47 for building
===> Fetching all distfiles required by pkg-1.6.3 for building
===>   cmake-3.4.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by cmake-3.4.2 for building
===>  curl-7.47.0 GSSAPI_BASE is not compatible with OpenSSL from ports. Use
other GSSAPI options or OpenSSL from base system.
*** [fetch] Error code 1

Stop in /usr/ports/ftp/curl.
*** [fetch-recursive] Error code 1

Stop in /usr/ports/databases/mariadb55-server.

...if the options in ./functions/packages_freebsd.sh are set to

OPTIONS_FILE_SET+=GSSAPI_BASE
OPTIONS_FILE_UNSET+=GSSAPI_NONE

Changing it to

OPTIONS_FILE_UNSET+=GSSAPI_BASE
OPTIONS_FILE_SET+=GSSAPI_NONE

helps to solve this.

Cheers!


[RESOLVED] Send Dovecot logs to external syslog server fails

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4 fresh (non-updated)
- Linux/BSD distribution name and version: Debian 8
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? Yes
- Related log if you're reporting an issue: none
====
Hello,
I'm trying to send Dovecot logs to an external syslog server.
To do that, I use rsyslog on local server to send Dovecot received logs to my external syslogserver.
I use "syslog_facility = local5" in Dovecot conf.
When I use "logger -p local5.info "hello world" command, the message is sent and well received by my syslog server but I don't have any Dovecot logs on my syslog server.

What missed I ?

Thanks
Nicolas

Restricting adminstrative access

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: Ubuntu Server 14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue: NA
====

Hello,

A collegue has asked me to host mail for their domain. They want to be able to add and manage accounts, quotas, etc for their domain but I don't want to give them complete administrative access to every other domain I host. They should have complete administrative access but only to their domain and users.

How can I do this with iRedMail?

Roundcube and iredadmin errors

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.94
- Linux/BSD distribution name and version: Ubuntu 14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

I see an error when i go to roundcube in the browser:
"
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
"
Also, there is a timeout when i go to https://site/iredadmin

I have a ssl cert installed per the docs, and i've tried http and https. The only troubleshooting i've done is creating a new user in the roundcubemail mysql database. I thought I selected LDAP during install, and slapd is running, but the config files look like they are referencing mysql?

use of undeclared identifier ´my_perl´

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: FreeBSD 10.2
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): APACHE
- Manage mail accounts with iRedAdmin-Pro? NO
- Related log if you're reporting an issue:
====

Hi
I get this error when is compiling the LDAP server

init.c:151:17: error: use of undeclared identifier ´my_perl´

The error repites 18 times, as far as i get to see, and it ends with

fatal error: too many errors emited, stopping now [-ferror-limit=]

the Make stops are this all with error code 1

make[4]: stopped in /usr/ports/ldap/openldap24-server/work/openldap-2.4.44/servers/slapd/back-perl
make[3]:stopped in /usr/ports/ldap/openldap24-server/work/openldap-2.4.44/servers/slapd
make[2]:stopped in /usr/ports/ldap/openldap24-server/work/openldap-2.4.44/servers
make[1]:stopped in /usr/ports/ldap/openldap24-server/work/openldap-2.4.44

at the end it announces 8 warnings and 20 errors


Any idea of how i can fix it !!!!
thanks in advance for your time

smtp error 451

$
0
0

======== Required information ====
- iRedMail version (check /etc/iredmail-release):
0.9.4
- Linux/BSD distribution name and version:
Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u3 (2016-01-17) x86_64 GNU/Linux
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
MySQL
- Web server (Apache or Nginx):
Nginx
- Manage mail accounts with iRedAdmin-Pro?
no
- Related log if you're reporting an issue:

iredapd.log wrote:

2016-02-09 19:00:02 INFO * Query SQL server to get mail domain names.
2016-02-09 19:10:01 INFO * Query SQL server to get mail domain names.
2016-02-09 19:20:01 INFO * Query SQL server to get mail domain names.
2016-02-09 19:30:01 INFO * Query SQL server to get mail domain names.
2016-02-09 19:40:01 INFO * Query SQL server to get mail domain names.
2016-02-09 19:50:01 INFO * Query SQL server to get mail domain names.
2016-02-09 20:00:01 INFO * Query SQL server to get mail domain names.
2016-02-09 20:10:01 INFO * Query SQL server to get mail domain names.
2016-02-09 20:20:01 INFO * Query SQL server to get mail domain names.
2016-02-09 20:30:01 INFO * Query SQL server to get mail domain names.
2016-02-09 20:40:01 INFO * Query SQL server to get mail domain names.
2016-02-09 20:48:14 INFO Starting iRedAPD (version: 1.8.0, backend: ldap), listening on 127.0.0.1:7777.
2016-02-09 20:48:14 INFO Log rotate type: time, interval: W6, backup copies: 12.
2016-02-09 20:48:14 INFO Loading plugin: reject_null_sender
2016-02-09 20:48:14 INFO Loading plugin: ldap_maillist_access_policy
2016-02-09 20:48:14 INFO Loading plugin: amavisd_wblist
2016-02-09 20:48:20 ERROR LDAP bind failed: {'desc': "Can't contact LDAP server"}.
2016-02-09 20:49:02 INFO Starting iRedAPD (version: 1.8.0, backend: ldap), listening on 127.0.0.1:7777.
2016-02-09 20:49:02 INFO Log rotate type: time, interval: W6, backup copies: 12.
2016-02-09 20:49:02 INFO Loading plugin: reject_null_sender
2016-02-09 20:49:02 INFO Loading plugin: ldap_maillist_access_policy
2016-02-09 20:49:02 INFO Loading plugin: amavisd_wblist
2016-02-09 20:50:01 INFO * Query SQL server to get mail domain names.
2016-02-09 21:00:01 INFO * Query SQL server to get mail domain names.

mail.log wrote:

Feb  9 20:48:20 email postfix/submission/smtpd[3035]: connect from localhost[127.0.0.1]
Feb  9 20:48:21 email postfix/submission/smtpd[3035]: warning: connect to 127.0.0.1:7777: Connection refused
Feb  9 20:48:21 email postfix/submission/smtpd[3035]: warning: problem talking to server 127.0.0.1:7777: Connection refused
Feb  9 20:48:21 email postfix/submission/smtpd[3035]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 451 4.3.5 Server configuration problem; from=<me@mydomain.com> to=<me@myotherdomain.com> proto=ESMTP helo=<_>
Feb  9 20:48:21 email roundcube: ERROR: Invalid response code received from server (451)
Feb  9 20:48:21 email roundcube: <lkm08v7t> SMTP Error: Failed to add recipient 'me@myotherdomain.com'. 4.3.5 Server configuration problem (Code: 451) in /opt/www/roundcubemail-1.1.4/program/lib/Roundcube/rcube.php on line 1712 (POST /mail/?_task=mail&_unlock=loading1455068901501&_lang=en_US&_framed=1?_task=mail&_action=send)
Feb  9 20:48:21 email postfix/submission/smtpd[3035]: disconnect from localhost[127.0.0.1]

====

When I try to send a mail using roundcube, I get the error:

SMTP Error (451): Failed to add recipient "me@myotherdomain.com" (4.3.5 Server configuration problem).

my postconf:

alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
allow_min_user = no
allow_percent_hack = no
biff = no
body_checks = pcre:/etc/postfix/body_checks.pcre
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
disable_vrfy_command = yes
dovecot_destination_recipient_limit = 1
enable_original_recipient = no
header_checks = pcre:/etc/postfix/header_checks
home_mailbox = Maildir/
inet_interfaces = all
inet_protocols = all
lmtp_tls_mandatory_protocols = !SSLv2 !SSLv3
lmtp_tls_protocols = !SSLv2 !SSLv3
mail_owner = postfix
mailbox_command = /usr/lib/dovecot/deliver
mailq_path = /usr/bin/mailq
message_size_limit = 15728640
mydestination = $myhostname, localhost, localhost.localdomain
mydomain = email.mydomain.com
myhostname = email.mydomain.com
mynetworks = 127.0.0.1
myorigin = email.mydomain.com
newaliases_path = /usr/bin/newaliases
postscreen_access_list = permit_mynetworks, cidr:/etc/postfix/postscreen_access.cidr
postscreen_blacklist_action = enforce
postscreen_dnsbl_action = enforce
postscreen_dnsbl_reply_map = texthash:/etc/postfix/postscreen_dnsbl_reply
postscreen_dnsbl_sites = zen.spamhaus.org*3 b.barracudacentral.org*2
postscreen_dnsbl_threshold = 2
postscreen_dnsbl_whitelist_threshold = -2
postscreen_greet_action = enforce
proxy_read_maps = $canonical_maps $lmtp_generic_maps $local_recipient_maps $mydestination $mynetworks $recipient_bcc_maps $recipient_canonical_maps $relay_domains $relay_recipient_maps $relocated_maps $sender_bcc_maps $sender_canonical_maps $smtp_generic_maps $smtpd_sender_login_maps $transport_maps $virtual_alias_domains $virtual_alias_maps $virtual_mailbox_domains $virtual_mailbox_maps $smtpd_sender_restrictions
queue_directory = /var/spool/postfix
recipient_bcc_maps = proxy:mysql:/etc/postfix/mysql/recipient_bcc_maps_user.cf proxy:mysql:/etc/postfix/mysql/recipient_bcc_maps_domain.cf
recipient_delimiter = +
relay_domains = $mydestination proxy:mysql:/etc/postfix/mysql/relay_domains.cf
sender_bcc_maps = proxy:mysql:/etc/postfix/mysql/sender_bcc_maps_user.cf proxy:mysql:/etc/postfix/mysql/sender_bcc_maps_domain.cf
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp-amavis_destination_recipient_limit = 1
smtp_tls_CAfile = $smtpd_tls_CAfile
smtp_tls_loglevel = 0
smtp_tls_mandatory_protocols = !SSLv2 !SSLv3
smtp_tls_note_starttls_offer = yes
smtp_tls_protocols = !SSLv2 !SSLv3
smtp_tls_security_level = may
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:7777
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks permit_sasl_authenticated reject_non_fqdn_helo_hostname reject_invalid_helo_hostname check_helo_access pcre:/etc/postfix/helo_access.pcre
smtpd_recipient_restrictions = reject_unknown_recipient_domain reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 permit_mynetworks permit_sasl_authenticated reject_unauth_destination
smtpd_reject_unlisted_recipient = yes
smtpd_reject_unlisted_sender = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_path = private/dovecot-auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_login_maps = proxy:mysql:/etc/postfix/mysql/sender_login_maps.cf
smtpd_sender_restrictions = reject_unknown_sender_domain reject_non_fqdn_sender reject_unlisted_sender permit_mynetworks reject_sender_login_mismatch permit_sasl_authenticated check_sender_access pcre:/etc/postfix/sender_access.pcre
smtpd_tls_CAfile = /etc/ssl/certs/iRedMail.crt
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/ssl/certs/iRedMail.crt
smtpd_tls_dh1024_param_file = /etc/ssl/dhparams.pem
smtpd_tls_exclude_ciphers = aNULL, eNULL, EXPORT, DES, RC4, MD5, PSK, aECDH, EDH-DSS-DES-CBC3-SHA, EDH-RSA-DES-CDC3-SHA, KRB5-DE5, CBC3-SHA
smtpd_tls_key_file = /etc/ssl/private/iRedMail.key
smtpd_tls_loglevel = 0
smtpd_tls_mandatory_protocols = !SSLv2 !SSLv3
smtpd_tls_protocols = !SSLv2 !SSLv3
smtpd_tls_security_level = may
swap_bangpath = no
tls_random_source = dev:/dev/urandom
transport_maps = proxy:mysql:/etc/postfix/mysql/transport_maps_user.cf proxy:mysql:/etc/postfix/mysql/transport_maps_domain.cf
unknown_local_recipient_reject_code = 550
virtual_alias_domains =
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql/virtual_alias_maps.cf proxy:mysql:/etc/postfix/mysql/domain_alias_maps.cf proxy:mysql:/etc/postfix/mysql/catchall_maps.cf proxy:mysql:/etc/postfix/mysql/domain_alias_catchall_maps.cf
virtual_gid_maps = static:2000
virtual_mailbox_base = /var/vmail
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql/virtual_mailbox_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql/virtual_mailbox_maps.cf
virtual_minimum_uid = 2000
virtual_transport = dovecot
virtual_uid_maps = static:2000

iredapd seems to run, until I try to send a message at which point it seems to crash.

Viewing all 12099 articles
Browse latest View live


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