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

iRedMail port 993 won't work, defaulting to 143 STARTTLS is bad

$
0
0

Hi there,

iRedMail 0.90 won't work with port 993 by default with a self-signed certificate.

I've read that you recommended STARTTLS and thus IMAP over TLS on port 143. How do I make it so that it only works on port 993 by default? Thunderbird refused to connect to port 993 and I got a bunch of "no auth attemps" in dovecot.log. It will work only if it connects to port 143 with STARTTLS, and I'd like it to connect only with SSL/TLS and block port 143 by default. How do I do that? Here's the log:

May 05 05:33:27 imap-login: Info: Disconnected (no auth attempts in 1 secs): user=<>, rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx, TLS: SSL_read() failed: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca: SSL alert number 48, session=<I/xxxxxxxx+>

Is this because the self-signed CA isn't there? If so, can we put ssl_ca = </etc/dovecot/private/iRedMail_CA.pem?

Also, in a scenario where there's a MITM, won't some mail client will try to connect with just plain text to 143 if SSL/TLS is unavailable. In my opinion, it should only function with port 993 by default and port 143 should be disabled (btw I've purchased iRedAdminPro under a different email address registered to this forum account)


Unable to send email via Perl script

$
0
0

==== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Apache
- Linux/BSD distribution name and version: CentOS
- Related log if you're reporting an issue:
====

Hi, I tried to send mail from webmail and it was success. However when I was trying to send email from Perl with MIME:Lite module and Net:SMTPS it fails. Script does not return an error code or raise error during authentication but was silently rejected by Postfix. Can anybody help me please? Thanks.

Perl Code:
my $username = 'support@mail.knowsg.com';
my $password = 'XXXX';
my $email = Net::SMTPS->new("localhost",
                                Port => 587,
                                doSSL =>'starttls');

if(!$email->auth($username, $password)) {
        errorReport($0, "Email SMTP authentication", "", "");
        die "Email SMTP authentication";
}
emailSend($email, 'loudking@gmail.com', 'Message expired at KnowSG.com', 'Test');

LOG file of /var/log/maillog
< May  5 13:24:00 knowsg postfix/smtpd[4904]: connect from localhost[::1]
< May  5 13:24:00 knowsg postfix/trivial-rewrite[4909]: warning: do not list domain mail.knowsg.com in BOTH virtual_mailbox_domains and relay_domains
< May  5 13:24:00 knowsg postfix/smtpd[4904]: NOQUEUE: reject: RCPT from localhost[::1]: 450 4.7.1 <loudking@gmail.com>: Recipient address rejected: Access denied; from=<support@mail.knowsg.com> to=<loudking@gmail.com> proto=ESMTP helo=<localhost.localdomain>
< May  5 13:24:00 knowsg postfix/smtpd[4904]: warning: non-SMTP command from localhost[::1]: MIME-Version: 1.0
< May  5 13:24:00 knowsg postfix/smtpd[4904]: disconnect from localhost[::1]

Then I changed hostname from localhost to 'knowsg.com' but script still fails.
LOG /var/log/maillog:

< May  5 13:27:20 knowsg postfix/anvil[4906]: statistics: max connection rate 1/60s for (submission:::1) at May  5 13:24:00
< May  5 13:27:20 knowsg postfix/anvil[4906]: statistics: max connection count 1 for (submission:::1) at May  5 13:24:00
< May  5 13:27:20 knowsg postfix/anvil[4906]: statistics: max cache size 1 at May  5 13:24:00
< May  5 13:27:39 knowsg postfix/smtpd[4923]: connect from localhost.localdomain[127.0.0.1]
< May  5 13:27:39 knowsg postfix/trivial-rewrite[4927]: warning: do not list domain mail.knowsg.com in BOTH virtual_mailbox_domains and relay_domains
< May  5 13:27:39 knowsg postfix/smtpd[4923]: 41B476B423A8: client=localhost.localdomain[127.0.0.1], sasl_method=PLAIN, sasl_username=support@mail.knowsg.com
< May  5 13:27:39 knowsg postfix/cleanup[4932]: 41B476B423A8: message-id=<20150505052739.41B476B423A8@knowsg.com>
< May  5 13:27:39 knowsg postfix/qmgr[1693]: 41B476B423A8: from=<support@mail.knowsg.com>, size=575, nrcpt=1 (queue active)
< May  5 13:27:39 knowsg postfix/smtpd[4923]: disconnect from localhost.localdomain[127.0.0.1]
< May  5 13:27:41 knowsg postfix/smtpd[4941]: connect from localhost.localdomain[127.0.0.1]
< May  5 13:27:41 knowsg postfix/trivial-rewrite[4927]: warning: do not list domain mail.knowsg.com in BOTH virtual_mailbox_domains and relay_domains
< May  5 13:27:41 knowsg postfix/smtpd[4941]: D88066B43F42: client=localhost.localdomain[127.0.0.1]
< May  5 13:27:41 knowsg postfix/cleanup[4932]: D88066B43F42: message-id=<20150505052739.41B476B423A8@knowsg.com>
< May  5 13:27:41 knowsg postfix/qmgr[1693]: D88066B43F42: from=<support@mail.knowsg.com>, size=1636, nrcpt=1 (queue active)
< May  5 13:27:41 knowsg postfix/smtpd[4941]: disconnect from localhost.localdomain[127.0.0.1]
< May  5 13:27:41 knowsg amavis[3825]: (03825-01) Passed CLEAN {RelayedInternal}, MYNETS/MYUSERS LOCAL [127.0.0.1]:50257 <support@mail.knowsg.com> -> <loudking@gmail.com>, Queue-ID: 41B476B423A8, Message-ID: <20150505052739.41B476B423A8@knowsg.com>, mail_id: MzOwOM7iraIV, Hits: 1.017, size: 575, queued_as: D88066B43F42, dkim_new=dkim:mail.knowsg.com, 2568 ms
< May  5 13:27:41 knowsg postfix/smtp[4938]: 41B476B423A8: to=<loudking@gmail.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=2.7, delays=0.09/0.02/0.01/2.6, 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 D88066B43F42)
< May  5 13:27:41 knowsg postfix/qmgr[1693]: 41B476B423A8: removed
< May  5 13:27:45 knowsg postfix/smtp[4942]: D88066B43F42: to=<loudking@gmail.com>, relay=gmail-smtp-in.l.google.com[74.125.130.27]:25, delay=3.8, delays=0.01/0.02/1.6/2.2, dsn=2.0.0, status=sent (250 2.0.0 OK 1430803665 x11si22626294pbt.40 - gsmtp)
< May  5 13:27:45 knowsg postfix/qmgr[1693]: D88066B43F42: removed

Mapping other Inbox method (symlink vs ACL)

$
0
0

==== Required information ====
- iRedMail version: 0.9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Linux/BSD distribution name and version: Centos6
- Related log if you're reporting an issue: 
====

Hi,
I am trying to map a account(bob@mydomain.com) to help@mydomain.com. I would like him to see/access Inbox,Sent,Junk,Trash of help@mydomain.com . What would you reckon would be the best way to do this? ACL or Symlink?

With symlink, I dont think I will be able to set permissions.
Is it possible to use ACL to get the entire email account access?

Limitation on the amount of emails sent?

$
0
0

==== Required information ====
- iRedMail version: 0.8.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mySQL
- Web server (Apache or Nginx): apache
- Linux/BSD distribution name and version: centos 6.6
- Related log if you're reporting an issue:
====
Hello,

every 1st of each month we are sending thousands of emails to our clients for their monthly statements and it seems emails are being delayed due to the amount of emails sending from our mail server.

my question is it possible to have a second identical mail server working in cluster and handling the emails going out splitted between the two servers?

can i achieve that using HaProxy? what do you suggest?


Thanks in advance,

Chrysanthos

No emails are sent

$
0
0

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Linux/BSD distribution name and version: CENTOD 6.5 X64
- Related log if you're reporting an issue:

May  6 03:24:52 correo postfix/smtp[2858]: connect to mx2.hotmail.com[65.54.188.126]:25: Connection timed out
May  6 03:24:52 correo postfix/smtp[2861]: connect to mx2.hotmail.com[65.55.92.168]:25: Connection timed out
May  6 03:24:52 correo postfix/smtp[2860]: connect to alt3.gmail-smtp-in.l.google.com[74.125.206.26]:25: Connection timed out
May  6 03:25:05 correo postfix/smtpd[2905]: connect from localhost[127.0.0.1]
May  6 03:25:05 correo postfix/smtpd[2905]: E510C40944: client=localhost[127.0.0.1], sasl_method=LOGIN, sasl_username=admin@linc.do
May  6 03:25:05 correo postfix/cleanup[2908]: E510C40944: message-id=<367cc82233bf3088b2e4c388ee1ce9bb@linc.do>
May  6 03:25:05 correo postfix/qmgr[2674]: E510C40944: from=<admin@linc.do>, size=508, nrcpt=1 (queue active)
May  6 03:25:05 correo roundcube: User admin@linc.do [179.53.59.47]; Message for jhonn@outlook.com; 250: 2.0.0 Ok: queued as E510C40944
May  6 03:25:06 correo postfix/smtpd[2905]: disconnect from localhost[127.0.0.1]
May  6 03:25:22 correo postfix/smtp[2859]: connect to mx1.hotmail.com[65.54.188.126]:25: Connection timed out
May  6 03:25:22 correo postfix/smtp[2858]: connect to mx1.hotmail.com[207.46.8.167]:25: Connection timed out
May  6 03:25:22 correo postfix/smtp[2859]: CD8EB40992: to=<jhonn@outlook.com>, relay=none, delay=736, delays=586/0.05/150/0, dsn=4.4.1, status=deferred (connect to mx1.hotmail.com[65.54.188.126]:25: Connection timed out)
May  6 03:25:22 correo postfix/smtp[2858]: 8AB5A4097A: to=<jhonn@outlook.com>, relay=none, delay=4020, delays=3870/0.06/150/0, dsn=4.4.1, status=deferred (connect to mx1.hotmail.com[207.46.8.167]:25: Connection timed out)
May  6 03:25:22 correo postfix/smtp[2861]: connect to mx3.hotmail.com[65.55.92.168]:25: Connection timed out
May  6 03:25:22 correo postfix/smtp[2861]: 42E424096E: to=<jhonn@outlook.com>, relay=none, delay=1375, delays=1225/0.09/150/0, dsn=4.4.1, status=deferred (connect to mx3.hotmail.com[65.55.92.168]:25: Connection timed out)
May  6 03:25:22 correo postfix/smtp[2860]: connect to alt4.gmail-smtp-in.l.google.com[74.125.136.26]:25: Connection timed out
May  6 03:25:22 correo postfix/smtp[2860]: 9D02740990: to=<jonatan921007@gmail.com>, relay=none, delay=1317, delays=1167/0.07/150/0, dsn=4.4.1, status=deferred (connect to alt4.gmail-smtp-in.l.google.com[74.125.136.26]:25: Connection timed out)
May  6 03:25:36 correo postfix/smtp[2914]: connect to mx3.hotmail.com[65.55.92.184]:25: Connection timed out
May  6 03:25:46 correo postfix/smtpd[2905]: connect from localhost[127.0.0.1]
May  6 03:25:46 correo postfix/smtpd[2905]: 7865340945: client=localhost[127.0.0.1], sasl_method=LOGIN, sasl_username=admin@linc.do
May  6 03:25:46 correo postfix/cleanup[2908]: 7865340945: message-id=<03fda9ef8baec5973c09f450e0489aa0@linc.do>
May  6 03:25:46 correo postfix/qmgr[2674]: 7865340945: from=<admin@linc.do>, size=521, nrcpt=1 (queue active)
May  6 03:25:46 correo roundcube: User admin@linc.do [179.53.59.47]; Message for jonatan921007@gmail.com; 250: 2.0.0 Ok: queued as 7865340945
May  6 03:25:46 correo postfix/smtpd[2905]: disconnect from localhost[127.0.0.1]
May  6 03:26:06 correo postfix/smtp[2914]: connect to mx2.hotmail.com[65.55.37.104]:25: Connection timed out
May  6 03:26:16 correo postfix/smtp[2859]: connect to gmail-smtp-in.l.google.com[173.194.204.27]:25: Connection timed out
May  6 03:26:36 correo postfix/smtp[2914]: connect to mx1.hotmail.com[65.55.37.104]:25: Connection timed out
May  6 03:26:46 correo postfix/smtp[2859]: connect to alt1.gmail-smtp-in.l.google.com[64.233.186.26]:25: Connection timed out
May  6 03:27:06 correo postfix/smtp[2914]: connect to mx1.hotmail.com[65.55.92.136]:25: Connection timed out

====

Open web apps for main domain instead of mail

$
0
0

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Web server (Apache or Nginx): Nginx
- Linux/BSD distribution name and version: CentOS 6.4 x64
- Related log if you're reporting an issue:
====

I have managed to install iRedmail Successfully. Now, I would like to run my drupal webapps on the same domain. Problem is whenever i type the domain name it redirects to /mail by default.
How can I change that and make the subdomain to open drupal instead.

Note: I already have a working config of nginx for drupal. But when I copy paste to default iredmail config, it does not work.

Greylisting

$
0
0

==== Required information ====
- iRedMail version: iRedMail-0.9.1-beta1
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):Mysql
- Web server (Apache or Nginx):Apache
- Linux/BSD distribution name and version: Debian 8
- Related log if you're reporting an issue:
====

Hello iRedMail-Team,
where can I turn off greylisting in iRedMail-0.9.1-beta1 on Debian 8?
I can't find the file "etc/postfix-policyd.conf" or "policyd.conf"

thx

wynni

Recover multiple emails from trash

$
0
0

How do I recover multiple emails and move the to inbox all together?

Thank you in advance for any help you can provide.

I am not that sure for the following information:


==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
====


Cannot receive logwatch

$
0
0

======== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Apache
- Linux/BSD distribution name and version: CentOS 6.6
- Related log if you're reporting an issue:
====

Hi as from this morning I cannot receive any logwatch in my postmaster account but I used to receive them in the past.

Could anybody help me out please?

/var/log/maillog is filled with connection timed out errors to smtp.securereserver.net. But I have no idea why my server is trying to contact that server, that server is listed in my MX record from GoDaddy though.

In the past the crontab jobs used to contact localhost.

Can anybody tell me how to figure this out please?

May  7 06:26:41 knowsg postfix/qmgr[9958]: BD2D06B43FA1: from=<root@knowsg.com>, status=expired, returned to sender
May  7 06:26:41 knowsg postfix/cleanup[13659]: 090766B43FA2: message-id=<20150506222641.090766B43FA2@knowsg.com>
May  7 06:26:41 knowsg postfix/bounce[13657]: BD2D06B43FA1: sender non-delivery notification: 090766B43FA2
May  7 06:26:41 knowsg postfix/qmgr[9958]: 090766B43FA2: from=<>, size=19294, nrcpt=1 (queue active)
May  7 06:26:41 knowsg postfix/qmgr[9958]: BD2D06B43FA1: removed
May  7 06:27:11 knowsg postfix/smtp[13655]: connect to smtp.securereserver.net[141.8.224.169]:25: Connection timed out

login roundcube failed

$
0
0

==== Required information ====
- iRedMail version: 090
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Web server (Apache or Nginx): apache
- Linux/BSD distribution name and version:  centos 7
- Related log if you're reporting an issue: imap-login: Info: Disconnected (auth failed, 1 attempts in 2 secs):
====

I have installed iRedmail on my centos server and can not login into roundcubemail
also can not connect with outlook to server.

I checked mysql database and user is in the database.

How to enable login with uid to imap/smtp/roundcube

$
0
0

==== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Linux/BSD distribution name and version: CentOS 7.1
- Related log if you're reporting an issue:
====

How to enable login to imap, smtp, roundcube using UID as login (so far I had to use full mail address)

I have two domains, but UID-s are unique, cca 500 users on one domain and cca 10000 user on other, all with their unique UID.

For now login is user@domain1 or user@domain2, but since every user has unique UID I would like to add possibility for IMAP/SMTP login to domain1 (domain1 is SMTP/IMAP MX record) with only UID and same on domain2 (domain2 is also on MX record) .... and for roundcube login with UID can perform search on both domains but roundcube is no of big importance for this...

Ofcourse I would like to add that feature and to keep current login way also.

User aliases with regular expressions

$
0
0

======== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Linux/BSD distribution name and version: Ubuntu 14.04.02 (Lubuntu on Banana Pi)
- Related log if you're reporting an issue:
====

I've seen several queries about email address aliases based on a regular expression several times, but no real answer other than "create an alias for each possible address" which won't work for me.

What I needed was for anything that started with, for example, "foo." to be redirected to "foo@example.com".  So if I wanted to sign up at, say, Costco, with an email address, I could use "foo.costco@example.com" and it would go to my real address of "foo@example.com"

I made some simple configuration changes to make this work:

1) First I added an "isregex" column to the alias table:  ALTER TABLE alias ADD COLUMN isregex TINYINT(1) NOT NULL DEFAULT 0;

2) Next I created a new file, /etc/postfix/mysql/virtual_alias_maps_regexp.cf.  Most of this is the same as all the other files in the directory.  The difference is the "query" line:

query = SELECT alias.goto from alias,domain WHERE '%s' REGEXP CONCAT('^',alias.address,'$') AND SUBSTRING(alias.address,1,1) != '@' AND alias.isregex = 1 AND alias.domain='%d' AND alias.domain=domain.domain AND alias.active=1 and domain.backupmx=0 domain.active=1

3) add a reference to the above created file to the virtual_alias_maps entry in /etc/postfix/main.cf file.  I added it between the entries for "virtual_alias_maps.cf" and "domain_alias_maps.cf".  The part I added was:

proxy:mysql:/etc/postfix/mysql/virtual_alias_maps_regexp.cf,

4) Finally, I inserted the new alias into the database:

INSERT INTO alias (address, goto, domain, isregex) VALUES ('foo\..+@example.com', 'foo@example.com', 'example.com', 1);

This alias matches anything that starts with "foo" and a dot, followed by one or more other characters and then @example.com.

And it all works.  Now I can use emails such as "foo.costco@example.com" and "foo.bestbuy@example.com" and I can know who is selling their contacts to spammers.  BTW, the reason I don't want to just use "costco@example.com" and "bestbuy@example.com" is because I might have different users each using their own aliases:  "foo.costco@example.com" and "bar.costco@example.com".

How to NOT spam-check for outgoing mails?

$
0
0

==== Required information ====
- iRedMail version: [iRedAdmin-Pro    v1.9.2 (MySQL)]
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Web server (Apache or Nginx): apache
- Linux/BSD distribution name and version:  centos 6
- Related log if you're reporting an issue:
====

Is it possible not to check spam for local outgoing mails?
I mean setting this from the admin area  , not editing files ...

Thank you so much.
Jorge.

cannot doveadm mailbox list

$
0
0

==== Required information ====
- iRedMail version: 0.9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Web server (Apache or Nginx): nginx
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
====

Hi,
Anyone here deal with a similar problem. I am trying to use doveadm to set permissions for mailboxes. Anyone get a similar error as shown below? If so how did you solve this problem. Appreciate your feedback/help.
Thanks
Kevin

[root@mail ]#doveadm(mudhir):doveadm mailbox list
doveadm(admin): Error: chdir(/root/) failed: Permission denied (euid=2000(vmail) egid=2000(vmail) missing +x perm: /root, we're not in group 0(root), dir owned by 0:0 mode=0750)
doveadm(admin): Error: chdir(/root) failed: Permission denied
doveadm(mudhir): Error: user mudhir: Initialization failed: Namespace '': stat(//root/Maildir) failed: Permission denied (euid=2000(vmail) egid=2000(vmail) missing +x perm: //root, we're not in group 0(root), dir owned by 0:0 mode=0750)
doveadm(admin): Fatal: User init failed

performance vs security on 1 GB droplet

$
0
0

After realizing that a 512MB droplet just can't handle the load I switched over to a

1 GB droplet (+ 2GB swap)
irdmail standard install
commercial SSL certificate
greylisting disabled

Performance is good using standard settings.
I also enabled SSL stapling and I think (or want to believe) that it's even a tick faster now.

Security with standard settings is an acceptable A- (via SSLLABS test)

The test is complaining that:
- there is no Strict-Transport-Security in place
- server does not support Forward Secrecy

However, if I enable any of the two above my mailbox freezes right after I send out a single email.

My question is:
Is this happening because of low RAM or does iredmail simply not support these additional security measures?


==== Required information ====
- iRedMail version: 0.9.0.
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): NGINX
- Linux/BSD distribution name and version: 14.04
- Related log if you're reporting an issue:
====


postfix authentication problem

$
0
0

==== Required information ====
- iRedMail version: 0.9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  PGSQL
- Web server (Apache or Nginx): Apache
- Linux/BSD distribution name and version: Ubuntu14.04
- Related log if you're reporting an issue:
====

Hi.
I've just check this topic posted here but I've no answer to my problem http://www.iredmail.org/forum/topic2224 … ailed.html
I'm getting the exact same error but I cannot take the same path of solution since my certificates are being generated by my own ejbca, and this software doesn't support generating certificates without a passphrase. This is my mail.log and my dovecot.log. Further more, Idon;t know why but reading my dovecot.log it seems like I'm login in and then inmediatly I'm being logged out. It;s that correct.
Thanks in advance

Mail.log
May  7 12:44:08 correo1 postfix/smtpd[2636]: warning: cannot get RSA private key from file /etc/ssl/private/iRedMail.key: disabling TLS support
May  7 12:44:08 correo1 postfix/smtpd[2636]: warning: TLS library problem: error:0906406D:PEM routines:PEM_def_callback:problems getting password:pem_lib.c:111:
May  7 12:44:08 correo1 postfix/smtpd[2636]: warning: TLS library problem: error:0907B068:PEM routines:PEM_READ_BIO_PRIVATEKEY:bad password read:pem_pkey.c:109:
May  7 12:44:08 correo1 postfix/smtpd[2636]: warning: TLS library problem: error:140B0009:SSL routines:SSL_CTX_use_PrivateKey_file:PEM lib:ssl_rsa.c:669:
May  7 12:44:08 correo1 postfix/smtpd[2636]: connect from localhost[127.0.0.1]
May  7 12:44:09 correo1 postfix/cleanup[2638]: 00B92E17EA: message-id=<20150507194409.00B92E17EA@correo1.cujae.edu.cu>
May  7 12:44:09 correo1 postfix/qmgr[2587]: 00B92E17EA: from=<double-bounce@correo1.cujae.edu.cu>, size=907, nrcpt=1 (queue active)
May  7 12:44:09 correo1 postfix/smtpd[2636]: disconnect from localhost[127.0.0.1]
May  7 12:44:09 correo1 roundcube: SMTP Error: SMTP error: Authentication failure: Invalid response code received from server (Code: 454) in /usr/share/apache2/roundcubemail-1.0.4/program/lib/Roundcube/rcube.php on line 1505 (POST /mail/?_task=mail&_unlock=loading1431027848914&_lang=en_US&_framed=1?_task=mail&_action=send)

Dovecot.log
May 07 12:43:43 imap-login: Info: Login: user=<tony@etecsa.cu>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=2609, secured, session=<3TISIYMVkgB/AAAB>
May 07 12:43:43 imap(tony@etecsa.cu): Info: Disconnected: Logged out in=195 out=959
May 07 12:43:43 imap-login: Info: Login: user=<tony@etecsa.cu>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=2612, secured, session=<lGgUIYMVlAB/AAAB>
May 07 12:43:43 imap(tony@etecsa.cu): Info: Disconnected: Logged out in=70 out=668
May 07 12:43:43 imap-login: Info: Login: user=<tony@etecsa.cu>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=2620, secured, session=<9swaIYMVmQB/AAAB>
May 07 12:43:43 imap(tony@etecsa.cu): Info: Disconnected: Logged out in=290 out=1426
May 07 12:43:43 imap-login: Info: Login: user=<tony@etecsa.cu>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=2621, secured, session=<5VMbIYMVmgB/AAAB>

ActiveSync and Shared Calendars

$
0
0

==== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): nginx
- Linux/BSD distribution name and version: CentOS 6.6
====

Hello All,

I was able to subscribe as documented an Outlook 2013 with ActiveSync.
In SOGo WebUI I can subscribe to calendars of my collegues, and see them in SOGo,
but in Outlook 2013 this seems not possible - Outlook says no Calendar for "collegue@mydomain" found in Personal Address Book.

Any help is appreciated.

Error reinstalling iRedMail 0.9.0

$
0
0

==== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Apache
- Linux/BSD distribution name and version: CentOS 6.6
- Related log if you're reporting an issue:
====

[root@mail iRedMail-0.9.0]# rm -f /tmp/iRedMail-0.9.0/.status
[root@mail iRedMail-0.9.0]# bash iRedMail.sh
< INFO > Checking new version of iRedMail ...
< INFO > Preparing yum repositories ...
< INFO > Installing package(s): epel-release
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
epel/metalink                                            |  35 kB     00:00
Could not parse metalink https://mirrors.fedoraproject.org/metal … ;arch=i386 error was
No repomd file
Error: File /var/cache/yum/i386/6/epel/metalink.xml does not exist
< ERROR > Installation failed, please check the terminal output.
< ERROR > If you're not sure what the problem is, try to get help in iRedMail
< ERROR > forum: http://www.iredmail.org/forum/

Why does iRedMail trying to fetch epel with arch i386? My arch on server is i686
[root@mail iRedMail-0.9.0]# arch
i686

Error 500 in Iredmail Web Interface

$
0
0

==== Required information ====
- iRedMail version: 0.8.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Web server (Apache or Nginx):Apache
- Linux/BSD distribution name and version: 2.6.32-358.2.1.el6.x86_64
- Related log if you're reporting an issue:
====
Hello,
when try to access i have this error:


[error] [client xxxxxxx] mod_wsgi (pid=10221): Target WSGI script '/var/www/iredadmin/iredadmin.py' cannot be loaded as Python module.
[error] [client xxxxxxx] mod_wsgi (pid=10221): Exception occurred processing WSGI script '/var/www/iredadmin/iredadmin.py'.
[error] [client xxxxxxx] Traceback (most recent call last):
[error] [client xxxxxxx]   File "/var/www/iredadmin/iredadmin.py", line 9, in <module>
[error] [client xxxxxxx]     from libs import iredbase
[error] [client xxxxxxx]   File "/var/www/iredadmin/libs/iredbase.py", line 7, in <module>
[error] [client xxxxxxx]     import web
[error] [client xxxxxxx] ImportError: No module named web


If i get the command yum install webpy  i have another error:

Error: Package: python-webpy-0.37-1.el6.rf.noarch (rpmforge)
Requires: python-sqlite2

But python-sqlite2 is correctly installed.
Please help me! Thaks

Is iRedMail the silver bullet for mail solution?

$
0
0

==== Required information ====
- iRedMail version: not installed yet
- Store mail accounts in which backend: PGSQL preferred
- Web server: wont be running
- Linux/BSD distribution name and version: debian 6
- Related log if you're reporting an issue:
====

Sorry for the stupid question, but I've been struggling with it for years.

I have a VPS for my personal stuff which is also, running my mail server. Because manually configuring a mail server is next to impossible for me (it always fails after struggling for days with config files, or at best all my sent emails go to spam), I had to install virtualmin and webmin, but it's like getting a gorilla holding a banana when only asking for a banana.

The question is: is iRedMail an easy and (almost) zero configuration solution to run a mail server? requirements are fairly simple: one user, two or three mail boxes.
No web-interface is required as checking/sending emails is done through GMail using POP3 and SMTP.

That's it! It's alright if my emails are available to Google folks as they are just personal non-important emails (for some reasons I can not use Google's paid services, running a VPS is my only solution).

so, is iredmail the minimal, easy to install, working solution one would be looking for?

a thousand thanks.

Viewing all 12098 articles
Browse latest View live


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