[SOLVED] loops back to myself?

killmasta93

Renowned Member
Aug 13, 2017
985
61
93
32
Hi,
I was wondering if someone else has had this issue before, currently trying to send email to my domain but im getting this issue

Code:
Mar 31 18:35:38 mail postfix/smtpd[1235]: Anonymous TLS connection established from mail.clientdomain.com.co[200.116.xx..xx]: TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
Mar 31 18:35:38 mail postfix/smtpd[1235]: NOQUEUE: reject: RCPT from mail.clientdomain.com.co[200.116.xx.xx]: 550 5.1.1 <clopez@mydomain.com>: Recipient address rejected: undeliverable address: mail for mydomain.com loops back to myself; from=<gerencia@clientdomain.com.co> to=<clopez@mydomain.com> proto=ESMTP helo=<mail.clientdomain.com.co>
Mar 31 18:35:38 mail postfix/smtpd[1235]: disconnect from mail.clientdomain.com.co[200.116.xx.xxx] ehlo=2 starttls=1 mail=1 rcpt=0/1 data=0/1 rset=1 quit=1 commands=6/8


currently my transports point to my zimbra mail with the port and the DNS to my dns server so not sure what im doing wrong?

Thank you
 
edit: what is very odd just got only one email, i retried to send an email and nothing so odd

Code:
Mar 31 18:45:54 mail postfix/lmtp[1406]: 65831201603: to=<CLOPEZ@mydomain.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=5.3, delays=3.5/0.02/0/1.7, dsn=2.5.0, status=sent (250 2.5.0 OK (2202555E83D630EB886))
Mar 31 18:45:54 mail postfix/qmgr[1404]: 65831201603: removed
Mar 31 18:45:54 mail postfix/smtp[1405]: 8F9A5201A4E: to=<CLOPEZ@mydomain.com>, relay=192.168.1.248[192.168.1.248]:27, delay=0.17, delays=0.05/0/0.05/0.07, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as AB22AA21B7A)
 
edit: tried another email and it worked the only issue is clopez

The other emails seem to work
 
Last edited: