Re: virtual domains, cyrus and lmtp integration

2013-05-29 Thread Carl Brewer
On 30/05/2013 1:23 PM, Viktor Dukhovni wrote: On Thu, May 30, 2013 at 01:03:04PM +1000, Carl Brewer wrote: Firstly, the doco I've read suggests that every mailbox needs an entry in the virtual_mailbox_maps file, with my current sendmail setup sendmail checks against Cyrus for if a mailbox exist

Re: virtual domains, cyrus and lmtp integration

2013-05-29 Thread Viktor Dukhovni
On Thu, May 30, 2013 at 01:03:04PM +1000, Carl Brewer wrote: > Firstly, the doco I've read suggests that every mailbox needs an > entry in the virtual_mailbox_maps file, with my current sendmail > setup sendmail checks against Cyrus for if a mailbox exists and has > no (or at least not very many,

virtual domains, cyrus and lmtp integration

2013-05-29 Thread Carl Brewer
G'day, I'm making the long, long overdue migration to postfix from an ancient Sendmail setup that's using virtual domains and real-time username checks against a Cyrus mail spool (no local UNIX accounts). I've done a lot of googling and found a few different howtos that mostly agree, but I h

Re: Problem sending emails to virtual users

2013-05-29 Thread SONNY LASKAR
I am still not able to figure out how to solve this issue. Please let me know if anyone needs any additional data.

Re: sent mail to the mail list which contains myself

2013-05-29 Thread LuKreme
On 29 May 2013, at 01:03 , Bu Xiaobing wrote: > Else if we choose mailman, the mail lists or mail groups will maintained by > mailman, and then we cannot maintain members in lists by one administrator. Why not? Mailman is quite simple to maintain. -- Ah, you're a Penguin too? Pilgrim, my son.

Re: sent mail to the mail list which contains myself

2013-05-29 Thread Stan Hoeppner
On 5/29/2013 2:03 AM, Bu Xiaobing wrote: > On 2013-5-29 13:24, Stan Hoeppner wrote: >> On 5/28/2013 9:11 PM, Bu Xiaobing wrote: >>> On 2013-5-28 16:12, li...@kurawa.fidonet.or.id wrote: On Tue, 28 May 2013 16:04:09 +0800 Bu Xiaobing wrote: > When I send mails to the mail list th

Re: Archiving inbound/outbound for specific mail users or domain

2013-05-29 Thread Stan Hoeppner
On 5/29/2013 12:18 PM, David Bauman wrote: > Greetings, > > I have seen lots of information on how to archive 'all' inbound/outbound > email to a postfix server, but I am confused on how to configure postfix to > archive inbound/outbound for specific mail users, or worst case a whole > domain.

Re: Virtual User Aliases

2013-05-29 Thread Jeroen Geilman
On 05/29/2013 11:26 AM, Simon B wrote: On 28 May 2013 20:35, Viktor Dukhovni wrote: On Tue, May 28, 2013 at 08:22:56PM +0200, Simon B wrote: On 28 May 2013 19:34, "Viktor Dukhovni" wrote: On Tue, May 28, 2013 at 07:25:02PM +0200, Simon B wrote: On 28 May 2013 18:33, Benny Pedersen wrote:

Archiving inbound/outbound for specific mail users or domain

2013-05-29 Thread David Bauman
Greetings, I have seen lots of information on how to archive 'all' inbound/outbound email to a postfix server, but I am confused on how to configure postfix to archive inbound/outbound for specific mail users, or worst case a whole domain. I host several domains on the server, so archiving all

Re: How can I restrict some specific users from sending email to external domains?

2013-05-29 Thread Viktor Dukhovni
On Wed, May 29, 2013 at 10:14:28AM +0300, Bogdan Enache wrote: > My "smtpd_sender_restrictions" looks like this: > > smtpd_sender_restrictions = > permit_mynetworks, > permit_sasl_authenticated, > reject_sender_login_mismatch > > so where will I put the rule? Is "permit_a

Re: Relay attempts from bot filling mail queue and getting my server blacklisted: how's it happening?

2013-05-29 Thread Ben Johnson
On 5/28/2013 1:38 PM, Wietse Venema wrote: > Viktor Dukhovni: >> On Tue, May 28, 2013 at 01:18:25PM -0400, Wietse Venema wrote: >> >>> I strongly suggest that you swap the order of the following >>> two rules in main.cf: >>> >>> check_recipient_access mysql:/etc/postfix/mysql-virtual_recipien

Re: Virtual User Aliases

2013-05-29 Thread Viktor Dukhovni
On Wed, May 29, 2013 at 11:26:53AM +0200, Simon B wrote: > > At the very least run "postfix reload", or even "stop/start" perhaps > > master.cf does not match run-time reality. You can also briefly > > run "cleanup -v" to see what cleanup is doing with rewriting and what > > flags it receives fro

Re: Timeouts sending to a particular server

2013-05-29 Thread Wietse Venema
Nikolaos Milas: > May 28 13:18:49 vmail postfix/smtp[11108]: 8D9DD6E655A: > to=, relay=mail.cospico.gr[62.38.156.203]:25, > delay=204, delays=24/0.006/0.51/180, dsn=4.4.2, status=deferred > (conversation with mail.cospico.gr[62.38.156.203] timed out while > sending message body) > ... > May 29

Timeouts sending to a particular server

2013-05-29 Thread Nikolaos Milas
Hello, We are running Postfix 2.9.1 which is attempting to send email to the following server: 220 mail.cospico.gr Microsoft ESMTP MAIL Service, Version: 6.0.3790.4675 ready at Wed, 29 May 2013 13:30:22 +0300 ehlo myname.noa.gr 250-mail.cospico.gr Hello [192.168.1.5] 250-TURN 250-SIZE 250-

Re: Virtual User Aliases

2013-05-29 Thread Simon B
On 28 May 2013 20:35, Viktor Dukhovni wrote: > On Tue, May 28, 2013 at 08:22:56PM +0200, Simon B wrote: > >> On 28 May 2013 19:34, "Viktor Dukhovni" wrote: >> > >> > On Tue, May 28, 2013 at 07:25:02PM +0200, Simon B wrote: >> > >> > > On 28 May 2013 18:33, Benny Pedersen wrote: >> > > > Simon B

Re: How can I restrict some specific users from sending email to external domains?

2013-05-29 Thread Bogdan Enache
Pe 28.05.2013 20:21, Viktor Dukhovni a scris: > On Tue, May 28, 2013 at 07:09:43PM +0200, Chris wrote: > >>> The check_sender_access restriction below triggers the lookup to catch the >>> sender: >>> >>> smtpd_recipient_restrictions = >>> ... >>> check_sender_access hash:/etc/postf

Re: sent mail to the mail list which contains myself

2013-05-29 Thread Bu Xiaobing
On 2013-5-29 13:24, Stan Hoeppner wrote: On 5/28/2013 9:11 PM, Bu Xiaobing wrote: On 2013-5-28 16:12, li...@kurawa.fidonet.or.id wrote: On Tue, 28 May 2013 16:04:09 +0800 Bu Xiaobing wrote: When I send mails to the mail list that contains myself, I will received the mail. Is there any way t