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

Re: Weird message in mail.err


Re: Amavisd not starting (::1 [Cannot assign requestes address]\n) ...

$
0
0

Thank you for your reply.

it seems 10024 is not occupied

# netstat -tulpn

tcp        0      0 0.0.0.0:995                 0.0.0.0:*                   LISTEN      2037/dovecot        
tcp        0      0 127.0.0.1:10025             0.0.0.0:*                   LISTEN      2218/master         
tcp        0      0 127.0.0.1:3306              0.0.0.0:*                   LISTEN      1996/mysqld         
tcp        0      0 0.0.0.0:587                 0.0.0.0:*                   LISTEN      2218/master         
tcp        0      0 0.0.0.0:110                 0.0.0.0:*                   LISTEN      2037/dovecot        
tcp        0      0 127.0.0.1:10031             0.0.0.0:*                   LISTEN      2053/perl           
tcp        0      0 0.0.0.0:143                 0.0.0.0:*                   LISTEN      2037/dovecot        
tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      1371/sshd           
tcp        0      0 0.0.0.0:25                  0.0.0.0:*                   LISTEN      2218/master         
tcp        0      0 0.0.0.0:4190                0.0.0.0:*                   LISTEN      2037/dovecot        
tcp        0      0 127.0.0.1:7777              0.0.0.0:*                   LISTEN      2360/python         
tcp        0      0 0.0.0.0:993                 0.0.0.0:*                   LISTEN      2037/dovecot        
tcp        0      0 0.0.0.0:10050               0.0.0.0:*                   LISTEN      2266/zabbix_agentd  
tcp        0      0 :::80                       :::*                        LISTEN      2233/httpd          
tcp        0      0 :::22                       :::*                        LISTEN      1371/sshd           
tcp        0      0 :::443                      :::*                        LISTEN      2233/httpd          
tcp        0      0 :::10050                    :::*                        LISTEN      2266/zabbix_agentd  

Is there another way I can figure this out? I tried ot set another port

I tried using another ports like 10040, 10028, it did not work either.

Addition info:

# ip addr

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:25:90:89:63:f4 brd ff:ff:ff:ff:ff:ff
    inet xxx.xx.xx.xx/32 scope global eth0
    inet6 2a03:f80:ed15:151:236:8:17:1/64 scope global 
       valid_lft forever preferred_lft forever

# ifconfig

eth0      Link encap:Ethernet  HWaddr 00:25:90:89:63:F4  
          inet addr:xxx.xx.xx.xx  Bcast:0.0.0.0  Mask:255.255.255.255
          inet6 addr: 2a03:f80:ed15:xxx:xxx:xx:xx:1/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:705692237 errors:0 dropped:0 overruns:7489 frame:0
          TX packets:702853642 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:430620729153 (401.0 GiB)  TX bytes:559543211421 (521.1 GiB)
          Memory:fbe20000-fbe40000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:351885086 errors:0 dropped:0 overruns:0 frame:0
          TX packets:351885086 errors:0 dropped:0 overruns:0 carr

should I add IPv6 config in my ifcfg-lo file or can I disable it from amavisd.conf?

Sending mail authentication error

$
0
0

Hello again,

I updated Dovecot according to the instructions on the links that you sent, and can now restart the Dovecot service without erros.

However, this didn't solve the issue that none of my users are able to send any email.  The system receives, and filters incoming messages fine.  Whenever anyone tries to send a message out they get the same authentication error every time.

I know I've probably missed something in the configuration, but I have to admit that I'm completely lost at this point.

I've attached the latest log entry below, and moved the conversation to the forum, as requested.

Thank you for all the support,
Jim

==== Required information ====
- iRedMail version: 1.4.2
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- Linux/BSD distribution name and version: CentOS 6.6
- Related log if you're reporting an issue:
Nov 26 10:03:10 mailsrv postfix/smtpd[32471]: connect from localhost[127.0.0.1]
Nov 26 10:03:10 mailsrv postfix/smtpd[32471]: warning: SASL: Connect to ./dovecot-auth failed: No such file or directory
Nov 26 10:03:10 mailsrv postfix/smtpd[32471]: fatal: no SASL authentication mechanisms
Nov 26 10:03:11 mailsrv postfix/master[31799]: warning: process /usr/libexec/postfix/smtpd pid 32471 exit status 1
Nov 26 10:03:11 mailsrv postfix/master[31799]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Nov 26 10:03:11 mailsrv roundcube: SMTP server does not support authentication ():
Nov 26 10:03:11 mailsrv roundcube: SMTP Error: SMTP error: Authentication failure: SMTP server does not support authentication (Code: ) in /var/www/roundcubemail-1.0.1/program/lib/Roundcube/rcube.php on line 1504 (POST /mail/?_task=mail&_unlock=loading1417014197211&_lang=en_US?_task=mail&_action=send)
==============
oh, you upgraded Dovecot from 1.x to 2.x, and old config file is not compatible. You have to follow Dovecot tutorial to update your config
file:
http://wiki2.dovecot.org/Upgrading

Or, here's another way to upgrade it:
http://www.iredmail.org/forum/topic4493 … tos-5.html

Please post your issues/questions in our online support forum, so that we can share our discussion with others. Or, you can purchase our support ticket to help solve issue remotely (via ssh):
http://www.iredmail.org/forum/

----
iRedMail-0.9.0-rc2 has been released:
http://www.iredmail.org/forum/topic8280.html

Zhang Huangbin, founder of iRedMail project: http://www.iredmail.org/

==============
Dovecot was running.  I  tried restarting it twice, but I received some errors both times.  I've attached a copy of the error output.

Thank you for the quick response, by the way.

-Jim
==============
> Nov 25 09:29:40 mailsrv postfix/smtpd[12863]: warning: SASL: Connect to ./dovecot-auth failed: No such file or directory  Please check whether or not dovecot service is running.

----
Zhang Huangbin
Founder of iRedMail project: http://www.iredmail.org/

==============
Hello,

I am having an issue getting my mail server to send out any messages.  Whenever any of my users try to send an email they get an pop-up error from Roundcube.  When I check the logs, I see that it is an error related to authentication.  (Both the pop-up, and log messages are attached.)

Nov 25 09:29:40 mailsrv postfix/smtpd[12863]: connect from localhost[127.0.0.1]
Nov 25 09:29:40 mailsrv postfix/smtpd[12863]: warning: SASL: Connect to ./dovecot-auth failed: No such file or directory
Nov 25 09:29:40 mailsrv postfix/smtpd[12863]: fatal: no SASL authentication mechanisms
Nov 25 09:29:41 mailsrv postfix/master[8967]: warning: process /usr/libexec/postfix/smtpd pid 12863 exit status 1
Nov 25 09:29:41 mailsrv postfix/master[8967]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Nov 25 09:29:41 mailsrv roundcube: SMTP server does not support authentication ():
Nov 25 09:29:41 mailsrv roundcube: SMTP Error: SMTP error: Authentication failure: SMTP server does not support authentication (Code: ) in /var/www/roundcubemail-1.0.1/program/lib/Roundcube/rcube.php on line 1504 (POST /mail/?_task=mail&_unlock=loading1416925785242&_lang=en_US?_task=mail&_action=send)
License info
License status:  License is active
Product name:  iRedAdmin-Pro-PGSQL
Purchase date:  Jul 22, 2014
Expire date:  Dec 31, 2099
Latest version:  1.4.2 (You are running version 1.4.2)
We haven’t made any configuration changes to the system since running the initial installation that I am aware of.

The system does accept all incoming messages.  We just can’t send out for some reason.

Any assistance that you can provide would be greatly appreciated.  Please let me know what, if any, files you need to see to assist in troubleshooting this issue.


Thank you,
Jim Zeck
==============

Re: Does iRedMail automatically purge old messages?

$
0
0

Thank you both for your prompt responses.  What a great forum!

How to backup conf and mails?

$
0
0

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

How can i import thd backup config and mails to a new hardware.?


Regards,

Sender with from=

$
0
0

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

Hi...

My server is sending spam and the sender is empty.. (from=<>).

Example:

Nov 26 23:42:38 mail postfix/qmgr[9059]: 9A7BD2A2917: from=<>, size=5659, nrcpt=1 (queue active)
Nov 26 23:42:39 mail postfix/smtp[9979]: connect to mailserver.innvento2.org[190.95.213.11]:25: Connection refused
Nov 26 23:42:39 mail postfix/smtp[9979]: 9A7BD2A2917: to=<noresponder@innvento2.org>, relay=none, delay=13035, delays=13035/0.01/0.31/0, dsn=4.4.1, status=deferred (connect to mailserver.innvento2.org[190.95.213.11]:25: Connection refused)



the remote server refused me but i would want to know how to can i block this mails.


Thank you.!!!!

Weird issue in mail log

$
0
0

==== Required information ====
- iRedMail version: 0.8.5
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: Debian Wheezy
====

I'm seeing weird entries in my mail.log(sensitive data replaced):

Nov 24 08:36:53 hostname amavis[5816]: (05816-03) Passed CLEAN {RelayedInternal}, LOCAL [209.85.212.179]:45856 [X.X.X.5] <someuser@gmail.com> -> <user@mydomain.com>, Queue-ID: 6C1F920B820E, Message-ID: <5476E008.006.00206B842947.user@mydomain.com>, mail_id: mTRb0SP_6Ik2, Hits: -102.673, size: 355606, queued_as: A22059F6026, dkim_sd=20120113:gmail.com, 3954 ms

My server has multiple ip addresses on one interface. On X.X.X.4 is my mail server and on X.X.X.5 is my DNS server.
The weird part from the above part of the log that I'm starting to notice is this: LOCAL [209.85.212.179]:45856 [X.X.X.5] - the first ip address is the one that sends HELO(I would say gmail smtp) but the second ip adress X.X.X.5 is ip of my DNS server. Shouldn't that be the client ip that is sending the mail? Why is my DNS ip insted there?

This is not a common issue, I see it only occasionally but want to know why is happening because I got an abuse reported of a bad sasl originating from X.X.X.5 ip to blocklist.de postfix server but my mail server is on X.X.X.4.

Re: Weird issue in mail log

$
0
0
Clouseau wrote:

My server has multiple ip addresses on one interface.

Postfix/Dovecot listen on all available IP addresses by default, so mail service is running on both x.x.x.4 and x.x.x.5.


Re: Sender with from=

$
0
0

*) Please show us output of command "postconf -n" here to help troubleshoot.
*) Please paste FULL smtp session log in Postfix log file, not just the lines you think it's enough for troubleshooting.

Re: How to backup conf and mails?

Re: Sending mail authentication error

$
0
0
jzeck wrote:

Nov 26 10:03:10 mailsrv postfix/smtpd[32471]: warning: SASL: Connect to ./dovecot-auth failed: No such file or directory

New iRedMail releases configure Dovecot to create sasl auth socket at /var/spool/postfix/private/dovecot-auth, so you have to update Postfix setting 'smtpd_sasl_path' to below value:

smtpd_sasl_path = private/dovecot-auth

Re: Amavisd not starting (::1 [Cannot assign requestes address]\n) ...

$
0
0
onurzaim wrote:

tcp        0      0 127.0.0.1:10025             0.0.0.0:*                   LISTEN      2218/master

Looks like Amavisd is listening on port 10025. You should try to kill this process and try to restart amavisd service again.

Re: Weird issue in mail log

$
0
0

I've checked the configuration,. postfix listens on 127.0.0.1 and X.X.X.4
Dovecto listens on * so it listens on all interfaces. I will map it only on X.X.X.4 and see how it goes...

Re: Amavisd not starting (::1 [Cannot assign requestes address]\n) ...

$
0
0

Hello,
Killing the process did not work. I still get the same error in the debug output.

Additional question:

Can I run amavisd on another server and make my mail server run like that? İt is suppose to run in the same setup?

Respond to blacklisted mails

$
0
0

==== Required information ====
- iRedMail version: 0.8.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubuntu 14.04
====

Hi,

I insert some IP addresses as blacklisted in the policy_group_members table of cluebringer. Now, when I try to send an email from one of the blacklisted addresses, the address gets an error message, that the IP is blacklisted. Is there away to avoid that and not sending out such a message? If so how can I do it?
Thanks for your help.


iRedAdmin credentials

$
0
0

Where are the credentials stored!? It has been a really long time since I've logged in and I forgot them. Could I reset/change them if aren't saved?

Re: iRedAdmin credentials

$
0
0

iRedAdmin accounts are just mailboxes, reset the appropriate password using this method.

Mail autoremove

$
0
0

==== Required information ====
- iRedMail version:  0.8.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubuntu LTS 14.04
====

Hi,

Please, advice - which is best way of mail autoremove from mailboxes (for example mails with subject 'Undelivered Mail Returned to Sender') ?

Thank you

Safe way of roundcube upgrade

$
0
0

==== Required information ====
- iRedMail version: 0.8.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubuntu LTS 14.04 x86_64
- Related log if you're reporting an issue:
====

Hi,

Please advice - which is safe way of roundcube upgrade? Now i using roundcube 1.0.1, wish to upgrade to latest stable 1.0.3 with security updates?

Thank you

Backup and restore with backuppc

$
0
0

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

Hi,
I'm making a backup and restore of the vmail directory with BackupPC and everything looks nice, then i restore from the web console of the backuppc a few e-mail from any users and this are copied to the same directory where BackupPC make the backup, the owner of the file is the user vmail and the permissions are the same from other files, the problem is that i can't see this restored mails from the webmail, am i doing something wrong? or maybe i am missing something?

Thanks.

Viewing all 41623 articles
Browse latest View live




Latest Images