Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jae

Pages: 1 2 3 [4] 5 6 ... 10
46
E-Mail / Re: Emails/Mails going in SPAM
« on: December 07, 2016, 09:44:06 AM »
Dear Rajan,

Still not clear for me,
all email from *@ahmhao.com went to spam fordet at other side?
or all email from outside, deliverred  to span folder  at mailbox @ahmhao.com?

47
E-Mail / Re: Spamming
« on: November 25, 2016, 10:41:28 PM »
Check /var/log/mailog, if spam from user with sasl submitted, then you need change email password
if you think spam from phpmailer, you can try install "sendmail-wrapper" you can control over phpmail rate and have different log file.
Or if email not used, disable it completely..

48
Information / Re: email import
« on: November 18, 2016, 11:31:15 PM »
With full backup, email and email account will imported, but email account will use default password..
I tried this once, and working.

49
E-Mail / Re: How to Rebuild Postfix Mail Server
« on: November 15, 2016, 08:53:00 AM »
Code: [Select]
myhostname postfix/smtpd[26105]: fatal: open database /etc/postfix/sender_whitelist.db: Bad file descriptor
Nov 14 18:12:24 myhostname postfix/master[25978]: warning: process /usr/libexec/postfix/smtpd pid 26105 exit status 1
Nov 14 18:12:24 myhostname postfix/master[25978]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling

comment out this line in main.cf

Code: [Select]
check_sender_access hash:/etc/postfix/sender_whitelist,

restart postfix and check maillog if any other error

50
E-Mail / Re: How to Rebuild Postfix Mail Server
« on: November 13, 2016, 01:23:06 AM »
include log from /var/log/maillog to post, will help more

51
E-Mail / Re: How to Rebuild Postfix Mail Server
« on: November 12, 2016, 02:37:41 AM »
mas @arifin @lexz

Try to keep amavis, clam and spamassasin running but let postfix bypass them all..
in mail.cf comment this line "content_filter = smtp-amavis:[127.0.0.1]:10024"
in master.cf comment this line "-o content_filter=smtp-amavis:127.0.0.1:10024"
restart postfix, will make it ignore both amavis, clam and spamassasin

then one by one enable them

52
CentOS-WebPanel Bugs / Re: Auto Responder not working
« on: November 03, 2016, 10:55:49 PM »
Some times, autoresponder not working because we change hostname of our server manually by editing some file.
as additional for step by admin above, please make sure you have

in /etc/host

Code: [Select]
127.0.0.1 localhost.localdomain localhost autoreply.hostname.your_domain.com

in /etc/postfix/transport

Code: [Select]
autoreply.hostname.your_domain.com vacation:


if you made change to in /etc/postfix/transport, dont forget to run this command

Code: [Select]
postmap /etc/postfix/transport

53
E-Mail / Re: Roundcube - Database error connection failed
« on: October 29, 2016, 10:17:17 PM »
Hello,

Roundcube is only web mail.. there is some work around to get webmail working

- Try to upgrade roundcube to latest version, you can find how to this in this forum..

- Try to install new roundcube in different folder, /usr/local/apache/htdocs/roundcubenew for example. change redirect /webmail and /roundcube to this new folder. you can keep old rouncdcube folder.

- Install roundcube in client/user home folder, ex : /home/thismine/public_html/roundcube

- last, easiest and no need to dealt with database, install rainloop/webmaillite, you can install it inside /usr/local/apache/htdocs/ or user home folder

I hope, this can give you an idea how solve your problem



54
Information / Re: How to stop spam in roundcube mail
« on: October 27, 2016, 01:13:22 PM »
Could you please share the details to how to go ?
thanks

edit /etc/postfix/main.cf find line that contain
Code: [Select]
smtpd_recipient_restrictions =

here is mine, you can compare it, usually almost same

Code: [Select]
smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
check_client_access hash:/etc/postfix/rbl_override,
reject_invalid_hostname,
reject_unauth_pipelining,
        reject_unauth_destination,
reject_unknown_recipient_domain,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_rbl_client b.barracudacentral.org,
  reject_rbl_client zen.spamhaus.org,
  reject_rbl_client bl.spamcop.net,
reject_rbl_client cbl.abuseat.org,
reject_rbl_client bad.psky.me,
# reject_rbl_client dnsbl-1.uceprotect.net,
# check_policy_service unix:private/spfpolicy,
# reject_rbl_client dnsbl.sorbs.net,
permit


55
Postfix / Re: smtp error
« on: October 27, 2016, 01:01:13 PM »
simply comment out this line in /etc/postfix/main.cf

Code: [Select]
check_client_access hash:/etc/postfix/sender_whitelist

or, create /etc/postfix/sender_whitelist file, and run postmap

Code: [Select]
touch /etc/postfix/sender_whitelist
postmap hash:/etc/postfix/sender_whitelist

Btw, when you telnet port 25 your server from ping.eu, that will only cek incoming port25.
to check outgoing, telnet other server from yours

56
CentOS-WebPanel Bugs / Re: /usr/local/cwpsrv/htdocs/admin
« on: September 25, 2016, 09:09:36 AM »
Great, thanks

57
E-Mail / Re: Can't receive mail
« on: September 08, 2016, 06:21:26 AM »
/var/log/maillog will tell you if email ever coming, otherwise check your dns for mx record

58
DNS / Re: DNS Not Resolving
« on: September 08, 2016, 06:11:28 AM »
cek you domain/ns problem, maybe can find out problem location..
http://intodns.com/yourdomain

59
E-Mail / Re: Mails goes spam folder
« on: August 23, 2016, 12:32:34 PM »
hello,

webmails goes to spam folder;

Cek your IP reputation... http://www.senderbase.org/lookup

60
comment out this line in main.cf, will fix your problem

smtpd_client_restrictions = reject_unknown_client

Pages: 1 2 3 [4] 5 6 ... 10