Yes I agree with you , but if i do this
-------------------------------------------------------------------
telnet mail.domain.net 25
Trying x.x.x.x...
Connected to mail.domain.net (x.x.x.x).
Escape character is '^]'.
220 mail.domain.net ESMTP Postfix
helo syedbilalmasaud
250 mail.capeme.net
mail from:<bilal@domain.net>
250 2.1.0 Ok
rcpt to:<bilal@domain.net>
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
this is unauthenticated sender
.
----------------------------------------------------------------
here i am able to send an email via telnet from my account to my account with out any password , if smtp Auth is enabled than it should not work like this
-----------------------------------------------------------------
on other hand , in my opinion smtp auth should work like this
-----------------------------------------------------------------
telnet authsmtp.domain.net 25
Trying x.x.x.x...
Connected to authsmtp.domain.net (x.x.x.x).
220 authsmtp.domain.net ESMTP Postfix (Debian/GNU)
helo bilalpc
250 authsmtp.domain.net
mail from:<bilal@domain.net>
250 2.1.0 Ok
rcpt to:<bilal@domain.net>
554 5.7.1 <xx-x-x-x.nated-address-net[w.x.y.z]>: Client host rejected:Access denied
-------------------------------------------------------------
if i put base64 or some other type encrypted password here than it should allow me to send an email
that what i want from zimbra , so could you please guide me how to achieve this with zimbra because I am going to deploy zimbra with in few days , so I want to make it done
Looking forward to hear from you
Cheers

B I L A L
