Centos 7 + Postfix + Zimbra #92
Unanswered
ananiasfilho
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, have installed postsrsd master branch.
Environment 1
SO: Ubuntu 16.04
Zimbra: 8.8.11
Status: Working Good! Thank you!
Environment 2
SO: Centos 7
Zimbra: 8.8.11
Status: FAIL
Details on CentOS 7 (64-bits)
Postsrsd install and run as expect:
`[root@zimbra ~]# ps aux|grep -i postsrsd
nobody 21233 0.0 0.0 6496 812 ? Ss 16:45 0:00 /usr/sbin/postsrsd -f 10001 -r 10002 -d mydomain.com.br -s /etc/postsrsd.secret -a = -u nobody -c /var/lib/postsrsd -X""
nobody 22085 0.0 0.0 6500 328 ? S 16:47 0:00 /usr/sbin/postsrsd -f 10001 -r 10002 -d mydomain.com.br -s /etc/postsrsd.secret -a = -u nobody -c /var/lib/postsrsd -X""
nobody 23928 0.0 0.0 6500 328 ? S 16:49 0:00 /usr/sbin/postsrsd -f 10001 -r 10002 -d mydomain.com.br -s /etc/postsrsd.secret -a = -u nobody -c /var/lib/postsrsd -X""
nobody 23931 0.0 0.0 6500 328 ? S 16:49 0:00 /usr/sbin/postsrsd -f 10001 -r 10002 -d mydomain.com.br -s /etc/postsrsd.secret -a = -u nobody -c /var/lib/postsrsd -X""
`
Setuped zimbra:
`
systemctl enable postsrsd
systemctl start postsrsd
su - zimbra
zmprov mcf zimbraMtaSenderCanonicalMaps "tcp:localhost:10001"
postconf -e sender_canonical_maps=tcp:localhost:10001
postconf -e sender_canonical_classes=envelope_sender
postconf -e recipient_canonical_maps=tcp:localhost:10002
postconf -e recipient_canonical_classes=envelope_recipient,header_recipient
zmmtactl reload
`
Everything seems ok, but when i send a email, postsrs seems not working.
My gateway (Spamhero) said:
said: 550 5.7.1 Sender domain is either not active, subscribed, or currently not allowed to forward.
Full msg:
Mar 28 20:49:05 zimbra postfix/smtp[21794]: 863462C20963: to=<my-personal-email@gmail.com>, relay=smtp.mxthunder.net[108.60.195.205]:587, delay=1.6, delays=0.01/0/0.89/0.67, dsn=5.7.1, status=bounced (host smtp.mxthunder.net[108.60.195.205] said: 550 5.7.1 Sender domain is either not active, subscribed, or currently not allowed to forward (id: 9x9S6b) (in reply to end of DATA command))
Have any way to debug it? Or how i can solve?
thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions