First of all thanks,
for client job do you mean mail client like tunderbird or google mail?
Is not my postfix server that generate a message like:

"
Delivery to the following recipient failed permanently:

2334...@netlite.it <mailto:2334...@netlite.it>

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the server for the recipient domainnetlite.it <http://netlite.it/>bymail.netlite.it <http://mail.netlite.it/>. [my mx ip address].

The error that the other server returned was:
550 5.1.1 <2334...@netlite.it <mailto:2334...@netlite.it>>: Recipient address rejected: User unknown in virtual mailbox table
"

I've only my postfix MX server on internet.


about http://www.postfix.org/ADDRESS_VERIFICATION_README.html
i post my smtp recipient restrction

smtpd_recipient_restrictions =   reject_unauth_pipelining,
reject_non_fqdn_recipient,
reject_unknown_recipient_domain,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unlisted_recipient,
reject_unverified_recipient,
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
reject_rbl_client sbl-xbl.spamhaus.org,
check_recipient_access hash:/etc/postfix/greylist_filter,
check_recipient_access hash:/etc/postfix/spf_filter,
                                                        permit


Thanks a lot.


Il 24/11/2014 14:51, li...@rhsoft.net ha scritto:

Am 24.11.2014 um 14:33 schrieb Matteo Cazzador:
Hi,i'm a novice  i need to discard and not reject while i receive from
external domain to my mx server mail with this error

"Recipient address rejected: User unknown in virtual mailbox table;"

I don't want that a message (it is a really replay mail?) come back to
the sender of external domain.

Is it possible to disable this return message to the sender?

I neeed to reduce my server backscatter while sending 550 error to the
client.

But really my server send a email on the sender? I don't understand if
it is uppen.

what are you talking about?

a REJECT don't produce a backscatter
it's the clients job to generate a bounce or not

if you have a server in front of your postfix without a list of valid RCPT then it needs to make rcpt-verification (http://www.postfix.org/ADDRESS_VERIFICATION_README.html)

*never ever* discard messages while you signal "250 OK" to the sender, it makes sane bounce-managment for senders impossible and at the same time your MX to a loved spammer target because you accept anythiung instead reject

--
Rispetta l'ambiente: se non ti è necessario, non stampare questa mail.

Le informazioni contenute in questa e-mail e nei files eventualmente allegati 
sono destinate unicamente ai destinatari della stessa e sono da considerarsi 
strettamente riservate. E' proibito copiare, salvare, utilizzare,  inoltrare a 
terzi e diffondere il contenuto della presente senza il preventivo consenso, ai 
sensi dell'articolo 616 c.p. e della Legge n. 196/2003. Se avete ricevuto 
questo messaggio per errore siete pregati di comunicarlo immediatamente 
all'indirizzo mittente, nonché di cancellarne il contenuto senza procedere ad 
ulteriore o differente trattamento.


******************************************
Ing. Matteo Cazzador
NetLite snc di Cazzador Gagliardi
Corso Vittorio Emanuele II, 188 37069
Villafranca di Verona VR
Tel 0454856656
Fax 0454856655
Email: mat...@netlite.it
Web: http://www.netlite.it
******************************************

Reply via email to