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

Get global address book in outlook

$
0
0

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

Hi,

is there a way to see the global adress book (all mail accounts stored in the ldap database) in outlook?

in the sogo webinterface it works nice and smooth, but in outlook it doesn't work..

heres the code from my sogo config:

SOGoUserSources = (
        {
            type = ldap;
            hostname = "ldap://127.0.0.1:389";
            baseDN = "o=domains,dc=mydomain,dc=com";
            //bindAsCurrentUser = YES;
            bindDN = "cn=vmailadmin,dc=mydomain,dc=com";
            bindPassword = "supersecretpassword";
            filter = "objectClass=mailUser AND accountStatus=active AND enabledService=mail AND enabledService=sogo";
            scope = SUB;

            // The algorithm used for password encryption when changing
            // passwords without Password Policies enabled.
            // Possible values are: plain, crypt, md5-crypt, ssha, ssha512.
            userPasswordAlgorithm = ssha512;

            IDFieldName = mail;
            bindFields = (mail);
            CNFieldName = cn;
            // value of UID field must be unique on whole server.
            UIDFieldName = mail;
            IMAPLoginFieldName = mail;
            SearchFieldNames = (cn, sn, displayName, telephoneNumber, mail, shadowAddress);
            canAuthenticate = YES;
            displayName = "Global Address Book";
            id = ldap_auth;
            isAddressBook = YES;
        }
    );

Unable to send eMails outside of the domain

$
0
0

Dear colleagues,

I'm a newbie guy in here a just landed new nickname, in fact this is my first post. So let me thanks the community as I'm sure they are doing an incredible job.

So moving forward after introductions I would like to highlight my issue. Is about the relay of the eMails, in my country as per standard procedure we can't send eMails directly we use to use forwarders to do that for us.

I have a plan already with AuthSMTP into my Synology box and it works like a charm, but I would like to stop to use Synology as a WebMail/Cloud/WebServer and put this into a Ubuntu 16.10 - Virtual Server.

I did the basic installation and I have been able to logon into the portals with the postmaster@myowndomain.com. After that I did setup couple of more settings like do the port-forwarding to the new server in place to see how it behaves without additional configuration and setup the new MX reg into the DNS.

The results are that I'm able to receive eMails from my @gmail.com, but I can't send a reply arriving to @gmail.com. I did add the domain into the trust ones for Google, adding the SPF register into my DNS and it was accepted/approved by them.

I just configured after the "Global relay host" as follows, with the 4 different options and none of these works for me:

Config for: /etc/postfix/main.cf wrote:

relayhost = mail.authsmtp.com
smtp_sasl_password_maps = hash:/etc/postfix/sasl_password
smtp_sasl_auth_enable = yes
smtp_sasl_mechanism_filter = login
smtp_sasl_security_options = noanonymous

relayhost = [mail.authsmtp.com]:25
smtp_sasl_password_maps = hash:/etc/postfix/sasl_password
smtp_sasl_auth_enable = yes
smtp_sasl_mechanism_filter = login
smtp_sasl_security_options = noanonymous

relayhost = [62.13.128.194]:25
smtp_sasl_password_maps = hash:/etc/postfix/sasl_password
smtp_sasl_auth_enable = yes
smtp_sasl_mechanism_filter = login
smtp_sasl_security_options = noanonymous

relayhost = 62.13.128.194
smtp_sasl_password_maps = hash:/etc/postfix/sasl_password
smtp_sasl_auth_enable = yes
smtp_sasl_mechanism_filter = login
smtp_sasl_security_options = noanonymous

Also I did configure the sasl_password as follow:

Config for: /etc/postfix/sasl_password wrote:

  relay.server myauthsmtpuser:myultrasuperprotectedpassword

Following these actions:

Commands: wrote:


postmap hash:/etc/postfix/sasl_password
service postfix restart

Finally a full reboot of the server everytime I was changing the above.

None of the configurations above were working and I'm still not able to receive my eMails at GMail or other Domain.

Then as last option I tried to setup this in MySQL following the small tutorial for: MySQL, MariaDB, PostgreSQL:

MySQL Commands: wrote:


use vmail;
insert into sender_relayhost (account, relayhost) values ('@myowndomain.com', mail.authsmtp.com:25');

The query come through and it was showing an OK, so I did again a full reboot and test, but results were the same the eMails looks to be send, but never received.

Could you please give me a hand in here ?

Many thanks for your help and looking forward to hear from you.

Best regards.


==== Required information ====
- iRedMail version (check /etc/iredmail-release): iRedMail-0.9.6
- Linux/BSD distribution name and version: Ubuntu Server 16.10
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): My SQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue: Let me know how to extrat the logs required and I will do that ASAP.
====

ClamAV wont update, what I should try ?

$
0
0

======== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.6
- Linux/BSD distribution name and version: Ubuntu Server 14.0¨4 LTS
- 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: I dont know how ?
====

Hello,
My server is fresh digitalocean (only iredadmin installed)
When I try to update ClamAV:

root@mail:~# sudo freshclam
ClamAV update process started at Wed Feb  8 13:08:56 2017
Downloading main.cvd [100%]
ERROR: Database load killed by signal 9
ERROR: Failed to load new database

ClamAV errors while sending (mail.log):

 
Feb  8 12:52:14 mail postfix/qmgr[2198]: 37A1AA0763: removed
Feb  8 12:52:14 mail amavis[16807]: (16807-02) (!)connect to /var/run/clamav/clamd.ctl failed, attempt #1: Can't connect to UNIX socket /var/run/clamav/clamd.ctl: No such file or directory
Feb  8 12:52:14 mail postfix/smtp[16698]: Untrusted TLS connection established to bever-uk.mail.protection.outlook.com[256.799.954.150]:25: TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)
Feb  8 12:52:15 mail amavis[16807]: (16807-02) (!)connect to /var/run/clamav/clamd.ctl failed, attempt #1: Can't connect to UNIX socket /var/run/clamav/clamd.ctl: No such file or directory
Feb  8 12:52:15 mail amavis[16807]: (16807-02) (!)ClamAV-clamd: All attempts (1) failed connecting to /var/run/clamav/clamd.ctl, retrying (2)

Installation fails on liblz4-1 naming

$
0
0

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

This is my first install on test server.
The packages I already have installed are listed, then:
====
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
liblz4-tool : Depends: liblz4-1 (= 0.0~r131-2) but 0.0~r131-2ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.
====

This should show the held packages:
$ dpkg --get-selections | grep hold
$

New Bug

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Linux/BSD distribution name and version: Ubuntu 16.04.1 LTS
- 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:

====

Hello, I'm trying to create email accounts through the Panel and I'm not getting. See how is showing:

Add fields to Roundcube LDAP address book?

$
0
0

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

I have a requirement to add a "backupMailAddress" attribute to my LDAP addressbook to store a "home/personal" email address, and be user-editable in Roudcube's Global LDAP Address Book.

So far, I've managed to make the address book editable, but I cannot see how/where I'd go about adding a custom field like "Home Email Address" that's tied to the backupMailAddress LDAP attribute.

Is this doable?  Is there another or better way?

SMTP error 5.1.1 with some recipient domains

$
0
0

==== Required information ====
- iRedMail version: 0.9.6 MYSQL edition.
- Linux/BSD distribution name and version: Debian Jessie (8)
- 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: attached
====

Cannot send to certain domains (.space tld for example)
Error:

An error occurred while sending mail. The mail server responded:  
5.1.1 <email@domain.space>: Recipient address rejected: User unknown in virtual mailbox table.

Sieve rules failing ( Invalid mailbox name)

$
0
0

======== Required information ====
- iRedMail version (check /etc/iredmail-release):   0.9.6
- Linux/BSD distribution name and version:  Ubuntu 16.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:

dovecot.sieve.log of user wrote:

sieve: info: started log at Feb 09 00:12:03.
error: msgid=28108123272099$f3454142a9f74e5198c71f230f5f2b1b: failed to store into mailbox 'INBOX/': Invalid mailbox name: Ends with hierarchy separator.
sieve: info: started log at Feb 09 00:12:17.
error: msgid=<CANXaQcro9f31d512w833XGhnfC14UXZXV5y_ZCBnVjm25WEDYQ@mail.gmail.com>: failed to store into mailbox 'INBOX/': Invalid mailbox name: Ends with hierarchy separator.

====

Hello,

after moving our iRedMail installation to another server,m I ran into a problem with configuring sieve rules on a per-user basis. The rule files (created with RoundCube) get created just fine, but sieve fails to open the right mailbox folders.

Dovecot conf wrote:

# Pigeonhole version 0.4.13 (7b14904)
# OS: Linux 4.4.0-62-generic x86_64 Ubuntu 16.04.1 LTS
auth_master_user_separator = *
auth_mechanisms = PLAIN LOGIN
dict {
  acl = mysql:/etc/dovecot/dovecot-share-folder.conf
  quotadict = mysql:/etc/dovecot/dovecot-used-quota.conf
}
first_valid_uid = 2000
last_valid_uid = 2000
listen = * [::]
mail_debug = yes
mail_gid = 2000
mail_location = maildir:%Lh/Maildir/:INDEX=%Lh/Maildir/
mail_plugins = quota mailbox_alias acl
mail_uid = 2000
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext
namespace {
  inbox = yes
  location =
  mailbox Archive {
    auto = no
    special_use = \Archive
  }
  mailbox Archives {
    auto = no
    special_use = \Archive
  }
  mailbox "Deleted Messages" {
    auto = no
    special_use = \Trash
  }
  mailbox Drafts {
    auto = subscribe
    special_use = \Drafts
  }
  mailbox Junk {
    auto = subscribe
    special_use = \Junk
  }
  mailbox "Junk E-mail" {
    auto = no
    special_use = \Junk
  }
  mailbox Sent {
    auto = subscribe
    special_use = \Sent
  }
  mailbox "Sent Items" {
    auto = no
    special_use = \Sent
  }
  mailbox "Sent Messages" {
    auto = no
    special_use = \Sent
  }
  mailbox Spam {
    auto = no
    special_use = \Junk
  }
  mailbox Trash {
    auto = subscribe
    special_use = \Trash
  }
  prefix =
  separator = /
  type = private
}
namespace {
  list = children
  location = maildir:%%Lh/Maildir/:INDEX=%%Lh/Maildir/Shared/%%Ld/%%Ln
  prefix = Shared/%%u/
  separator = /
  subscriptions = yes
  type = shared
}
passdb {
  args = /etc/dovecot/dovecot-mysql.conf
  driver = sql
}
passdb {
  args = /etc/dovecot/dovecot-master-users
  driver = passwd-file
  master = yes
}
plugin {
  acl = vfile
  acl_shared_dict = proxy::acl
  auth_socket_path = /var/run/dovecot/auth-master
  mailbox_alias_new = Sent Messages
  mailbox_alias_new2 = Sent Items
  mailbox_alias_old = Sent
  mailbox_alias_old2 = Sent
  quota = dict:user::proxy::quotadict
  quota_grace = 10%%
  quota_rule = *:storage=1G
  quota_warning = storage=100%% quota-warning 100 %u
  quota_warning2 = storage=95%% quota-warning 95 %u
  quota_warning3 = storage=90%% quota-warning 90 %u
  quota_warning4 = storage=85%% quota-warning 85 %u
  sieve = %Lh/sieve/dovecot.sieve
  sieve_before = /var/vmail/sieve/dovecot.sieve
  sieve_dir = %Lh/sieve
  sieve_global_dir = /var/vmail/sieve
  sieve_max_redirects = 30
}
protocols = pop3 imap sieve lmtp
service auth {
  unix_listener /var/spool/postfix/private/dovecot-auth {
    group = postfix
    mode = 0666
    user = postfix
  }
  unix_listener auth-master {
    group = vmail
    mode = 0666
    user = vmail
  }
  unix_listener auth-userdb {
    group = vmail
    mode = 0660
    user = vmail
  }
}
service dict {
  unix_listener dict {
    group = vmail
    mode = 0660
    user = vmail
  }
}
service imap-login {
  process_limit = 500
  service_count = 1
}
service lmtp {
  executable = lmtp -L
  inet_listener lmtp {
    address = 127.0.0.1
    port = 24
  }
  process_min_avail = 5
  unix_listener /var/spool/postfix/private/dovecot-lmtp {
    group = postfix
    mode = 0600
    user = postfix
  }
  user = vmail
}
service managesieve-login {
  inet_listener sieve {
    address = 127.0.0.1
    port = 4190
  }
}
service pop3-login {
  service_count = 1
}
service quota-warning {
  executable = script /usr/local/bin/dovecot-quota-warning.sh
  unix_listener quota-warning {
    group = vmail
    mode = 0660
    user = vmail
  }
}
ssl = required
ssl_cert = </etc/letsencrypt/live/mail.pcteufel-gifhorn.de/fullchain.pem
ssl_cipher_list = EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH
ssl_dh_parameters_length = 2048
ssl_key = </etc/letsencrypt/live/mail.pcteufel-gifhorn.de/privkey.pem
ssl_prefer_server_ciphers = yes
ssl_protocols = !SSLv2 !SSLv3
syslog_facility = local5
userdb {
  args = /etc/dovecot/dovecot-mysql.conf
  driver = sql
}
protocol lda {
  auth_socket_path = /var/run/dovecot/auth-master
  lda_mailbox_autocreate = yes
  lda_mailbox_autosubscribe = yes
  mail_plugins = quota mailbox_alias acl sieve
  postmaster_address = root
}
protocol lmtp {
  lmtp_save_to_detail_mailbox = yes
  mail_plugins = quota sieve
  postmaster_address = postmaster
  recipient_delimiter = +
}
protocol imap {
  imap_client_workarounds = tb-extra-mailbox-sep
  mail_max_userip_connections = 30
  mail_plugins = quota mailbox_alias acl imap_quota imap_acl
}
protocol pop3 {
  mail_max_userip_connections = 30
  mail_plugins = quota mailbox_alias acl
  pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
  pop3_uidl_format = %08Xu%08Xv
}

and the test sieve rule:

dovecot.sieve wrote:

require ["fileinto"];
# rule:[Test]
if header :is "from" "myemail@gmail.com"
{
        fileinto "INBOX/Personal";
}

Any ideas?



Cheers!


Postfix error when e-mail in list of e-mails not exists

$
0
0

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

Dear,

I have a problem and I would like some help.
I'll explain the problem in the lines below:

* My example email is postmaster@yourdomain.com

1) I have a list with several e-mails (from the same domain as yourdomain.com);
2) When I try to send an e-mail to this list, and one of the e-mails in the list does not exist, my e-mail client generates an error saying that it is not possible to send the e-mail because one of the e-mails in the list does not exist .

How can I solve?
I would like that if the email does not exist, postfix ignores it and sends it to the others too many in the list.

Is this possible?

Thank you in advance

auto delete error mail

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release):     v0.9.5-1
- 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
- Related log if you're reporting an issue:
----------------------------------------------------------------------------------
I'm typing command 'postqueue -p', saw a lot of user send error address. i want to set auto delete the error mail, how dis set the first 60 minutes of deleted once?

"To" Tag in message is wrong

$
0
0

==== Required information ====
- iRedMail version: 0.9.6):
- 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:
====

Good afternoon!

How to delete messages that are not in my domain mydomain.ru ? "To" Tag in message is wrong!!!

Return-Path: <countrygascapital@soportemybb.es>
Delivered-To: <mail@mydomain.ru>
Received: from mail.mydomain.ru
    by mail.mydomain.ru (Dovecot) with LMTP id YedkCVaRmlitNQAAJAsnUA
    for <mail@mydomain.ru>; Wed, 08 Feb 2017 06:32:38 +0300
Received: from mail.mydomain.ru (localhost [127.0.0.1])
    by mail.mydomain.ru (Postfix) with ESMTP id 08DAD282270
    for <mail@mydomain.ru>; Wed,  8 Feb 2017 06:32:38 +0300 (MSK)
X-Virus-Scanned: Debian amavisd-new at mail.mydomain.ru
X-Spam-Flag: YES
X-Spam-Score: 8.032
X-Spam-Level: ********
X-Spam-Status: Yes, score=8.032 tagged_above=2 required=6.31
    tests=[BAYES_50=0.8, HTML_IMAGE_ONLY_04=1.172, HTML_MESSAGE=0.001,
    MIME_HTML_MOSTLY=0.428, MPART_ALT_DIFF=0.79,
    RCVD_IN_BL_SPAMCOP_NET=1.347, RCVD_IN_PSBL=2.7, RDNS_NONE=0.793,
    URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Received: from mail.mydomain.ru ([127.0.0.1])
    by mail.mydomain.ru (mail.mydomain.ru [127.0.0.1]) (amavisd-new, port 10024)
    with ESMTP id IneCBPd5UE9P for <mail@mydomain.ru>;
    Wed,  8 Feb 2017 06:32:37 +0300 (MSK)
Received: from saudisoft.ssmain.com (unknown [212.103.187.53])
    by mail.mydomain.ru (Postfix) with ESMTP id 94D4C280356
    for <mail@mydomain.ru>; Wed,  8 Feb 2017 06:31:55 +0300 (MSK)
Received: from svmz ([5.223.157.154]) by saudisoft.ssmain.com with Microsoft SMTPSVC(6.0.3790.4675);
     Wed, 8 Feb 2017 01:09:48 +0200
Message-ID: <A5A016454E9AB6E5393C75C82C2ED94E@soportemybb.es>
From: =?windows-1251?B?weXr5eLx6ujpIN3k8+Dw5A==?= <countrygascapital@soportemybb.es>
[b][color=#FF0000]To: = ?windows-1251?B?wuXw4A==?= <moroxxi@bigtelecom.ru>[/color][/b]
Subject: [SPAM]=?windows-1251?B?z/Du4/Dg7OzgICLQ4Ofi6PLo5SDy5evl8ODk?=
    =?windows-1251?B?6O7i5fng7ej/IOIg0O7x8ejp8eru6SDU5eTl?=
    =?windows-1251?B?8OD26Ogg7eAgMjAwOSAtIDIwMTgg4+7k+yI=?=
Date: Wed, 8 Feb 2017 00:35:25 +0300
MIME-Version: 1.0
Content-Type: multipart/related; boundary="be1c70d9291291317adc808cfaa9"
X-OriginalArrivalTime: 07 Feb 2017 23:10:07.0454 (UTC) FILETIME=[52B0F7E0:01D28197]


Feb  8 06:32:06 mail postfix/smtpd[13810]: 94D4C280356: client=unknown[212.103.187.53]
Feb  8 06:32:27 mail postfix/postscreen[13807]: close database /var/lib/postfix/postscreen_cache.db: No such file or directory (possible Berkeley DB bug)
Feb  8 06:32:29 mail postfix/cleanup[13826]: 94D4C280356: message-id=<A5A016454E9AB6E5393C75C82C2ED94E@soportemybb.es>
Feb  8 06:32:37 mail postfix/qmgr[19050]: 94D4C280356: from=<countrygascapital@soportemybb.es>, size=41212, nrcpt=1 (queue active)
Feb  8 06:32:37 mail amavis[12298]: (12298-03) ESMTP:[127.0.0.1]:10024 /var/lib/amavis/tmp/amavis-20170208T050101-12298-Tqgft9ya: <countrygascapital@soportemybb.es> -> <mail@mydomain.ru> SIZE=41212 Received: from mail.mydomain.ru ([127.0.0.1]) by mail.mydomain.ru (mail.mydomain.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP for <mail@mydomain.ru>; Wed,  8 Feb 2017 06:32:37 +0300 (MSK)
Feb  8 06:32:37 mail amavis[12298]: (12298-03) Checking: IneCBPd5UE9P [212.103.187.53] <countrygascapital@soportemybb.es> -> <mail@mydomain.ru>
Feb  8 06:32:37 mail amavis[12298]: (12298-03) p004 1 Content-Type: multipart/related
Feb  8 06:32:37 mail amavis[12298]: (12298-03) p005 1/1 Content-Type: multipart/alternative
Feb  8 06:32:37 mail amavis[12298]: (12298-03) p001 1/1/1 Content-Type: text/plain, size: 0 B, name: 
Feb  8 06:32:37 mail amavis[12298]: (12298-03) p002 1/1/2 Content-Type: text/html, size: 276 B, name: 
Feb  8 06:32:37 mail amavis[12298]: (12298-03) p003 1/2 Content-Type: image/gif, size: 28719 B, name: taht.gif
Feb  8 06:32:38 mail amavis[12298]: (12298-03) mangling NO: 0 (was: disclaimer), discl_allowed=0, <countrygascapital@soportemybb.es> -> <mail@mydomain.ru>
Feb  8 06:32:38 mail amavis[12298]: (12298-03) spam-tag, <countrygascapital@soportemybb.es> -> <mail@mydomain.ru>, Yes, score=8.032 tagged_above=2 required=6.31 tests=[BAYES_50=0.8, HTML_IMAGE_ONLY_04=1.172, HTML_MESSAGE=0.001, MIME_HTML_MOSTLY=0.428, MPART_ALT_DIFF=0.79, RCVD_IN_BL_SPAMCOP_NET=1.347, RCVD_IN_PSBL=2.7, RDNS_NONE=0.793, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Feb  8 06:32:38 mail postfix/smtpd[13840]: connect from localhost[127.0.0.1]
Feb  8 06:32:38 mail postfix/smtpd[13840]: 08DAD282270: client=localhost[127.0.0.1]
Feb  8 06:32:38 mail postfix/cleanup[13826]: 08DAD282270: message-id=<A5A016454E9AB6E5393C75C82C2ED94E@soportemybb.es>
Feb  8 06:32:38 mail postfix/smtpd[13840]: disconnect from localhost[127.0.0.1]

postscreen and Haproxy

$
0
0

- iRedMail version (check /etc/iredmail-release):  0.9.5-1
- Linux/BSD distribution name and version:  centos 7
- 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:



Hi,  I'm using haproxy with postscreen like here:

http://blog.haproxy.com/2012/06/30/effi … balancers/


but postscreen only transport traffic..
It is possible setup postscreen to transport trafic and block non legitimate traffic?

Now in maillog i have only transport:

Feb  9 10:00:01 mail4 postfix/postscreen[11904]: CONNECT from [xxx]:63585 to [xxx]:587
Feb  9 10:00:01 mail4 postfix/postscreen[11904]: WHITELISTED [xxx]:63585

Iredpanel Apache Virtual Host

$
0
0

I have a question. Where can I get the Iredpanel Apache virtual host file. I didnt get one when I installed iRedMail.
If you can help thank you

best regards,
KingTux

How do I create a user with a mailbox?

$
0
0

The title says it all.
However, I created the user but when I check the mailbox database the user is not in there.

issue to Windows xp ms outlook to iredmail 0.9.6

$
0
0

hi

i have install iRedmail 0.9.6 on Centos 7, i hv configure ms outlook client for emails. Its working fine with windows 7 but in windows sp3, Ms outlook 2007/2010, no connectivity with iRedmail server, or some time connect or sometime not.
i didnot figuer out the issue...

any suggestion....





==== 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:
====


ldap not acccessible form lan

$
0
0

iRed 096, centos7, default installation, SELINUX=disabled,

[root@mail ~]# sestatus
SELinux status:                 disabled

[root@mail ~]# systemctl status iptables
Unit iptables.service could not be found.

telnet 0 389 ----connect!!
telnet iredM_IP  389 ---no connection from LAN

iptables -A INPUT -p tcp --dport 389 -j ACCEPT  ----still problem after adding the rule

I need to access to LDAP from LAN, how to do it? thanks

Can not send e-mails(Other solutions don't work)

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.6
- Linux/BSD distribution name and version: Ubuntu 14.04(LTS)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):MySQL
- Web server (Apache or Nginx):Apache2
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue: main.cf, mail.log
====
I have tried to set up an iRedMail server on my fresh instal of Ubuntu 14.04.
It currently only sends to the local domain. I know I have set up my DNS records properly, however it can not send emails to gmail or anything else.
My main.cf from postfix is - http://paste.ubuntu.com/23968411/
My mail.log is - http://paste.ubuntu.com/23968281/
Any help is appreciated.

Smtp Relay Host required? how do I use one that needs authentication?

$
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:
====
iredmail 0.9.6
linux cent os 7
mysql
apache
not admin pro

Hi, I've just come from sbs2011 world where smtp replay was required and we had to authenticate to send out we use mailjet. our emails seem to go which one one point confuses me but of course thats great news... we have spf setup with mail jet and I'm worried about some emails not arriving to people with iredmail - am I worrying over nothing?

how do I setup for the mail to go through a smtp relay (I know theres documentation about sql with the smtp relay host) but it doesn't cover one that requires authentication and I cant for love or money find any docs on this...

It seems the pro edition from the test doesn't allow authenticated smtp relay either?

Sorry if this is a beginners question I look forward to hearing your responses..

iRedMail blocks emails sent using PHP

$
0
0

Hi!

I have a problem.
I have server with iRedMail and another one where placed my sites. And when I send emails using PHP (from the second server) to any address on my iRedMail server they don't come. When I send emails using PHP to gmail.com everything is OK. So I think the problem is on the iRedMail side.

Can you help me?
Thanks.

Required information:
I use 0.9.6 OPENLDAP edition on Ubuntu 16.04.1. LDAP, Nginx. I don't use iRedAdmin-Pro.

Skip vitual check

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.84
- Linux/BSD distribution name and version: debian 8 jessie
- 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:
====

I have use postsrs for forward to gmail with some domain.
some how it have been error with 'user unknown'

with my server domain.

ex.

<srs0=96es=zu=hotmail.com=nongjame@smtp.mydomain.com>: user unknown

how can I skip check user with domian "smtp.mydomain.com"

I have try
smtpd_sender_restrictions =
    check_sender_access hash:/etc/postfix/accepted_unauth_senders,

doesn't work

But did not try reject_sender_login_mismatch yet.

thank you

Viewing all 12099 articles
Browse latest View live


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