About mynetworks

2014-09-11 Thread Feel Zhou
Hello, my friend This is tom, I'm sending my greeting from China. My customer send mail via my postfix server main.cf mynetworks = hash:/etc/postfix/mynetworks_table /etc/postfix/mynetworks_table ip1 PERMIT ip2 PERMIT Today, one of my customer send mail via the new ip. And this new ip n

Re: can not telnet port 25

2014-02-26 Thread Feel Zhou
e the inet service set to private in your > master.cf: > When I first started troubleshooting I got an error in the /var/log/maillog > Jan 30 11:34:45 list postfix/master[20710]: fatal: /etc/postfix/master.cf: > line 40: inet service cannot be private. > went into master.cf > found this

Re: can not telnet port 25

2014-02-20 Thread Feel Zhou
-A INPUT -m state --state NEW -m tcp -p tcp --dport 25 -j ACCEPT firewall is ok 2014-02-21 10:37 GMT+08:00 Venkat : > On Thu, Feb 20, 2014 at 6:31 PM, Feel Zhou wrote: > >> Hello, My friend >> This is Tom, I'm sending my greeting from China. >> Today, one of my

can not telnet port 25

2014-02-20 Thread Feel Zhou
Hello, My friend This is Tom, I'm sending my greeting from China. Today, one of my postfix server can not telnet any other mail server's port 25. It's working before 9:00am(bejing time CHina), I have restart the mail server and reinstall the postfix. but it's looks like not working. How can I fix t

Re: can not telnet,can not send mail

2013-11-26 Thread Feel Zhou
Thanks for all May be my isp provider blocked outbound connections to port 25/tcp, I ask them to fix this problem, and it's working now, I want to send mail via port 587 when it happens again, Thanks again TOM 2013/11/26 Wietse Venema > higuita: > > Hi > > > > On Tue, Nov 26, 2013 at 11:14:30AM

Re: can not telnet,can not send mail

2013-11-25 Thread Feel Zhou
It's already open in the firewall , I can send mail this morning (Chinese time) before.and never change some setting 2013/11/26 Feel Zhou > It's already open in the firewall , I can send mail this morning (Chinese > time) before.and never change some setting > &g

Re: can not telnet,can not send mail

2013-11-25 Thread Feel Zhou
Wijatmoko U. Prayitno > On Tue, 26 Nov 2013 14:40:45 +0800 > Feel Zhou wrote: > > > My postfix server can not telnet any other mail server, but other server > > can telnet my postfix server, so lots of mail in my queue,but I can not > > send it, what can I do now, thanks a lot. > > > log ? > > -- > WUP > >

can not telnet,can not send mail

2013-11-25 Thread Feel Zhou
Hello, my friend This is Tom I'm sending my greeting from China My postfix server can not telnet any other mail server, but other server can telnet my postfix server, so lots of mail in my queue,but I can not send it, what can I do now, thanks a lot. TOM

not owned by postfix

2013-09-29 Thread Feel Zhou
Hello, myfriend This is Tom, I'm sending my greeting from China There is a problem in postfix lwth my mail server when I runing "service postfix reload", There is so many wrong meeeage, just like that find: `/var/spool/postfix-fixpost/incoming/CA961AC49F4': No such file or directory find: `/var/sp

Re: About smtpd_recipient_restrictions

2013-09-11 Thread Feel Zhou
CLEAN, [27.24.141.102] [27.24.141.102] -> , There is no mx recorder with sender domain, but this mail was sent Thanks a lot Tom 2013/9/12 Noel Jones > On 9/11/2013 10:08 PM, Feel Zhou wrote: > > Hello, Myfriend > > This is Tom, I'm sending my greeting from China &

About smtpd_recipient_restrictions

2013-09-11 Thread Feel Zhou
Hello, Myfriend This is Tom, I'm sending my greeting from China In the main.cf smtpd_recipient_restrictions = reject_unknown_recipient_domain reject_unlisted_recipient permit_auth_destination permit_sasl_authenticated permit_mynetworks reject_unauth_

Re: bad_sender_restrictions and baddomain_restrictions, working together

2013-07-11 Thread Feel Zhou
2013/7/11 Feel Zhou > Thanks Noel Jones > > old setting of mine is > > smtpd_sender_restrictions = > check_client_access cidr:/etc/postfix/enforce_ip_match_domain > check_sender_access hash:/etc/postfix/sender_reject_addr_check > > you are right, I need to chan

Re: bad_sender_restrictions and baddomain_restrictions, working together

2013-07-10 Thread Feel Zhou
:30 PM, Feel Zhou wrote: > > Thanks > > firsttime,setting bad user > > > > /etc/postfix/main.cf <http://main.cf> > > smtpd_sender_restrictions = > > check_sender_access hash:/etc/postfix/sender_ > > reject_addr_check > > /etc/pos

Re: bad_sender_restrictions and baddomain_restrictions, working together

2013-07-10 Thread Feel Zhou
again. So, I really want these two restrictions working together Thank you very much Tom 2013/7/11 Noel Jones > On 7/10/2013 1:27 PM, Feel Zhou wrote: > > Hello,my friend > > This is Tom, I'm sending my greeting from China > > > > /etc/post

bad_sender_restrictions and baddomain_restrictions, working together

2013-07-10 Thread Feel Zhou
Hello,my friend This is Tom, I'm sending my greeting from China /etc/postfix/main.cf smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/sender_reject_addr_check /etc/postfix/sender_reject_addr_check badu...@example.com REJECT So, badu...@example.com,this email addres

Re: permit ip, reject domain

2013-07-08 Thread Feel Zhou
er_reject_addr_check /etc/postfix/sender_reject_addr_check badu...@example.com REJECT After I set "ip match domain" restrictions , "badsender" restrictions do not working How can I let both restrictions working together Thanks a lot 2013/6/7 Noel Jones > On 6/6/201

Re: permit ip, reject domain

2013-06-06 Thread Feel Zhou
Thanks Noel one more thing, How to setting one IP bind two or three domain Thanks a lot 2013/6/6 Noel Jones > On 6/6/2013 4:02 AM, Feel Zhou wrote: > > Thanks for all > > I have read the document > > http://www.postfix.org/RESTRICTION_CLASS_README.html > > Ma

Re: permit ip, reject domain

2013-06-06 Thread Feel Zhou
Thanks for all I have read the document http://www.postfix.org/RESTRICTION_CLASS_README.html Maybe it's not what I need to setting. I don't have internal email distribution list, so do not need to protect it. And I don't want to restrict any user send mail to off-site destinations. My customer hav

Re: permit ip, reject domain

2013-05-30 Thread Feel Zhou
Thanks,Mikael I don't think that document is good to fix this problem I want sender address match my customer's domain name If not match ,mean that sender address was fake Thanks for your help Tom 2013/5/30 Mikael Bak > On 05/30/2013 01:39 PM, Feel Zhou wrote: > [snip] >

permit ip, reject domain

2013-05-30 Thread Feel Zhou
Hello, My friend This is Tom, I'm sending my greeting from China I Use postfix for few month, My customer send mail via my mail server, So, some IP is in mynetworks setting. for example, my_customer_server_ip is permit send mail via my server But there is something serious with my postfix server

Wrong with 'Recipient address rejected: Domain not found'

2013-04-25 Thread Feel Zhou
Hello, my friend This is tom, I sending my greeting from China There is some problem, need your help I check the log file Apr 25 10:02:24 shcx postfix/smtpd[21741]: NOQUEUE: reject: RCPT from mail.example.com[d.d.d.d]: 450 4.1.2 : Recipient address rejected: Domain not found; from= to=< someb...@s

loops back to myself

2013-04-22 Thread Feel Zhou
Hello, my friend This is tom, I'm sending my greeting from China I got some problem, and need your help This mail is in the queue, but I hold it,just like that C94C6AC00D4!3372 Wed Apr 17 19:07:51 MAILER-DAEMON (mail for uhb.com loops back to myself)

Happy New Year

2013-02-09 Thread Feel Zhou
Hello, My friends This is Tom, I am sending my greetings from China. After one hour,There being the New Year of China. I set my postfix server with your help Thank you for Wietse and all the friends in the mailing list Happy New Year, everybody Tom 2012-2-9

Re: Sender address rejected: Domain not found

2012-11-08 Thread Feel Zhou
d: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) TOM 2012/11/8 /dev/rob0 > On Thu, Nov 08, 2012 at 11:42:30PM +0800, Feel Zhou wrote: > > My customer send mail via my mail server > > And set def.cn at mynetworks > > "Def.cn

postfix-2.10 release

2012-10-08 Thread Feel Zhou
Hello,Wietse Venema when Postfix 2.10 stable release Thanks TOM

Two Real IP How to

2012-09-27 Thread Feel Zhou
Hello, My friend I have a mail server, put it into the room who give me real IP Generally, I set the postfix via server name and the real IP It's working well. everything is good to use My mail server have two network adapter eth0 inet addr: 1.2.3.4 (example) eth1 inet addr: 5.6.7.8 (example

Re: spf configuration how to

2012-09-26 Thread Feel Zhou
Thank you very much I will see the two website TOM 2012/9/27 Feel Zhou > Thank you very much > I will see the two website > TOM > > > 2012/9/27 Scott Kitterman > >> On Thursday, September 27, 2012 12:51:32 AM Feel Zhou wrote: >> > Hello, My friend >&g

spf configuration how to

2012-09-26 Thread Feel Zhou
Hello, My friend how can I set SPF ( not greylist ) in postfix and DNS Server which Document I need to read ? Thanks for your time TOM

Re: bad sasl auth log how to

2012-09-26 Thread Feel Zhou
use command fail2ban-client status Status |- Number of jail: 4 `- Jail list: postfix-tcpwrapper, ssh-ipfw, ssh-iptables, ssh-tcpwrapper there is no sasl, Does it working? Thanks for your time TOM 2012/9/26 Scott Lambert > On Tue, Sep 25, 2012 at 11:57:02PM +0800, Feel Z

Re: bad sasl auth log how to

2012-09-25 Thread Feel Zhou
Hi,My friend Thank you for Benny Pedersen and Noel Jones answer I will try to install fail2ban to stop them next time By the way The IP 5.39.219.175 is too bad I just put it into hosts.deny Thanks a lot TOM 2012/9/25 Noel Jones > On 9/25/2012 8:56 AM, Feel Zhou wr

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-21 Thread Feel Zhou
s bin etc games include lib lib64 libexec sbin share src so I use another command, but I don't know it right or not. [root@mtayd CA]# openssl genrsa -des3 -out cakey.pem Tom 2012/8/21 Wietse Venema > Feel Zhou: > > [root@mtayd CA]# openssl ca -out postfix_cert.pem -infi

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-21 Thread Feel Zhou
Enter pass phrase for /etc/pki/CA/private/cakey.pem: unable to load certificate 139860379301704:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:698:Expecting: TRUSTED CERTIFICATE Can not creat the postfix_cert.pem. Thanks four your time. Tom 2012/8/21 Wietse Venema > Feel Z

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-20 Thread Feel Zhou
! Tom 2012/8/21 Wietse Venema > 2012/8/20 Wietse Venema > > > Please use the CA.pl script as described in TLS_README (on-line at > > > http://www/postfix.org/TLS_README.html). > > Feel Zhou: > > Thanks > > I read the web page > > http://www.post

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-20 Thread Feel Zhou
Wietse Venema > Feel Zhou: > > Hello My friend > > I got problem when I want to use tls support > > > > [root@mtayd CA]# pwd > > /etc/pki/CA > > > > [root@mtayd CA]# openssl genrsa -des3 -out cakey.pem > > Please use the CA.pl script as described

TLS SUPPORT: openssl ca debug mssage

2012-08-20 Thread Feel Zhou
Hello My friend I got problem when I want to use tls support [root@mtayd CA]# pwd /etc/pki/CA [root@mtayd CA]# openssl genrsa -des3 -out cakey.pem Generating RSA private key, 512 bit long modulus . ... e is 65537 (0x10001) Enter pass phrase for cakey.pem: Verifying

Re: amavisd debug:Permission denied

2012-07-12 Thread Feel Zhou
Jul 2012 02:09:45 +0800 > Feel Zhou wrote: > > > Thank you very much > > My system is Centos6.2/64bit > > do not have the command "sealert" > > Maybe not install > > So I set setenforce 0, make selinux permissive > > And it has no change for debug

Re: amavisd debug:Permission denied

2012-07-12 Thread Feel Zhou
owTos/SELinux/#head-02c04b0b030dd3c3d58bb7acbbcff033505dd3af > ): > running `sealert -b` to see if the problem is SELinux-related. > > 2012/7/13 Feel Zhou : > > Thanks Alvim's proposal > > still the same problem > > do it before > > drwxr-x---. amavis amavis un

Re: amavisd debug:Permission denied

2012-07-12 Thread Feel Zhou
running `restorecon -Rv /var/amavis` to fix SELinux context > > 2012/7/13 Feel Zhou : > > Hello My friend > > > > Last time I setup amavis have some problem > > First is packages about Convert:BinHex > > Second is Permission denied > > And I fix the first q

amavisd debug:Permission denied

2012-07-12 Thread Feel Zhou
Hello My friend Last time I setup amavis have some problem First is packages about Convert:BinHex Second is Permission denied And I fix the first question In Centos, use command yum install perl-Convert-BinHex But I can not fix the second question What is the first message mean it? How can I fix i

RE-Postfix make install. Do not support mysql and pcre /Finish

2012-07-11 Thread Feel Zhou
Thanks for all my friend. and thanks for Joe's proposal. Last message is too long. can not reply it. Actually, I lost mysql-devel pcre-devel packages So I reinstall centos with these packages, and down postfix-2.9.3 Use the command make ,Everything working. I'm so glad [root@mail ~]# make -f Makef

Re: Postfix make install. Do not support mysql and pcre

2012-07-10 Thread Feel Zhou
c:841: error: ‘pcre_free’ undeclared (first use in this function) make: *** [dict_pcre.o] Error 1 make: *** [update] Error 1 I don't know how to fix it. Help me Thanks a lot TOM 2012/7/11 Brian Evans - Postfix List > On 7/10/2012 11:52 AM, Feel Zhou wrote: > > Hello My frien

Postfix make install. Do not support mysql and pcre

2012-07-10 Thread Feel Zhou
Hello My friend My system is Centos 6.2 with postfix-2.6.6, When I use command postconf -m, and got many support: btree;cidr;environ;hash;ldap;mysql;nis;pcre;proxy;regexp;static;unix; So I down the new version postfix-2.9.3, and use make install, got some problem. [root@mail]make -f Makefi

Re: /usr/local/sbin/amavisd debug How to

2012-07-03 Thread Feel Zhou
Thanks for Ansgar Wiechers's answer I will try to find another way to fix it. And Thanks Rob again Tom 2012/7/4 Ansgar Wiechers > On 2012-07-03 Feel Zhou wrote: > > My PC is Windows7, I install vmware in it > > I setup the centos6.2/64bit in the vmware for the test. &

Re: /usr/local/sbin/amavisd debug How to

2012-07-03 Thread Feel Zhou
Thanks for Rob's answer My PC is Windows7, I install vmware in it I setup the centos6.2/64bit in the vmware for the test. Maybe This is the problem? Thanks a lot Tom 2012/7/3 Rob Sterenborg (lists) > On Tue, 2012-07-03 at 22:25 +0800, Feel Zhou wrote: > > Thank you for Rob &

Re: /usr/local/sbin/amavisd debug How to

2012-07-03 Thread Feel Zhou
YQ/Convert-BinHex-1.119.tar.gz : make_test NO I have no idea ,Thanks for friend's help Tom 2012/7/3 Rob Sterenborg (lists) > On Tue, 2012-07-03 at 19:53 +0800, Feel Zhou wrote: > > Tnaks for Ansgar Wiechers > > > > Everytime I install the packages about Convert::

Re: /usr/local/sbin/amavisd debug How to

2012-07-03 Thread Feel Zhou
ts for installing this module, try: reports ERYQ/Convert-BinHex-1.119.tar.gz Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install make test had returned bad status, won't install without force Failed during this command: ERYQ/Con

/usr/local/sbin/amavisd debug How to

2012-07-03 Thread Feel Zhou
Hello,My friend. I got some messages when I install the software of amavis,Can you do me a favor fetch_modules: error loading optional module MIME/Decoder/BinHex.pm: Can't locate Convert/BinHex.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl

Re: Non-Postfix mailbox store: separate domains, non-UNIX accounts

2012-06-26 Thread Feel Zhou
Hi, my friend I use another documentation to finish it Configuring Postfix as primary or backup MX host for a remote site http://www.postfix.org/STANDARD_CONFIGURATION_README.html Thanks for Ram's answer. Tom 2012/6/26 Ram > > On Monday 25 June 2012 07:40 PM, Feel Zhou wrote: &

Non-Postfix mailbox store: separate domains, non-UNIX accounts

2012-06-25 Thread Feel Zhou
Hello My friend I read the documentation of virtual domain hosting. http://www.postfix.org/VIRTUAL_README.html. and use the next setting: 3 virtual_mailbox_domains = example.com ...more domains... 4 virtual_mailbox_maps

Re: PATCH: status=bounced (host ... said: Client host rejected: Access denied

2012-06-12 Thread Feel Zhou
012/6/13 Wietse Venema > Feel Zhou: > > Wietse said > > > > > You probably copied the patch from the email message via cut/paste, > > > > yes,I just do it. > > > > > You need to save the message to the patch file exactly as posted. > > >

Re: PATCH: status=bounced (host ... said: Client host rejected: Access denied

2012-06-12 Thread Feel Zhou
Wietse said > You probably copied the patch from the email message via cut/paste, yes,I just do it. > You need to save the message to the patch file exactly as posted. What can I do that make it work? 2012/6/13 Viktor Dukhovni > On Wed, Jun 13, 2012 at 12:19:11AM +0800, Feel Z

Re: PATCH: status=bounced (host ... said: Client host rejected: Access denied

2012-06-12 Thread Feel Zhou
rej What is the problem with this? I do it twice, still happen, Maybe I'm not so clever. Help me. Tom 2012/6/12 Wietse Venema > Feel Zhou: > > So how can I use your patch in my system? > > $ cd postfix-source-directory > $ patch < file-with-patch > $ make > $ su

Re: PATCH: status=bounced (host ... said: Client host rejected: Access denied

2012-06-12 Thread Feel Zhou
ress_verify_map = --- > address_verify_map = btree:$data_directory/verify_cache 16a18 > address_verify_sender_dependent_default_transport_maps = $sender_dependent_default_transport_maps .. Different type with that got from yours, How can I patch? Need your help, Thank you Tom 2012/6/

Re: PATCH: status=bounced (host ... said: Client host rejected: Access denied

2012-06-12 Thread Feel Zhou
/usr/local/src/postfix-2.9.3/src/smtp/smtp_troble.c I find this file,and check it,got the different with your patch Maybe I know how to patch old file to the new file. Let me try it. When patch finish, I need to make install again. Am I right? 2012/6/12 Feel Zhou > > Hello, wietse

Re: PATCH: status=bounced (host ... said: Client host rejected: Access denied

2012-06-12 Thread Feel Zhou
Hello, wietse My operating system is centos6.2/64bit, It has postfix 2.6.6 itself, I tar the new postfix 2.9.3 Does this patch work in the 2.6.6 and 2.9.3 both? Does this patch work in centos 6.2/32bits? Would you show me the details about how to use this patch? Thank you very much 2012/6/12 Vik

Re: status=bounced (host ... said: Client host rejected: Access denied

2012-06-12 Thread Feel Zhou
"-o soft_bounce=yes" in master.cf But still can't use other mail server to send mail that in the defer queue. I saw the patch in the mail lists and have no idea how to use it, I need your help.Thanks Tom 2012/6/12 Wietse Venema > Feel Zhou: > > Sorry about my big fronts.

Re: status=bounced (host ... said: Client host rejected: Access denied

2012-06-11 Thread Feel Zhou
n Mon, Jun 11, 2012 at 10:21:50PM +0800, Feel Zhou wrote: > > > I set it in the master.cf file. The mail is put into the defer queue. > And I > > also set the line ?relay?, It still in the defer queue, Why it not send > the > > mail to the other mail server? > >

Re: status=bounced (host ... said: Client host rejected: Access denied

2012-06-11 Thread Feel Zhou
-o soft_bounce=yes -o smtp_fallback_relay=relayusa.example.com relay unix - - n - - smtp -o soft_bounce=yes -o smtp_fallback_relay=relayusa.example.com 2012/6/11 Wietse Venema > Feel Zhou: > > Maybe I do not make

Re: status=bounced (host ... said: Client host rejected: Access denied

2012-06-11 Thread Feel Zhou
can I setting the mail server in China. Thanks a lot. 2012/6/11 Reindl Harald > > > Am 11.06.2012 04:00, schrieb Feel Zhou: > > > > Jun 11 09:16:57 testserver postfix/smtp[1289]: AF6B71D: to=< > r...@lkpoi.com <mailto:r...@lkpoi.com>>, > > relay=hotma

status=bounced (host ... said: Client host rejected: Access denied

2012-06-10 Thread Feel Zhou
Jun 11 09:16:57 testserver postfix/smtp[1289]: AF6B71D: to=, relay=hotmail.example.com[192.168.18.36]:25, delay=0.24, delays=0.04/0.02/0.14/0.04, dsn=5.7.1, status=bounced (host hotmail.example.com[192.168.18.36] said: 554 5.7.1 : Client host rejected: Access denied (in reply to RCPT TO command))

Re: Postfix Question

2012-06-08 Thread Feel Zhou
2012/6/7 Feel Zhou > I don’t want mail server in China bounce (reject or defer), If it happen, > give these mail to the mail server in USA. Still can’t send email, then > bounce. > > Can you help me how to setting the mail server in China? > > Thanks a lot > > >

Postfix Question

2012-06-06 Thread Feel Zhou
Hi, My friend I got your email address from postmaster@postfix,org I'm from China, Sorry about my English I learning postfix for few month, and I think it is the best mail server. But there is some problem that I can't solve it, can you help me? For example: ServerA and ServerB , inst