relay_recipient_maps with ldap not work

2016-12-10 Thread Muhammad Yousuf Khan
Hi, My postfix box working as a delivery agent to exchange Server, As per the document said replay_reciepient_maps shoulw disallow all unknown mailboxes however it is not happening. i am using ldap instead of hash but it does not return any email to sender in case when mailbox is not find. in ever

Re: virtual_alias_maps combined with sender domain

2016-12-10 Thread Harald Glanzer
thx noel! you are absolutely right - the proper way is to create a 2 restriction classes. thx again! On 12/09/2016 05:22 PM, Noel Jones wrote: > On 12/9/2016 9:11 AM, Harald Glanzer wrote: >> hi all! >> >> i am using virtual_alias_maps for a simple 'mainlinglist' configuration, i.e. >> lookup a

Re: relay_recipient_maps with ldap not work

2016-12-10 Thread Muhammad Yousuf Khan
Guys any help.will he highly appreciated. On Dec 10, 2016 1:16 PM, "Muhammad Yousuf Khan" wrote: > Hi, > > My postfix box working as a delivery agent to exchange Server, As per the > document said replay_reciepient_maps shoulw disallow all unknown mailboxes > however it is not happening. i am

how to foward emails to my other mail address?

2016-12-10 Thread vod vos
how to foward emails from my server to my other mail address? for example, some one write mails to m...@example.com,postfix would forward the mail to m...@google.com? my setting is postfix and dovecot. thanks.

Re: Warning: group or other writeable: - followup

2016-12-10 Thread John
Do these errors matter? On 10/12/16 01:15 AM, John wrote: I am seeing the above message associated with the following files - /usr/lib/postfix/./sbin/lmtp /usr/lib/postfix/./libpostfix-tls.so.1 /usr/lib/postfix/./libpostfix-util.so.1 /usr/lib/postfix/./libpostfix-dns.so.1 /usr/lib/postfix/./li

Re: how to foward emails to my other mail address?

2016-12-10 Thread Bastian Blank
On Sat, Dec 10, 2016 at 05:31:53AM -0800, vod vos wrote: > how to foward emails from my server to my other mail address? All the possibilities provided by Postfix are listed in the documentation. You'll find http://www.postfix.org/ADDRESS_REWRITING_README.html > my setting is postfix and dovecot

Re: Warning: group or other writeable: - followup

2016-12-10 Thread Bastian Blank
On Sat, Dec 10, 2016 at 08:39:14AM -0500, John wrote: > Do these errors matter? Where do you see errors? In the subject you talked about warnings. Please be precise if you want to describe problems. Bastian -- You! What PLANET is this! -- McCoy, "The City on the Edge of Foreve

Re: relay_recipient_maps with ldap not work

2016-12-10 Thread Bastian Blank
On Sat, Dec 10, 2016 at 01:16:02PM +0500, Muhammad Yousuf Khan wrote: > My postfix box working as a delivery agent to exchange Server, As per the > document said replay_reciepient_maps shoulw disallow all unknown mailboxes > however it is not happening. i am using ldap instead of hash but it does >

Re: how to foward emails to my other mail address?

2016-12-10 Thread Miles Fidelman
On 12/10/16 8:31 AM, vod vos wrote: how to foward emails from my server to my other mail address? for example, some one write mails to m...@example.com ,postfix would forward the mail to m...@google.com ? my setting is postfix and dovecot.

Re: Prevention of sending authentication via plaintext on port 25.

2016-12-10 Thread Wietse Venema
COrreaction: smtp should br smtpd. Corrected text follows. John: > I have submission sasl set as Venema suggests, should/would it a good > idea to add "smtpd_sasl_auth_enable=no" to the smtp entry in master.cf, > or is the default "good enough". If you're concerned that SASL will be enabled by

Re: Warning: group or other writeable: - followup

2016-12-10 Thread Wietse Venema
John: > Do these errors matter? Yes. It means that a non-root user can change stuff and become root. Wietse > > On 10/12/16 01:15 AM, John wrote: > > I am seeing the above message associated with the following files - > > > > /usr/lib/postfix/./sbin/lmtp > > /usr/lib/postfix/./libpostfi

Re: Warning: group or other writeable: - followup

2016-12-10 Thread John
In the mail log. I get the error message "Warning: group or other writeable:" followed by one of the following file names /usr/lib/postfix/./sbin/lmtp /usr/lib/postfix/./libpostfix-tls.so.1 /usr/lib/postfix/./libpostfix-util.so.1 /usr/lib/postfix/./libpostfix-dns.so.1 /usr/lib/postfix/./libpos

Re: Warning: group or other writeable: - followup

2016-12-10 Thread Wietse Venema
John: > Do these messages matter, should they be followed up, or are they trivia > and can be ignored. find / -name lmtp The warning means that a non-root user can change things and become root. Wietse

Re: how to foward emails to my other mail address?

2016-12-10 Thread Dominic Raferd
On 10 December 2016 at 14:18, Miles Fidelman wrote: > On 12/10/16 8:31 AM, vod vos wrote: > > > how to foward emails from my server to my other mail address? > for example, some one write mails to m...@example.com,postfix would forward > the mail to m...@google.com? > > my setting is postfix and d

Address verification probe result ignored sometimes?

2016-12-10 Thread Wagner, Patrick
Hello, I'm running a virus/spam checker mail server: clients point their MX records towards my server, my server checks the mail via content_filter script, and sends good mail towards the real mailserver by way of transport table lookup. My server is a CentOS 7.2 x64 server with the distro-sup

Re: Warning: group or other writeable: - followup

2016-12-10 Thread Scott Kitterman
On December 10, 2016 9:48:38 AM EST, John wrote: >In the mail log. > >I get the error message "Warning: group or other writeable:" followed >by >one of the following file names > >/usr/lib/postfix/./sbin/lmtp >/usr/lib/postfix/./libpostfix-tls.so.1 >/usr/lib/postfix/./libpostfix-util.so.1 >/usr/l

Re: Warning: group or other writeable: - followup

2016-12-10 Thread John
I will sit on my hands for the moment and await the official fix. Thanks Scott On 10/12/16 01:37 PM, Scott Kitterman wrote: On December 10, 2016 9:48:38 AM EST, John wrote: In the mail log. I get the error message "Warning: group or other writeable:" followed by one of the following file n

Re: Address verification probe result ignored sometimes?

2016-12-10 Thread Wietse Venema
Wagner, Patrick: > Hello, > > I'm running a virus/spam checker mail server: clients point their MX records > towards my server, my server checks the mail via content_filter script, and > sends good mail towards the real mailserver by way of transport table > lookup. > > My server is a CentOS 7.2

Re: Warning: group or other writeable: - followup

2016-12-10 Thread Wietse Venema
Scott Kitterman: > It's an issue we're aware of. I intend to deal with it in the > next upload. The files that these symlinks point to (in the same > directory) do have correct permissions. Those symlinks are not needed. Postfix .so files MUST NEVER be used by non-Postfix programs, and therefore

Re: Warning: group or other writeable: - followup

2016-12-10 Thread Scott Kitterman
On December 10, 2016 4:20:30 PM EST, wie...@porcupine.org wrote: >Scott Kitterman: >> It's an issue we're aware of. I intend to deal with it in the >> next upload. The files that these symlinks point to (in the same >> directory) do have correct permissions. > >Those symlinks are not needed. Post