Displaying 20 results from an estimated 6000 matches similar to: "how to run dovecot imap on separate server from postfix?"
2015 Feb 17
2
how to run dovecot imap on separate server from postfix?
Hello Reindl, thank you for the response.
I want to make sure that the postfix delivery does not give up trying to
get the email delivered when the lmtp host is not reachable. I do not
just want to assume that the default settings are correct for us.
Are there postfix or other settings which can be checked and adjusted?
On Tue, Feb 17, 2015 at 4:37 PM, Reindl Harald <h.reindl at
2015 Feb 17
2
how to run dovecot imap on separate server from postfix?
Hello again Reindl Harald
I always thought Wietse Venema was only as smart as me ;-)
seriously thank you for the help.
On Tue, Feb 17, 2015 at 4:57 PM, Reindl Harald <h.reindl at thelounge.net>
wrote:
>
> Am 17.02.2015 um 22:51 schrieb Robert Fantini:
>
>> I want to make sure that the postfix delivery does not give up trying to
>> get the email delivered when the
2015 Feb 18
0
how to run dovecot imap on separate server from postfix?
I'm trying to figure out the exact line to put to /etc/postfix/main.cf
for local lmtp deliver we use:
mailbox_transport = *lmtp:unix:private/dovecot-lmtp*
for remote it is supposed to be:* lmtp:host:port*
yet at the remote lmtp does not use ports. UNIX domain sockets are used
instead:
netstat --listening --programs| grep lmtp
unix 2 [ ACC ] STREAM LISTENING 8457
2015 Feb 18
2
how to run dovecot imap on separate server from postfix?
Am 18.02.2015 um 18:15 schrieb Robert Fantini:
> I'm trying to figure out the exact line to put to /etc/postfix/main.cf
>
> for local lmtp deliver we use:
> mailbox_transport = *lmtp:unix:private/dovecot-lmtp*
>
> for remote it is supposed to be:* lmtp:host:port*
>
> yet at the remote lmtp does not use ports. UNIX domain sockets are used
> instead
so just
2015 Feb 18
1
how to run dovecot imap on separate server from postfix?
OK I got delivery from postfix to lmtp working ,
by changing from unix_listener to inet_listener .
Reindl wrote "don't open the port for any other machine as the postfix
server"
I see that is important.. I assume that just a firewall setting? Or
does the 'address' line in inet_listener lmtp have something to do with
it?
On Wed, Feb 18, 2015 at 12:37 PM,
2015 Feb 17
0
how to run dovecot imap on separate server from postfix?
Am 17.02.2015 um 22:51 schrieb Robert Fantini:
> I want to make sure that the postfix delivery does not give up trying to
> get the email delivered when the lmtp host is not reachable. I do not
> just want to assume that the default settings are correct for us.
>
> Are there postfix or other settings which can be checked and adjusted?
postfix was *not* written by a moron and
2015 Feb 17
0
how to run dovecot imap on separate server from postfix?
Am 17.02.2015 um 22:29 schrieb Robert Fantini:
> we are using version 2.2.13 on debian.
>
> currently imap runs on the same system as postfix , spamassassin and
> other mail related software.
>
> I'd like to move dovecot imapd and mail storage to its own system.
>
> I've search google and wiki and could not see how to do so.
>
> could someone
2015 Feb 18
0
how to run dovecot imap on separate server from postfix?
Am 18.02.2015 um 18:20 schrieb Reindl Harald:
>
> Am 18.02.2015 um 18:15 schrieb Robert Fantini:
>> I'm trying to figure out the exact line to put to /etc/postfix/main.cf
>>
>> for local lmtp deliver we use:
>> mailbox_transport = *lmtp:unix:private/dovecot-lmtp*
>>
>> for remote it is supposed to be:* lmtp:host:port*
>>
>> yet at the
2015 Jan 23
2
sieve filter not working
HI,
> You could set
>
> syslog_facility = local5
>
> and have all the log messages in the messages file.
According to the output of command
# doveadm log find
every type of message goes to the file I was looking at, "/var/spool/maillog".
>> So, is it postfix doing the local mail delivery, not dovecot?
>>
> To answer this question please post relevant
2008 Apr 02
2
Lmtp between hosts? (postfix/dovecot/ldap)
I have 2 hosts:
(a)
- dovecot-1.0.5-6
- postfix-2.4.5-20
-> It's not the mx record for the domain, just holds the mailboxes
-> Postfix uses LDAP for user lookup, dovecot too.
-> Works ok if I set it to be the final mail destination, with Cyrus and Dovecot LDA (mailbox_transport).
-> Has no domain associated (dns) with this ip address
(b)
- postfix-2.3.2-28
-> Has the mx record
2014 Aug 09
2
postfix-dovecot Auth USER lookup failed
I'm running postfix + dovecot on my CentOS-7 home server.
When I send myself a message I get this error message in /var/log/maillog:
Aug 9 12:59:57 alfred postfix/lmtp[31336]: B0D02220748:
to=<tim at localhost.gayleard.eu>, orig_to=<tim at localhost>,
relay=alfred.gayleard.eu[private/dovecot-lmtp],
delay=475, delays=474/0.03/0.02/0.09, dsn=4.3.0,
status=deferred
2010 Jul 03
1
dovecot created mailbox empty - all mail forwarded to main MX server and cyrus-dovecot conflict
Hi all
after lots of trial and error and the help of THIS mail list, finally my
dovecot-postfix combination seems to work
yet
the dovecot mail spool always is empty
all mail forwarded to my main mail server - but i have no mail relay
configured.
why is the mail NOT in the dovecot inbox but forwarded to another mail
server ??
and why does postconf -A show cyrus and NOT dovecot ??
below some
2009 Apr 17
3
Setup Question
I really want to try and get this plus addressing working correctly with
Dovecot and Postfix. After doing some reading I think I am going to
change my Postfix setup from mailbox_command to mailbox_transport. I
have a few questions to make sure I am thinking correctly. All of my
users are system users. Their mail is delivered directly to their
"/home/<user>/Maildir"
2009 May 18
5
LDA and postfix with recipient delimiter: documentation
Just a comment about the documentation for postfix integration when
using receipient delimiter and delivery of user+foo at domain.ext to
user at domain:
http://wiki.dovecot.org/LDA/Postfix
I had some issues to get this working, so thought I'd share my
experience. Dovecot version 1.2.rc3. Postfix version
postfix-2.7-20090511.
I have no local (unix) mailboxes, everything is delivered to
2017 Aug 22
2
LMTP and Postfix
I am setting up a new system that will be using Dovecot with Postifx. I am
planning on using LMTP. I read the wiki and and found the
settings I need to make in Dovecot and the Postfix main.cf file. However, I
saw nothing about the Postfix master.cf file. Do I need to make and changes to
it also?
Thanks
--
Jerry
2012 Jun 02
1
postfix+dovecat: virtual domains with imap+lmtp
Hi to all,
I have tryed a few days to configure postfix/dovecot to run into a VPS
machine (CentOs)
-->The machine has 2 domains (but more in the future)
-->i want info at mail.domain1.com and info at mail.domain2.com to be
seperated mailboxes
-->i want to use lmtp protocol to connect dovecot with postfix
-->It will be perfect if i can use the system users for authentication
2008 Dec 10
3
dovecot howto?
Hi,
is there a *simple* HOWTO that explains a simple postfix+dovecot setup? Up
to now, I used postfix+cyrus, worked fine. But I do not get postfix+dovecot
to work. Currently, all emails go to /dev/null.
What really would help me is a dovecot lmtp server. Is there any?
Regards
Olaf
postfix main.cf:
# -- delivery options
#
local_recipient_maps =
virtual_alias_maps =
2015 Mar 31
2
multiple imap servers for high availability
Hello,
We run imap for our domain at our lan.
I'd like to set up a backup mirror that has imap storage always
duplicated. Then using something like heartbeat to share the imapd IP
address .
Could someone point me to documents , if any , that give ideas on how to
set up the mirror?
best regards, Rob
2007 Sep 11
2
postfix + dspam + dovecot problem
Hi All,
I'm new to dovecot (coming from cyrus) and have a bit of a problem
setting up postfix + dspam + dovecot.
1. postfix + dovecot: works like a charm.
Using "mailbox_command = /usr/lib/dovecot/deliver"
in postfix main.cf
2. adding dspam to the equation: unable to deliver:
net_connect(/usr/var/run/dovecot/auth-master) failed:
No such file or directory
Using
2013 Jul 26
7
LDA vs. LMTP
Hi there,
I'm using Dovecot together with Postfix; as I understand it, there are two ways to transfer the mail from Postfix to Dovecot.
1.) by using LDA with mailbox_command = /usr/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT"
2.) by using LMTP with mailbox_transport = lmtp:unix:private/dovecot-lmtp
(currently using number 1)
I'm interessted in the