Re: smtp_recipient_restrictions not applied to local email

2008-08-25 Thread Ralf Hildebrandt
* Wietse Venema <[EMAIL PROTECTED]>: > > Ah, or one could use mini_sendmail instead (same restrictions apply) > > That would lose mail while postfix is not running. Yes. -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED] Postfix - Einrichtung, Betrieb und Wartung Tel. +49

Re: smtp_recipient_restrictions not applied to local email

2008-08-25 Thread Wietse Venema
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

Re: smtp_recipient_restrictions not applied to local email

2008-08-25 Thread Charles Marcus
On 8/25/2008 11:48 AM, Aaron Bennett wrote: >> So what version is this? >> >> 2.0.16? 2.1.4? Something else? >> >> If either of those, you really should upgrade... > no it's 2.3.2, those config statements are just cruft from a few upgrades. Still old and worth upgrading... -- Best regards, Ch

Re: smtp_recipient_restrictions not applied to local email

2008-08-25 Thread Charles Marcus
On 8/25/2008, Aaron D. Bennett ([EMAIL PROTECTED]) wrote: > html_directory = /usr/share/doc/postfix-2.1.4-documentation/html > readme_directory = /usr/share/doc/postfix-2.0.16/README_FILES > sample_directory = /usr/share/doc/postfix-2.0.16/samples So what version is this? 2.0.16? 2.1.4? Something

Re: smtp_recipient_restrictions not applied to local email

2008-08-25 Thread Aaron Bennett
Wietse Venema wrote: To apply smtpd_recipient_restrictions when mail arrives via the /usr/bin/sendmail command, this solution was posted a few days ago: To force sendmail command-line submissions through the SMTP server, use this: Thank you.

Re: smtp_recipient_restrictions not applied to local email

2008-08-25 Thread mouss
Aaron Bennett wrote: Ralf Hildebrandt wrote: sendmail != smtpd thus smtpd_recipient_restrictions don't apply understood. Nonetheless, do you know of a way to prevent users from using sendmail to send to a particular recipient, besides an ugly hack like aliasing the recipient to /dev/nu

Re: smtp_recipient_restrictions not applied to local email

2008-08-25 Thread Aaron Bennett
Ralf Hildebrandt wrote: sendmail != smtpd thus smtpd_recipient_restrictions don't apply understood. Nonetheless, do you know of a way to prevent users from using sendmail to send to a particular recipient, besides an ugly hack like aliasing the recipient to /dev/null or something?

Re: smtp_recipient_restrictions not applied to local email

2008-08-25 Thread Ralf Hildebrandt
* 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

Re: smtp_recipient_restrictions not applied to local email

2008-08-25 Thread Wietse Venema
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/s

Re: smtp_recipient_restrictions not applied to local email

2008-08-25 Thread 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

smtp_recipient_restrictions not applied to local email

2008-08-25 Thread Aaron D. Bennett
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 ). The intention is to prevent anyone from emailing a specific address. Wha