spamd failed @ Wed Mar 23 02:42:23 2011. A restart was attempted automatically. Service Check Method: [check command]

ARUN Posted in ERROR, MAIL, WHM BACKEND
0

spamd failed @ Wed Mar 23 02:42:23 2011. A restart was attempted automagically.
Service Check Method: [check command]

Solution :

[   /scripts/eximup --force   ]

/scripts/fixspamassassinfailedupdate

spam acl condition: error reading from spamd socket: Connection timed out

ARUN Posted in MAIL, WHM BACKEND
0
This might be because spamd process is denying connections
Try increasing the max processes and max connections per spamd process.
====
vi /etc/init.d/exim
maxchildren=5
====

 

[email protected] R=lookuphost T=remote_smtp defer (111): Connection refused

ARUN Posted in FIREWALL, MAIL
0
== [email protected] R=lookuphost T=remote_smtp defer (111): Connection refused
Solution :
Its normally a problem with iptables or firewall.
try stopping that and check.
If u need update csf by csf -uf
or reinstall

Update squirrelmail

ARUN Posted in MAIL
0

/usr/local/cpanel/bin/update-squirrelmail –force

Round cube gives error “501: failed to set sender”

ARUN Posted in MAIL, MAIL ERROR
0

Round cube gives error  “501: failed to set sender” while trying to send mails.

Solution :

Open Roundcube >> Settings >> Identity >> New identity.

Add the new identity and save the settings. Now the error should be vanished.

Qmail queue remove

ARUN Posted in ATTACK, MAIL
0

http://www.linuxmagic.com/opensource/qmail/qmail-remove/

Webmail gives error : 111 Can’t open SMTP stream.

ARUN Posted in MAIL
0

Message not sent. Server replied:

Connection refused

111 Can’t open SMTP stream.

Solution : Open alternate SMTP port as well from WHM and check.

WHM >> Service Manager >>

Horde filter

ARUN Posted in MAIL
0

How to setup webmail filter to automatically filter emails.

Login to Horde >> Filters >> New Rule >> From “Select a field” dropdown use the required one and proceed with he rule.

To setup the filter to automatically filter the emails when we login, use :

Webmail >> Options >> Mail >> Filters >> Apply filter rules upon logging on.

Emails wont go out from a VPS server

ARUN Posted in MAIL, WHM BACKEND, WHM FRONTEND
0

Please check if the following is setup

SMTP TWEAK should be disabled in WHM >> Security setup

SMTP_BLOCK should be enabled in csf

How to install POSTFIX in plesk server

ARUN Posted in MAIL, PLESK BACKEND, PLESK FRONTEND, POSTFIX
0

/usr/local/psa/admin/sbin/autoinstaller –select-release-current –install-component postfix    –> Install postfix in plesk

Path to email accounts in qmail server

ARUN Posted in MAIL, PLESK BACKEND, PLESK FRONTEND, QMAIL
0
/var/qmail/mailnames/domainname

Install qmail in plesk

ARUN Posted in INSTALLATION, MAIL, PLESK BACKEND, PLESK FRONTEND, QMAIL
0

[  /usr/local/psa/admin/sbin/mailmng --features | grep SMTP_Server     --> Will show the running MTA    ]

[  /usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component qmail    --> Install qmail in plesk     ]]

[   Finally,  /usr/local/psa/admin/sbin/mailmng --reload-service     --> To restart service    ]

Qmail commands

ARUN Posted in MAIL, PLESK BACKEND, PLESK FRONTEND, QMAIL
0

/var/qmail/bin/qmail-qstat   --> List messages in queue

/usr/local/psa/admin/bin/mailqueuemng -s    --> Show mail queue statistics
/var/qmail/bin/qmail-qread   --> Command to see mails in queue

Email accounts still shown in cpanel even after its deleted

ARUN Posted in MAIL
0

Email accounts still shown in cpanel even after its deleted

Solution :

mv /home/USERNAME/.cpanel/email_accounts_yam1 /home/USERNAME/.cpanel/email_accounts_yam1.bak

then move the same file again

mv /home/USERNAME/.cpanel/email_accounts_yam1.bak /home/USERNAME/.cpanel/email_accounts_yam1

ERROR : Connection dropped by imap-server

ARUN Posted in ERROR, MAIL, MAIL ERROR
0

Getting following error while trying to login to webmail.

ERROR : Connection dropped by imap-server.

Solution:

Check mail log to see if there are any error

tail -f /var/log/maillog

Sep 8 11:04:21 server imapd: authdaemon: s_connect() failed: Connection refused
Sep 8 11:04:21 server imapd: [Hint: perhaps authdaemond is not running?]
Sep 8 11:04:21 server imapd: LOGIN FAILED, [email protected], ip=[::ffff:127.0.0.1]
Sep 8 11:04:21 server imapd: authentication error: Connection refused

If you are getting the above error restart

/etc/init.d/courier-authlib restart