Re: Send email for users from any location

2013-07-08 Thread Peter
On 07/09/2013 05:13 PM, Dotan Cohen wrote: 212.179.241.14 is the address where my desktop is located, and bzq-* obviously by the name refers to my ISP (Bezeq). It seems that even with submission enabled, Postfix wants the IP address whitelisted in "mydomains". I don't even see in the logs that Po

Re: Send email for users from any location

2013-07-08 Thread Dotan Cohen
On Mon, Jul 8, 2013 at 11:04 PM, Peter wrote: > No, the service you're looking for is "submission", not "smtps". SMTPS is a > deprecated means of submission and you only need it if your users are using > a very old version of one particular email client in which case they likely > have other prob

Re: permit ip, reject domain

2013-07-08 Thread Feel Zhou
Thanks for Noel Jones About "ip match domain", It's working now. /etc/postfix/main.cf smtpd_sender_restrictions = check_client_access cidr:/etc/postfix/enforce_ip_match_domain smtpd_restriction_classes = example example = check_sender_access hash:/etc/postfix/example.do

Re: two mail servers

2013-07-08 Thread Andrew Ho
On 07/06/2013 02:00 AM, Robert Schetterer wrote: Am 06.07.2013 04:29, schrieb Andrew Ho: I run into problem of setting this. I have two mail servers, one for each domain. I need email to be received for one domain to make a copy and forwarded to the other mail server of another domain. Any sug

Re: FIlename of the email

2013-07-08 Thread Noel Jones
On 7/8/2013 2:55 PM, J Gao wrote: > Hi, All, > > When my postfix+courier received/sent an email, it will have a file > which name like this: > 1373311807.V805I31d1928M179657.zeta.veecall.com,S=1456:2,ST > > Can someone explain to me how to understand this name? I mean for > example like the above

Re: FIlename of the email

2013-07-08 Thread J Gao
On 13-07-08 12:55 PM, J Gao wrote: Hi, All, When my postfix+courier received/sent an email, it will have a file which name like this: 1373311807.V805I31d1928M179657.zeta.veecall.com,S=1456:2,ST Can someone explain to me how to understand this name? I mean for example like the above one, what is

Re: Send email for users from any location

2013-07-08 Thread Peter
On 07/09/2013 05:10 AM, Dotan Cohen wrote: on a related note, as this is for humans to send mail from their mail clients, you'll want to configure a proper submission [port 587] service. see the commented example in master.cf for a starting point. smtp auth should be offered only via the submissi

FIlename of the email

2013-07-08 Thread J Gao
Hi, All, When my postfix+courier received/sent an email, it will have a file which name like this: 1373311807.V805I31d1928M179657.zeta.veecall.com,S=1456:2,ST Can someone explain to me how to understand this name? I mean for example like the above one, what is the meaning of "1373311807" and

Re: Send email for users from any location

2013-07-08 Thread Wietse Venema
Dotan Cohen: > > on a related note, as this is for humans to send mail from their mail > > clients, you'll want to configure a proper submission [port 587] service. > > see the commented example in master.cf for a starting point. smtp auth > > should be offered only via the submission service, and

Re: Send email for users from any location

2013-07-08 Thread Dotan Cohen
On Mon, Jul 8, 2013 at 5:27 PM, btb wrote: > instead of googling, simply use the postfix documentation that came with the > software. your goal is accomplished by implementing smtp auth, which > postfix offers by way of sasl authentication. to that end, this is > documented in SASL_README. i wo

Re: Send email for users from any location

2013-07-08 Thread btb
On 2013.07.08 08.25, Dotan Cohen wrote: Form googling I found this "solution" online but it does not work as I expected. instead of googling, simply use the postfix documentation that came with the software. your goal is accomplished by implementing smtp auth, which postfix offers by way of

Send email for users from any location

2013-07-08 Thread Dotan Cohen
I would like to configure my Postfix machine to send mail from my users from any location, but I do not want to set it as an open relay. Currently, I restrict users via mynetworks: mynetworks = 127.0.0.0/8 [:::127.0.0.0]/104 [::1]/128 1.2.3.4 (Office IP address) If I change this to 0.0.0.0/0

Re: delivery status notification (DNS)

2013-07-08 Thread Wietse Venema
Pol Hallen: > > Do you have a AV scanner or some other after queue content filter? If > > yes postfix is maybe telling you that the message has been transfered > > to this next hop. IMHO you should ditch DSN because no one is > > using/allowing it anyway, so trying to get it right is a fruitless >

Re: delivery status notification (DNS)

2013-07-08 Thread Pol Hallen
> Do you have a AV scanner or some other after queue content filter? If > yes postfix is maybe telling you that the message has been transfered > to this next hop. IMHO you should ditch DSN because no one is > using/allowing it anyway, so trying to get it right is a fruitless > effort. Hello and t

Re: delivery status notification (DNS)

2013-07-08 Thread lst_hoe02
Zitat von Pol Hallen : Follow official postfix page (http://www.postfix.org/DSN_README.html) I've: smtpd_discard_ehlo_keyword_address_maps = cidr:/etc/postfix/esmtp_access cat /etc/postfix/esmtp_access # Allow DSN requests from local subnet only 192.168.1.0/24 silent-discard

Re: delivery status notification (DNS)

2013-07-08 Thread Wietse Venema
Pol Hallen: > Follow official postfix page (http://www.postfix.org/DSN_README.html) I've: > > smtpd_discard_ehlo_keyword_address_maps = cidr:/etc/postfix/esmtp_access > > cat /etc/postfix/esmtp_access > # Allow DSN requests from local subnet only > 192.168.1.0/24 silent-discard >

delivery status notification (DNS)

2013-07-08 Thread Pol Hallen
Follow official postfix page (http://www.postfix.org/DSN_README.html) I've: smtpd_discard_ehlo_keyword_address_maps = cidr:/etc/postfix/esmtp_access cat /etc/postfix/esmtp_access # Allow DSN requests from local subnet only 192.168.1.0/24 silent-discard 0.0.0.0/0 silent-