[EMAIL PROTECTED]:
> Hello,
> 
> I tried to get my own delivery transport agent. It works perfectly.
> But I get no address verification to work.
> virtual_mailbox_domains = testmail2.dyndns.org
> virtual_mailbox_base = /var/mail/obsolete # I'm forced to put this line?
> virtual_mailbox_maps = hash:/etc/postfix/vmailbox # is simply ignored with 
> myagent?
> virtual_minimum_uid = 65534
> virtual_uid_maps = static:65534
> virtual_gid_maps = static:65534
> virtual_transport = myagent:
> 
> So when I try to send something to [EMAIL PROTECTED],
> then it accepts ANY mail sender by myagent without doing any kind of address
> verification.

Your experiment is flawed.

Postfix will reject unknown recipients at the SMTP server port.

Postfix never rejects unknown recipients on the commandline.

        Wietse

Reply via email to