Ralf Hildebrandt: [ Charset UTF-8 unsupported, converting... ] > * Wietse Venema <[EMAIL PROTECTED]>: > > Ralf Hildebrandt: > > > * Aaron D. Bennett <[EMAIL PROTECTED]>: > > > > Hi, > > > > > > > > > > > I'm seeing a strange behavior where smtpd_recipient_restrictions are > > > > being applied to mail received over the network but not to mail sent > > > > from local unix mail ( or from squirrelmail which is using > > > > /usr/bin/sendmail ). > > > > > > sendmail != smtpd > > > thus smtpd_recipient_restrictions don't apply > > > > To apply smtpd_recipient_restrictions when mail arrives via the > > /usr/bin/sendmail command, this solution was posted a few days ago: > > Ah, or one could use mini_sendmail instead (same restrictions apply)
That would lose mail while postfix is not running. Wietse