postfix and dovecot for mailbox quota

2022-11-08 Thread Linux Guy
dear list, Both postfix and dovecot can set the limits for mailbox quota. So what are their special uses? Thanks

Re: auth between postfix and dovecot?

2022-04-23 Thread alice
thanks for clarify victor. Viktor Dukhovni wrote: Not for LMTP delivery to the user's mailbox.

Re: auth between postfix and dovecot?

2022-04-23 Thread Viktor Dukhovni
On Sat, Apr 23, 2022 at 12:35:06PM +0800, ミユナ (alice) wrote: > service lmtp { > unix_listener /var/spool/postfix/private/dovecot-lmtp { > mode = 0600 > user = postfix > group = postfix > } This supports message delivery from Postfix to dovecot via LMTP. > unix_listener

Re: auth between postfix and dovecot?

2022-04-23 Thread postfix
> On 04-23-2022 12:35 am, ミユナ wrote: > when postfix talks to dovecot, does it require user's username/password for > authentication? or this communication just goes without > authentication? I have to do a little guessing on what you mean. When postfix talks to dovecot? To do what? Deliver an ema

auth between postfix and dovecot?

2022-04-22 Thread alice
hello experts, I have installed postfix and dovecot in the same machine. Their configure looks as: service lmtp { unix_listener /var/spool/postfix/private/dovecot-lmtp { mode = 0600 user = postfix group = postfix } unix_listener /var/spool/postfix/private/auth { mode

Re: Virtual users with postfix and dovecot

2022-01-13 Thread Phil Biggs
Just a follow-up to correct a couple of things in case anyone is reading this in future: main.cf includes: # Route inbound for valid recipients to dovecot virtual_transport = lmtp:unix:/var/spool/postfix/private/dovecot-lmtp lmtp_use_tls = no virtual_mailbox_domains = pjb.cc

Re: Virtual users with postfix and dovecot

2022-01-11 Thread Phil Biggs
Wednesday, January 12, 2022, 5:10:05 PM, Viktor Dukhovni wrote: > On Wed, Jan 12, 2022 at 05:03:35PM +1100, Phil Biggs wrote: >> Yes, I did have the content of two files mixed up. Apologies for that. >> >> vmailbox contains: >> @pjb.cc all > You can leave $virtual_mailbox_maps empty, since you

Re: Virtual users with postfix and dovecot

2022-01-11 Thread Viktor Dukhovni
On Wed, Jan 12, 2022 at 05:03:35PM +1100, Phil Biggs wrote: > Yes, I did have the content of two files mixed up. Apologies for that. > > vmailbox contains: > @pjb.cc all You can leave $virtual_mailbox_maps empty, since your virtual_alias_maps table suffices for recipient validation. But you can

Re: Virtual users with postfix and dovecot

2022-01-11 Thread Phil Biggs
Wednesday, January 12, 2022, 11:53:39 AM, Viktor Dukhovni wrote: > On Wed, Jan 12, 2022 at 11:09:02AM +1100, Phil Biggs wrote: >> Here's what I have so far. >> >> main.cf includes: >> >> # Route inbound for valid recipients to dovecot >> virtual_transport = lmtp:unix:/var/spool/postfix/private

Re: Virtual users with postfix and dovecot

2022-01-11 Thread Viktor Dukhovni
On Wed, Jan 12, 2022 at 04:51:41PM +1100, raf wrote: > The other main difference is that I have the large number of address > in /etc/postfix/virtual pointing to a small number of entries in > /etc/postfix/virtual_mailbox_maps. So the addresses go in virtual, and > the accounts go in vmailbox. Tha

Re: Virtual users with postfix and dovecot

2022-01-11 Thread raf
On Wed, Jan 12, 2022 at 11:09:02AM +1100, Phil Biggs wrote: > Hello all, > > I have a lot of email addresses of the form mbYYMMDD@ (just like the one I'm > sending from here). They're unique to a specific site/purpose and have > accumulated over nearly 20 years. > > My current windows-based

Re: Virtual users with postfix and dovecot

2022-01-11 Thread Viktor Dukhovni
On Wed, Jan 12, 2022 at 11:09:02AM +1100, Phil Biggs wrote: > Here's what I have so far. > > main.cf includes: > > # Route inbound for valid recipients to dovecot > virtual_transport = lmtp:unix:/var/spool/postfix/private/dovecot-lmtp > virtual_mailbox_maps = hash:/usr/local/etc/postfix/vmailbox

Virtual users with postfix and dovecot

2022-01-11 Thread Phil Biggs
Hello all, I have a lot of email addresses of the form mbYYMMDD@ (just like the one I'm sending from here). They're unique to a specific site/purpose and have accumulated over nearly 20 years. My current windows-based MSA allows the MUA user "ml-postfix-users" to login and receive emails usin

Guide on Renewing SSL Certificate for Apache, Postfix and Dovecot on CentOS 6.8 Linux

2020-11-12 Thread Turritopsis Dohrnii Teo En Ming
Guide on Renewing SSL Certificate for Apache, Postfix and Dovecot on CentOS 6.8 Linux = Author: Mr. Turritopsis Dohrnii Teo En Ming (TARGETED INDIVIDUAL) Country: Singapore Date: 12 November 2020 Thursday

Re: trouble with multiple-instance postfix and dovecot

2019-09-21 Thread feier8097
thanks,I'll try. -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html

Re: trouble with multiple-instance postfix and dovecot

2019-09-21 Thread feier8097
ok,thanks -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html

Re: trouble with multiple-instance postfix and dovecot

2019-09-21 Thread Wietse Venema
Viktor Dukhovni: > > On Sep 20, 2019, at 9:05 PM, feier8097 wrote: > > > > I recently had trouble with building a multi-instance postfix. The target > > environment is a multi-IP server. I need to install the dovecot feature on > > the multi-instance postfix, but now I only know how to use the de

Re: trouble with multiple-instance postfix and dovecot

2019-09-20 Thread Viktor Dukhovni
> On Sep 20, 2019, at 9:05 PM, feier8097 wrote: > > I recently had trouble with building a multi-instance postfix. The target > environment is a multi-IP server. I need to install the dovecot feature on > the multi-instance postfix, but now I only know how to use the default ip > address to authe

trouble with multiple-instance postfix and dovecot

2019-09-20 Thread feier8097
Hello. I recently had trouble with building a multi-instance postfix. The target environment is a multi-IP server. I need to install the dovecot feature on the multi-instance postfix, but now I only know how to use the default ip address to authenticate with smtp, but I don't know how to add smtp a

Re: Weird behavior with postfix and dovecot-lmtp

2019-08-11 Thread Coy Hile
On 2019-08-11 12:39, Coy Hile wrote: For posterity's sake, this was a misconfiguration in postfix. virtual_mailbox_domains = pgsql:/opt/local/etc/postfix/postfix_virtual_domains.cf Turns out this was an error in that query. I'd missed a term, so that returned something (which implies "this do

Re: Weird behavior with postfix and dovecot-lmtp

2019-08-11 Thread Viktor Dukhovni
On Sun, Aug 11, 2019 at 12:39:40PM -0400, Coy Hile wrote: > canonical_maps = hash:/opt/local/etc/postfix/canonical What does this do? > recipient_canonical_maps = hash:/opt/local/etc/postfix/recipient_canonical > sender_canonical_maps = hash:/opt/local/etc/postfix/sender_canonical This is rarel

Weird behavior with postfix and dovecot-lmtp

2019-08-11 Thread Coy Hile
Hi all, I’ve posed this question to the dovecot mailing list as well, but I’m asking here also because I think this more likely something that I’ve missed or misconfigured in postfix than dovecot. Sending mail from a local address to gmail, I’d expect it to be forwarded through the configured

Re: Postfix and dovecot High avaliability

2019-04-01 Thread luckydog xf
Thank you all, guys. On Mon, Apr 1, 2019 at 2:35 PM Ángel L. Mateo wrote: > El 30/3/19 a las 22:42, Andrew Evdokimov escribió: > > > >> 3. Anyway to store email attachment only once? i.e. someone sends an > >> email with an attachment, and this email could be forwarded to another > >> recipients

Re: Postfix and dovecot High avaliability

2019-03-31 Thread Ángel L . Mateo
El 30/3/19 a las 22:42, Andrew Evdokimov escribió: 3. Anyway to store email attachment only once? i.e. someone sends an email with an attachment, and this email could be forwarded to another recipients. Anyway to store  it only once? No way. Attachment is a part of a message body. Deduplicat

Re: Postfix and dovecot High avaliability

2019-03-30 Thread Andrew Evdokimov
Hi, luckydog xf wrote on 30.03.2019 12:05: 1. How to setup high availability  for postfix and dovect? Does common method like HAproxy or Nginx proxy apply them? I'm quite familiar with HAproxy, keepalived and Nginx, but I'm not sure whether they're applicable to postfix and do

Postfix and dovecot High avaliability

2019-03-30 Thread luckydog xf
quite familiar with HAproxy, keepalived and Nginx, but I'm not sure whether they're applicable to postfix and dovecot or not. Note: Haproxy/Nginx proxy would proxy request to one of target servers based on schedule algorithm and health status of application servers As you know, email is cr

Re: Installing LetsEncrypt For Postfix and Dovecot

2018-11-29 Thread Jim P.
On Thu, 2018-11-29 at 09:28 +0100, Matus UHLAR - fantomas wrote: > > On Wed, 2018-11-28 at 10:03 +0100, Matus UHLAR - fantomas wrote: > > > But I prefer dehydrated over bloated certbot. > > On 28.11.18 09:49, Jim P. wrote: > > This comes up enough to warrant the following questions: > > > > 1) Wh

Re: Installing LetsEncrypt For Postfix and Dovecot

2018-11-29 Thread Olivier
On 28.11.18 09:49, Jim P. wrote: >This comes up enough to warrant the following questions: > >1) What do you do about restarting services after automatic cert >renewals in the middle of a holiday weekend? (i.e. renew_hook in >/etc/letsencrypt/renewal/*.conf) Unless you are freaking sur eof what y

Re: Installing LetsEncrypt For Postfix and Dovecot

2018-11-29 Thread Matus UHLAR - fantomas
On Wed, 2018-11-28 at 10:03 +0100, Matus UHLAR - fantomas wrote: But I prefer dehydrated over bloated certbot. On 28.11.18 09:49, Jim P. wrote: This comes up enough to warrant the following questions: 1) What do you do about restarting services after automatic cert renewals in the middle of a

Re: Installing LetsEncrypt For Postfix and Dovecot

2018-11-28 Thread Jim P.
On Wed, 2018-11-28 at 12:25 -0500, Viktor Dukhovni wrote: > > On Nov 28, 2018, at 9:49 AM, Jim P. wrote: > > > > 1) What do you do about restarting services after automatic cert > > renewals in the middle of a holiday weekend?  (i.e. renew_hook in > > /etc/letsencrypt/renewal/*.conf) > > There i

Re: Installing LetsEncrypt For Postfix and Dovecot

2018-11-28 Thread Viktor Dukhovni
> On Nov 28, 2018, at 9:49 AM, Jim P. wrote: > > 1) What do you do about restarting services after automatic cert > renewals in the middle of a holiday weekend? (i.e. renew_hook in > /etc/letsencrypt/renewal/*.conf) There is no need to restart or even "reload" Postfix when certificates chang

Re: Installing LetsEncrypt For Postfix and Dovecot

2018-11-28 Thread Bill Cole
On 28 Nov 2018, at 4:03, Matus UHLAR - fantomas wrote: On 27.11.18 10:52, Asai wrote: With Mozilla recently dropping support for all Symantec certs, our security cert now throws errors on Thunderbird clients. We’d like to install certbot on Centos 6, but I’m not sure if it’s going to interfer

Re: Installing LetsEncrypt For Postfix and Dovecot

2018-11-28 Thread Jim P.
On Wed, 2018-11-28 at 10:03 +0100, Matus UHLAR - fantomas wrote: > On 27.11.18 10:52, Asai wrote: > > With Mozilla recently dropping support for all Symantec certs, our > > security > > cert now throws errors on Thunderbird clients.  We’d like to install > > certbot on Centos 6, but I’m not sure if

Re: Installing LetsEncrypt For Postfix and Dovecot

2018-11-28 Thread Admin Beckspaced
Am 28-Nov-18 um 10:03 schrieb Matus UHLAR - fantomas: On 27.11.18 10:52, Asai wrote: With Mozilla recently dropping support for all Symantec certs, our security cert now throws errors on Thunderbird clients.  We’d like to install certbot on Centos 6, but I’m not sure if it’s going to interfer

Re: Installing LetsEncrypt For Postfix and Dovecot

2018-11-28 Thread Doug Hardie
> On 28 November 2018, at 01:03, Matus UHLAR - fantomas > wrote: > > On 27.11.18 10:52, Asai wrote: >> With Mozilla recently dropping support for all Symantec certs, our security >> cert now throws errors on Thunderbird clients. We’d like to install >> certbot on Centos 6, but I’m not sure if i

Re: Installing LetsEncrypt For Postfix and Dovecot

2018-11-28 Thread Matus UHLAR - fantomas
On 27.11.18 10:52, Asai wrote: With Mozilla recently dropping support for all Symantec certs, our security cert now throws errors on Thunderbird clients. We’d like to install certbot on Centos 6, but I’m not sure if it’s going to interfere with Postfix (2.11) or Dovecot (2.2.18). Does anybody h

Re: Installing LetsEncrypt For Postfix and Dovecot

2018-11-27 Thread MichaelOF
Hi Asai, I'm using my Apache's LetsEncrypt certificates also for my Dovecot and Postfix instance. Works absolutely fine, no issue with any mail client, incl. Thunderbird. Michael Am 27. November 2018 18:52:30 MEZ schrieb Asai : >Greetings, > >With Mozilla recently dropping support for all Syma

Installing LetsEncrypt For Postfix and Dovecot

2018-11-27 Thread Asai
Greetings, With Mozilla recently dropping support for all Symantec certs, our security cert now throws errors on Thunderbird clients. We’d like to install certbot on Centos 6, but I’m not sure if it’s going to interfere with Postfix (2.11) or Dovecot (2.2.18). Does anybody have experience wit

Re: Communication between Postfix and Dovecot LDA

2017-09-18 Thread Daniel Ryšlink
Thank you very much, this is most useful. One more question, if I may - besides full mailboxes, there is also a problem with domain aliases containing non-existent mailboxes. For example, I have this definition in virtual_mailbox_domains: @prefix.domain.com@domain.com That means

Re: Communication between Postfix and Dovecot LDA

2017-09-18 Thread Christian Kivalo
On 2017-09-18 14:21, Daniel Ryšlink wrote: Hello, I am trying to solve a problem with error mails clogging my queue on a system with the following components: Incoming mail -> Postfix -> DSpam -> reinjection back to postfix queue -> Dovecot LDA The system also handles outgoing mail for non-loc

Communication between Postfix and Dovecot LDA

2017-09-18 Thread Daniel Ryšlink
Hello, I am trying to solve a problem with error mails clogging my queue on a system with the following components: Incoming mail -> Postfix -> DSpam -> reinjection back to postfix queue -> Dovecot LDA The system also handles outgoing mail for non-local users, for any mail address not foun

Re: Edit bounced message by postfix and dovecot

2013-12-03 Thread Noel Jones
-- Noel Jones > > > From: Kris Deugau [via Postfix] > [mailto:ml-node+s1071664n63521...@n5.nabble.com] > Sent: Monday, December 02, 2013 4:58 PM > To: pgala > Subject: Re: Edit bounced message by postfix and dovecot > > > > pgala wrote: > > >>

RE: Edit bounced message by postfix and dovecot

2013-12-03 Thread pgala
I need it to internal mail system which will be used by Liferay so I want hide inform about mail server. From: Kris Deugau [via Postfix] [mailto:ml-node+s1071664n63521...@n5.nabble.com] Sent: Monday, December 02, 2013 4:58 PM To: pgala Subject: Re: Edit bounced message by postfix and dovecot

Re: Edit bounced message by postfix and dovecot

2013-12-02 Thread Kris Deugau
pgala wrote: > Hi, > > I want edit default bounced message witch is bounced by Mail Delivered > System. I edit and configure bounce.cf but to my text automatically is > adding smtp transcritpion. Below example: > > "My text. > > us...@test.com: Sender address rejected: not owned by user > x..

Edit bounced message by postfix and dovecot

2013-12-02 Thread pgala
" how can i edit it? i want only "my dovecot text". -- View this message in context: http://postfix.1071664.n5.nabble.com/Edit-bounced-message-by-postfix-and-dovecot-tp63512.html Sent from the Postfix Users mailing list archive at Nabble.com.

Re: postfix and dovecot SASL

2013-05-24 Thread LuKreme
On May 24, 2013, at 7:14, Peter Skensved wrote: > smtpd_tls_auth_only = yes So, questioned answered then?

Re: postfix and dovecot SASL

2013-05-24 Thread /dev/rob0
On Fri, May 24, 2013 at 09:14:14AM -0400, Peter Skensved wrote: > >> I don't see it announcing anything about AUTH : > >> > >> Connected to localhost. > >> Escape character is '^]'. > >> 220 xxx.yyy.QueensU.CA ESMTP Postfix > >> ehlo localhost > >> 250-xxx.yyy.QueensU.CA > >> 250-PIPELINING > >> 25

Re: postfix and dovecot SASL

2013-05-24 Thread Peter Skensved
>> I've set up dovecot to provide SASL for postfix and as far as I can >> tell everything is working correctly. However, when I do a ehlo >> localhost >> I don't see it announcing anything about AUTH : >> >> Connected to localhost. >> Escape character is '^]'. >> 220 xxx.yyy.QueensU.CA ESMTP Postf

Re: postfix and dovecot SASL

2013-05-22 Thread Bill Cole
On 22 May 2013, at 13:42, Peter Skensved wrote: I've set up dovecot to provide SASL for postfix and as far as I can tell everything is working correctly. However, when I do a ehlo localhost I don't see it announcing anything about AUTH : Connected to localhost. Escape character is '^]'. 220

Re: postfix and dovecot SASL

2013-05-22 Thread Noel Jones
On 5/22/2013 12:42 PM, Peter Skensved wrote: > I've set up dovecot to provide SASL for postfix and as far as I can > tell everything is working correctly. However, when I do a ehlo localhost > I don't see it announcing anything about AUTH : > > Connected to localhost. > Escape character is '^

postfix and dovecot SASL

2013-05-22 Thread Peter Skensved
I've set up dovecot to provide SASL for postfix and as far as I can tell everything is working correctly. However, when I do a ehlo localhost I don't see it announcing anything about AUTH : Connected to localhost. Escape character is '^]'. 220 xxx.yyy.QueensU.CA ESMTP Postfix ehlo localhost 2

Re: Postfix and Dovecot missing delivery

2012-05-25 Thread jeffrey j donovan
On May 25, 2012, at 4:06 PM, Jan Meyland Andersen wrote: > Hi > > I have a problem with the delivery of mails using dovecot as a transport. > According to the logfile mails seems to be delivered but nothing ends up in > the maildir. > my main.cf is the following. > > smtpd_banner = $myhostna

Re: Postfix and Dovecot missing delivery

2012-05-25 Thread Noel Jones
[guess you missed the part about not top-posting] On 5/25/2012 4:58 PM, Jan Meyland Andersen wrote: > Hi Noel > > Thanks. Now it works perfectly. > > But how do I empty the /var/spool/mail file that was generated earlier. > > I tried to run a mb2md on it but it says it is not a mailbox. To "e

Re: Postfix and Dovecot missing delivery

2012-05-25 Thread Jan Meyland Andersen
Hi Noel Thanks. Now it works perfectly. But how do I empty the /var/spool/mail file that was generated earlier. I tried to run a mb2md on it but it says it is not a mailbox. Kind Regards Jan Andersen On Fri, May 25, 2012 at 11:38 PM, Noel Jones wrote: > On 5/25/2012 4:21 PM, Jan Meyland And

Re: Postfix and Dovecot missing delivery

2012-05-25 Thread Noel Jones
On 5/25/2012 4:21 PM, Jan Meyland Andersen wrote: > Hi Noel > > Thanks a lot. The mails was there. > > I can see a lot of info in the link supplied but still can't find out > what to do to solve this? > What do I need to change? > I want virtual domains and therefore should be able to receive mai

Re: Postfix and Dovecot missing delivery

2012-05-25 Thread Jan Meyland Andersen
Hi Noel Thanks a lot. The mails was there. I can see a lot of info in the link supplied but still can't find out what to do to solve this? What do I need to change? I want virtual domains and therefore should be able to receive mails for users without a username for the system. Kind Regards Ja

Re: Postfix and Dovecot missing delivery

2012-05-25 Thread Noel Jones
On 5/25/2012 3:06 PM, Jan Meyland Andersen wrote: > Hi > > I have a problem with the delivery of mails using dovecot as a > transport. > According to the logfile mails seems to be delivered but nothing > ends up in the maildir. > > my main.cf is the following. > > smtpd_banner =

Postfix and Dovecot missing delivery

2012-05-25 Thread Jan Meyland Andersen
Hi I have a problem with the delivery of mails using dovecot as a transport. According to the logfile mails seems to be delivered but nothing ends up in the maildir. my main.cf is the following. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no append_dot_mydomain = no readme_di

Re: Installing Postfix and Dovecot on CentOS6

2012-02-08 Thread Andre Lopes
Hi all, Thanks for the help. I've discovered that I was missing some details in SELinux (Using CentOS6) [code] wget linuxmail.info/files/rhel6/postfixdovecotsasl.te checkmodule -M -m -o postfixdovecotsasl.mod postfixdovecotsasl.te semodule_package -o postfixdovecotsasl.pp -m postfixdovecotsasl.mo

Re: Installing Postfix and Dovecot on CentOS6

2012-02-07 Thread Reindl Harald
Am 07.02.2012 22:43, schrieb Andre Lopes: > Hi all, > > Thanks for the replies, > > I'm using this tutorial for sasl configuration, > http://www.server-world.info/en/note?os=CentOS_6&p=mail&f=2 > > There is something wrong here? Better... there is something missing here? > Best Regards do not

RE: Installing Postfix and Dovecot on CentOS6

2012-02-07 Thread Dudi Goldenberg
Hi Andre, >I'm using this tutorial for sasl configuration, >http://www.server-world.info/en/note?os=CentOS_6&p=mail&f=2 > >There is something wrong here? Better... there is something missing here? I have no idea, and I do not intend to check, there are too many howtos out there. Did you try Rei

Re: Installing Postfix and Dovecot on CentOS6

2012-02-07 Thread Andre Lopes
Hi all, Thanks for the replies, I'm using this tutorial for sasl configuration, http://www.server-world.info/en/note?os=CentOS_6&p=mail&f=2 There is something wrong here? Better... there is something missing here? Best Regards, On Tue, Feb 7, 2012 at 9:30 PM, Dudi Goldenberg wrote: > Hi And

RE: Installing Postfix and Dovecot on CentOS6

2012-02-07 Thread Dudi Goldenberg
Hi Andre, >Feb 7 21:13:31 localhost postfix/smtpd[25108]: connect from >unknown[192.168.59.1] >Feb 7 21:13:31 localhost postfix/smtpd[25108]: warning: SASL: Connect to >private/auth failed: Permission denied >Feb 7 21:13:31 localhost postfix/smtpd[25108]: fatal: no SASL authentication >mecha

Re: Installing Postfix and Dovecot on CentOS6

2012-02-07 Thread Reindl Harald
your dovecot configuration is wrong "private/auth failed: Permission denied" states it clearly # configure backend for postfix sasl-auth service auth { unix_listener /var/spool/postfix/private/auth { mode = 0660 user = postfix group

Re: Installing Postfix and Dovecot on CentOS6

2012-02-07 Thread Andre Lopes
Thanks for the reply Dudi, It sovle the connection problem to the port 25, but I'm not able to send e-mails, here is the error: [code] Feb 7 21:13:31 localhost postfix/smtpd[25108]: connect from unknown[192.168.59.1] Feb 7 21:13:31 localhost postfix/smtpd[25108]: warning: SASL: Connect to priva

RE: Installing Postfix and Dovecot on CentOS6

2012-02-07 Thread Dudi Goldenberg
Hi Andre, >The 192.168.59.246 is not listen on port 25. How can I listen on port >25 with 192.168.59.246? Look for inet_interfaces in main.cf and set it to 'inet_interfaces = all', make sure that you search all of main.cf and verify that you only have one inet_interfaces line there. Another te

Re: Installing Postfix and Dovecot on CentOS6

2012-02-07 Thread Andre Lopes
Thanks for the reply, Here is my netstat, [code] [root@localhost ~]# netstat -napt Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address Stat e PID/Program name tcp0 0 0.0.0.0:110

RE: Installing Postfix and Dovecot on CentOS6

2012-02-07 Thread Dudi Goldenberg
Hi Andre, >Hi Dudi, > >Thanks for the reply. It shoes "lo", but I have hide it in the e-mail. >Some clues on what can I test to see what is blocking the port 25? Did you try 'netstat -napt' to verify that the machine is indeed listening on port 25? If not - then the logs are your next place to

Re: Installing Postfix and Dovecot on CentOS6

2012-02-07 Thread Andre Lopes
Hi Dudi, Thanks for the reply. It shoes "lo", but I have hide it in the e-mail. Some clues on what can I test to see what is blocking the port 25? Best Regards, On Tue, Feb 7, 2012 at 8:41 PM, Dudi Goldenberg wrote: >>[root@localhost andrelopes]# ifconfig >>eth0      Link encap:Ethernet  HWaddr

RE: Installing Postfix and Dovecot on CentOS6

2012-02-07 Thread Dudi Goldenberg
>[root@localhost andrelopes]# ifconfig >eth0 Link encap:Ethernet HWaddr 00:0C:29:6B:43:E2 > inet addr:192.168.59.246 Bcast:192.168.59.255 Mask:255.255.255.0 > inet6 addr: fe80::20c:29ff:fe6b:43e2/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 >

Re: Installing Postfix and Dovecot on CentOS6

2012-02-07 Thread Andre Lopes
this on a VMWare Virtual Machine Any clues on why iptables is not accepting the rule on port 25? Best Regards, On Tue, Feb 7, 2012 at 8:04 PM, Nick Bright wrote: > On 2/7/2012 1:58 PM, Andre Lopes wrote: >> >> Hi all, >> >> I have installed and configured Postfix and D

Re: Installing Postfix and Dovecot on CentOS6

2012-02-07 Thread Nick Bright
On 2/7/2012 1:58 PM, Andre Lopes wrote: Hi all, I have installed and configured Postfix and Dovecot in CentOS6, I have followed this tutorials: Postfix, http://www.server-world.info/en/note?os=CentOS_6&p=mail&f=1 Dovecot, http://www.server-world.info/en/note?os=CentOS_6&p=mail&

Installing Postfix and Dovecot on CentOS6

2012-02-07 Thread Andre Lopes
Hi all, I have installed and configured Postfix and Dovecot in CentOS6, I have followed this tutorials: Postfix, http://www.server-world.info/en/note?os=CentOS_6&p=mail&f=1 Dovecot, http://www.server-world.info/en/note?os=CentOS_6&p=mail&f=2 Dovecot is running, I can send an e

Re: Separate postfix and dovecot log

2011-08-07 Thread Benny Pedersen
On Fri, 5 Aug 2011 16:58:58 +0530, JEHERUL wrote: By default the log created by postfix and dovecot goes to /var/log/maillog. I want to take the log separately. How can I do that? I googled but nothing found like that. http://lmgtfy.com/?q=syslog+dovecot+postfix&l=1

Re: Separate postfix and dovecot log

2011-08-06 Thread Robert Schetterer
Am 06.08.2011 07:37, schrieb Stan Hoeppner: > On 8/5/2011 6:38 AM, Robert Schetterer wrote: >> Am 05.08.2011 13:31, schrieb Ralf Hildebrandt: > >>> Multiple options: >>> >>> * use a syslogd which can do filtering (syslog-ng) based on regexp >>> * or do it this way: >>> >>> main.cf: >>> syslog_faci

Re: Separate postfix and dovecot log

2011-08-05 Thread Stan Hoeppner
On 8/5/2011 6:38 AM, Robert Schetterer wrote: > Am 05.08.2011 13:31, schrieb Ralf Hildebrandt: >> Multiple options: >> >> * use a syslogd which can do filtering (syslog-ng) based on regexp >> * or do it this way: >> >> main.cf: >> syslog_facility = local4 >> >> and in syslog.conf: >> local4.*

Re: Separate postfix and dovecot log

2011-08-05 Thread Reindl Harald
Am 05.08.2011 13:28, schrieb JEHERUL: > Dear all > > By default the log created by postfix and dovecot goes to /var/log/maillog. > I want to take the log separately. > How can I do that? I googled but nothing found like that this is a dovecot question so if you searach for &

Re: Separate postfix and dovecot log

2011-08-05 Thread Simone Caruso
On 05/08/2011 13:28, JEHERUL wrote: > Dear all > > By default the log created by postfix and dovecot goes to /var/log/maillog. I > want to take the log separately. > With rsyslog u can use 'expressions' (see the docs), u can do something similar to rsyslog with syslog-

Re: Separate postfix and dovecot log

2011-08-05 Thread Ralf Hildebrandt
* Robert Schetterer : > or use seperate dovecot log file > http://wiki.dovecot.org/Logging Oh yes. My solution dates back to courier-imap, where courier-imap was not configurable at all! -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Cam

Re: Separate postfix and dovecot log

2011-08-05 Thread Robert Schetterer
Am 05.08.2011 13:31, schrieb Ralf Hildebrandt: > * JEHERUL : >> Dear all >> >> By default the log created by postfix and dovecot goes to /var/log/maillog. >> I want to take the log separately. >> >> How can I do that? I googled but nothing found like that. &g

Re: Separate postfix and dovecot log

2011-08-05 Thread Ralf Hildebrandt
* JEHERUL : > Dear all > > By default the log created by postfix and dovecot goes to /var/log/maillog. > I want to take the log separately. > > How can I do that? I googled but nothing found like that. :) Multiple options: * use a syslogd which can do filtering (syslog-n

Separate postfix and dovecot log

2011-08-05 Thread JEHERUL
Dear all By default the log created by postfix and dovecot goes to /var/log/maillog. I want to take the log separately. How can I do that? I googled but nothing found like that. -- Jeherul Islam Indian Institute of Technology Guwahati India

Re: Dovecot, Postfix and Dovecot LDA (LMTP) delivery

2011-03-07 Thread Remy Zandwijk
. I spend quite some time finding 'the' configuration for both Postfix and Dovecot, but without success. Find my current configuration below. Postfix receives the e-mail, but delivery through LMTP fails, resulting in Postfix sending an NDR. I just cannot figure out what's wro

Re: Dovecot, Postfix and Dovecot LDA (LMTP) delivery

2011-03-06 Thread Remy Zandwijk
On 06.03.2011 19:25 , Wietse Venema wrote: Nikolaos Milas: I'm asking trying to learn: Is there a benefit of using LMTP for local delivery when using Dovecot? Why not use Dovecot LDA (without using LMTP)? Better scalability, performance, and error handling than is possible with the pipe-to-com

Re: Dovecot, Postfix and Dovecot LDA (LMTP) delivery

2011-03-06 Thread Remy Zandwijk
On 06.03.2011 17:21 , Jeroen Geilman wrote: On 03/06/2011 04:57 PM, Wietse Venema wrote: Remy Zandwijk: Is there a way Postfix can be told to get rid of the domain part if mail is sent through LMTP? No. The LMTP protocol, like SMTP requires complete email addresses. Wietse Additionally,

Re: Dovecot, Postfix and Dovecot LDA (LMTP) delivery

2011-03-06 Thread Wietse Venema
Nikolaos Milas: > I'm asking trying to learn: > > Is there a benefit of using LMTP for local delivery when using Dovecot? > Why not use Dovecot LDA (without using LMTP)? Better scalability, performance, and error handling than is possible with the pipe-to-command interface. > In Postfix documen

Re: Dovecot, Postfix and Dovecot LDA (LMTP) delivery

2011-03-06 Thread Nikolaos Milas
I'm asking trying to learn: Is there a benefit of using LMTP for local delivery when using Dovecot? Why not use Dovecot LDA (without using LMTP)? In Postfix documentation, I've read about lmtp that "The advantage of this setup is that one Postfix machine can feed multiple mailbox servers ove

Re: Dovecot, Postfix and Dovecot LDA (LMTP) delivery

2011-03-06 Thread Jeroen Geilman
On 03/06/2011 04:57 PM, Wietse Venema wrote: Remy Zandwijk: Is there a way Postfix can be told to get rid of the domain part if mail is sent through LMTP? No. The LMTP protocol, like SMTP requires complete email addresses. Wietse Additionally, overriding local_transport

Re: Dovecot, Postfix and Dovecot LDA (LMTP) delivery

2011-03-06 Thread Wietse Venema
Remy Zandwijk: > Is there a way Postfix can be told to get rid of the domain part if mail is > sent through LMTP? No. The LMTP protocol, like SMTP requires complete email addresses. Wietse

Re: Dovecot, Postfix and Dovecot LDA (LMTP) delivery

2011-03-06 Thread Remy Zandwijk
. I spend quite some time finding 'the' configuration for both Postfix and Dovecot, but without success. Find my current configuration below. Postfix receives the e-mail, but delivery through LMTP fails, resulting in Postfix sending an NDR. I just cannot figure out what's wro

Dovecot, Postfix and Dovecot LDA (LMTP) delivery

2011-03-06 Thread Remy Zandwijk
, through LMTP. I spend quite some time finding 'the' configuration for both Postfix and Dovecot, but without success. Find my current configuration below. Postfix receives the e-mail, but delivery through LMTP fails, resulting in Postfix sending an NDR. I just cannot figure out what

Re: postfix and dovecot

2010-05-11 Thread Noel Jones
On 5/11/2010 1:48 PM, Phil Howard wrote: I've been exploring, both on my mail-server-to-be, and on the Dovecot mailing list, just why it is that the Dovecot deliver program is leaving the domain string empty when formulating the mail location path. The answer I'm getting now on that list is that

postfix and dovecot

2010-05-11 Thread Phil Howard
I've been exploring, both on my mail-server-to-be, and on the Dovecot mailing list, just why it is that the Dovecot deliver program is leaving the domain string empty when formulating the mail location path. The answer I'm getting now on that list is that it is a Postfix problem and that I should

Re: how quotas works with postfix and dovecot

2010-03-12 Thread Stan Hoeppner
Wilberth Pérez put forth on 3/12/2010 9:57 AM: > Hi everybody > > any one knows, how i could edit dovecot to assign user quotas ? You are asking on the wrong list. Please use: http://www.dovecot.org/cgi-bin/mailman/listinfo/dovecot mailto:dove...@dovecot.org -- Stan

how quotas works with postfix and dovecot

2010-03-12 Thread Wilberth Pérez
Hi everybody any one knows, how i could edit dovecot to assign user quotas ? I have now configured my dovecot.conf on this way: protocol imap { listen = *:143 mail_plugins = quota imap_quota } protocol pop3 { listen = *:110

Re: Postfix and Dovecot SASL

2009-11-12 Thread Eero Volotinen
days testing and walking through everything I could think about I thought figured it was better to ask :) Hope someone can point me to the right direction. My setup is that I have installed Ubuntu 9.04 (64bit), postfix and dovecot linked to a MySQL database. The services are using maildirs which are s

Postfix and Dovecot SASL

2009-11-12 Thread Rene Bakkum
rough everything I could think about I thought figured it was better to ask :) Hope someone can point me to the right direction. My setup is that I have installed Ubuntu 9.04 (64bit), postfix and dovecot linked to a MySQL database. The services are using maildirs which are stored locally (n

Re: Strange problem with postfix and dovecot sasl auth

2009-04-27 Thread Juha Pahkala
Timo Sirainen wrote: On Apr 26, 2009, at 11:58 PM, Timo Sirainen wrote: smtpd_sasl_path = private/dovecot .. I can see the private/auth socket created when dovecot starts, with postfix:postfix permissions. Also, netstat shows it: bash:# netstat -ln | grep dovecot unix 2 [ ACC ] ST

Re: Strange problem with postfix and dovecot sasl auth

2009-04-26 Thread Timo Sirainen
On Mon, 2009-04-27 at 00:08 -0400, Victor Duchovni wrote: > On Mon, Apr 27, 2009 at 12:04:50AM -0400, Timo Sirainen wrote: > > > Oh. That's actually it. Dovecot is listening on private/auth, but Postfix > > is connecting to private/dovecot. But what is listening on private/dovecot > > then? You'

Re: Strange problem with postfix and dovecot sasl auth

2009-04-26 Thread Victor Duchovni
On Mon, Apr 27, 2009 at 12:04:50AM -0400, Timo Sirainen wrote: > Oh. That's actually it. Dovecot is listening on private/auth, but Postfix > is connecting to private/dovecot. But what is listening on private/dovecot > then? You've added some kind of a "dovecot" service to master.cf? Almost cert

  1   2   >