Sender vs recipient restrictions.

2009-03-18 Thread chas
I've been reading today about; reject_unknown_sender_domain and I'm wondering if it is only allowed under 'smtpd_sender_restrictions' whereas I've had it under 'smtpd_recipient_restrictions'. Is this correct? thanks, Chas.

Re: Sender vs recipient restrictions.

2009-03-18 Thread chas
ed under >>> 'smtpd_sender_restrictions' >>> whereas I've had it under 'smtpd_recipient_restrictions'. Is this >>> correct? >>> >>> thanks, >>> Chas. >>> >> >> all smtpd_recipient_restrictions can appear in >

Upgrade questions.

2009-03-25 Thread chas
s and has Mailman incorporated as well, both of which I'm not familiar with. My question; is the master.cf file from the older version usable in the newer one? I feel more comfortable modifying the main.cf than the master and would like to leave that file as-is if possible. thanks, Chas.

Re: using postfix as a front end server in an exchange environment

2009-05-09 Thread Chas
ubnet but both represented by 'real' external IP's on the ineternet. Will this not work properly? Tia, Chas. > > Of course, you really should NOT NAT source addresses at all, with source > IPs masked you can't use RBL lists, and your logs are much less useful. > > -- > Viktor. >

Re: Postfix-2.6.0 RPM

2009-05-24 Thread Chas
ietse's 2.6.1 update. > > Simon > > Thank you Simon. Chas.

Attachments with email from command line?

2008-10-09 Thread chas
ving trouble changing the 'from' header in mutt. I would like to use the sendmail command (through postfix) if possible. thanks, Chas.

Re: Attachments with email from command line?

2008-10-10 Thread chas
;, > Type=> 'multipart/mixed' > ); > > $msg->attach( > Type => 'TEXT', > Data => "blah blah blah blah" > ); > > $msg->attach( > Type => '|application/vnd.ms-excel|', > Path => '/path/to/foo.xls', > Filename => 'foo.xls', > Disposition => 'attachment' > ); > > $msg->send; > Thanks to everyone who replied for all the useful suggestions. I'm going to read the links posted and possibly try the Perl suggestion first. thanks again, Chas.

Re: RBL

2008-12-07 Thread chas
reject_unauth_pipelining, > reject_non_fqdn_recipient, > reject_rbl_client zen.spamhaus.org > > Terry > > > Coul you give some examples of what one might use (and the syntax) in a /etc/postfix/spam_ip_regex file to make this work? thanks, Chas.