Displaying 20 results from an estimated 500 matches similar to: "Deliverm, vpopmail, and valias"
2006 Jan 20
1
dovecot-lda and vpopmail
I'm setting up a new box with Dovecot 1.0 beta1 and vpopmail. Normal
operations works like a charm, i.e. vpopmail virtual can log in
sucessfully using TLS.
However, when trying to test dovecot-lda out of CVS, it is not locating
the user:
> *** Starting dovecot-imapd service...
> dovecot: Info: Dovecot v1.0.beta1 starting up
> dovecot: Info: auth(default): master in: USER 1
2006 Sep 25
1
sieve problem unresolved
hello,
I follow your suggestions :
_cyrus timsieved installed on the two LDA server
_the sieve script stored in the /var/home (which is the virtual home
directory) and in /var/mail/user/ for testing purposes
But nothing happened when the user receive a email. Below the sieve script.
Regards
####################################################
# This script has been automatically generated by
2005 Sep 11
0
Minor patch for vpopmail support
It doesn't seem like this code path has been tested recently, since it fails to
compile without the following patch (works fine with it):
--- src/auth/userdb-vpopmail.c 7 Aug 2005 11:41:19 -0000 1.17
+++ src/auth/userdb-vpopmail.c 11 Sep 2005 11:57:42 -0000
@@ -84,7 +84,7 @@
}
}
- reply = auth_stream_reply_init();
+ reply =
2005 Mar 07
1
Upgrade to new server question
I'm vainly trying to get a new server ready to become the default mail
server. We have a SAN, so I don't need to move the mailboxes (I can
mount the same partition from both machines), but the question is what
version of dovecot to load.
I'm assuming that I cannot run both 0.99.14 and 1.00.x on the same
maildirs (the indexes differ?). However, is it safe for me to mount the
2005 Mar 09
1
Minor documentation bug with 0.99.14
The sample dovecot-example.conf contains these lines:
> # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
> # dropping root privileges, so keep the key file unreadable by anyone but
> # root. Included doc/mkcert.sh can be used to easily generate self-signed
> # certificate, just make sure to update the domains in dovecot-openssl.cnf
> #ssl_cert_file
2006 Jul 06
1
FYI: timosieved
Just a heads up for all interested in using the Dovecot LDA with SIEVE
scripting:
I've started work on a proof-of-concept managesieve daemon, since the
only one available right now is dependent on Cyrus. It appears that the
only choice available for sites not using timsieved is the Ingo
component of Horde, which is way too fat to install by itself (plus it
uses FTP for a transport,
2004 Sep 21
2
Lost messages with Mozilla and dovecot 0.99.x
I have just moved our corporate e-mail over to qmail/dovecot and am very
happy with the performance. However, I have had two reports of messages
going missing which may or may not be directly related to Dovecot.
I was able to observe this in action this morning:
1) I got the user out of their e-mail client (Mozilla 1.7.2) and forced
an email to be delivered. It showed up in Maildir/new.
2)
2009 Nov 19
1
lda deliver + vpopmail
Hi all,
I'm enjoying using dovecot deliver with qmail+vpopmail+dspam.
It works mostly fine, I like the indexing and sieve features with dovecot deliver.
I would like to get more details on trouble, the log entry is just :
"
2009-11-18_20:38:55.64778 delivery 50833: deferral:
"
As you see, there no reason for the deferral. How can I make deliver more verbose ?
I also have a
2002 Jul 31
0
Re: [sqwebmail] vpopmail+mysql and sqwebmail authentication problems]
Dave Hall wrote:
> THanks for the ideas. I haven't heard from anyone else yet, and hope
that
> someone on this list has done this before. I have tried multiple options
> without any luck, and have a tough time understanding what else to
try based
> on the provided INSTALL documentation.
>
> Thanks
> Dave
>
>
>>-----Original Message-----
2006 Jan 12
2
Auth protocol and Perl
Hi,
does anyone have at working Perl example of how to use the auth protocol
with Perl (I'm planing on making a dovecot auth plugin for qpsmtpd but
it would a lot easier to reuse somebody elses code :))
tia,
--
Allan Joergensen - http://nowhere.dk/
"All right, so it's impossible. How long will it take?"
-------------- next part --------------
A non-text attachment was
2011 Apr 25
1
dovecot lda aliases doesn't work
Hi,
I am trying to use dovecot as lda.
I have put this line in my .qmail-default file:
#|/var/qmail/bin/preline -f /usr/local/libexec/dovecot/dovecot-lda -d
$EXT@$USER
It is working correct with real addresses but couldn't find forwarding
addresses.
This is my /usr/local/etc/dovecot-sql.conf:
driver = mysql
connect = host=localhost user=vpopmailuser password=vpopmailpassword
2009 Jul 01
4
dovecot lda and postfix
I do not know if this is a help request to solve a problem but
to understand what is going on. I am going to start with the problem
description as I see it and we will go from there.
I have postfix setup to use dovecot for tls/sasl in addition to its
normal imap/pop3 functions. Postfix is also setup to do virtual
domains, getting its information from the files valias, vmaps, and
vhosts which are
2007 Aug 19
1
Dovecot on different server than MTA
Hi,
I'm setting up our new mail system using dovecot as mailbox server. As
our goal is to have many many small redundant (virtual) servers as
components, for example a mailhub (just relaying mail) and a frontend
smtp server (just accepting or denying mail in the first place and
then forwarding it to the mailhub), etc. I want to run Dovecot on a
different server than the main MTAs. The mailbox
2011 Nov 05
1
Newbie Question/Feature Request
Hi,
I'm working on a plugin for qpsmtpd (a perl smtp frontend) that delivers mail via dovecot's LDA. I can only get mail delivered by writing the email to file, then calling 'deliver -d someone -f someone-else < /path/to/temp/email' All good, expected behavior. A perl snippet:
local $/=undef;
open FH, "< ./demo.mail";
my $stringified = <FH>;
# this is
2011 Feb 22
1
problems making a daily backup via rsync.
Hi there:
I'm doing a backup of some of my machines via rsync, and I have the next problem:
------------------
[Tue Feb 22 02:51:13 CET 2011] /usr/bin/rsync -az --delete --numeric-ids --relative --delete-excluded --rsh=/usr/bin/ssh root at server1:/var/spool/exim /data/backups/server1
[Tue Feb 22 02:51:28 CET 2011] /usr/bin/rsync -az --delete --numeric-ids --relative --delete-excluded
2007 Feb 19
1
Replacing qmail + vpopmail with: sendmail + dovecot
Hi,
I wonder if it posible to replace qmail + vpopmail with sendmail + dovecot?
The idea is like this:
- use sendmail + milter API to filter spam/virus and deliver the email to
the dovevot MDA (LDA)
- dovecot should save the email to the directory as specified in the
vpopmail DB
- maintain the vpopmail BD (users + passwd)
- use dovecot pop3/imap for the clients
- use sendmail again to receive
2006 Jan 09
1
new 1.0 config and vpopmail
does anybody have a working config they can send me .. I just cannot
seem to get this working.
alternativly how can I set the debug so I can see where my config is
wrong ?
thanks
Henti
2011 Feb 25
1
The problems with rsync continues. (code 255)
Hi there:
As I posted a few days ago I have problems rsyncing two machines. I will add more logs to this e-mail hoping someone could help me.
I'm doing a daily backup calling a shell script from cron as root.
This is the log of the shell script:
------------------------------------- 8< ----------------------- 8< --------------------
[Fri Feb 25 05:21:05 CET 2011] /usr/bin/rsync -az
2005 Dec 27
2
postfix, dovecot, sasl deliver error
Hi,
I am receiving an error when trying to send mail. I am using FreeBSD 6
and dovecot 1.0.alpha5 and postfix 2.3-20051223 which includes the
dovecot sasl patch.
I am getting:
Dec 26 17:26:45 example postfix/pipe[612]: DC90D5C30:
to=<tep@example.com>, relay=dovecot, delay=14, delays=14/0.05/0/0.08,
dsn=4.3.0, status=deferred (temporary failure. Command output: Error:
2012 Jan 03
3
Newbie: LDA Isn't Logging
Hi,
I'm a newbie having some trouble getting deliver to log anything. Related to this, there are no return values unless the -d is missing. I'm using LDAP to store virtual domain and user account information.
Test #1: /usr/lib/dovecot/deliver -e -f mpapet at yahoo.com -d zed at mailswansong.dom < bad.mail
Expected result: supposed to fail, there's no zed account via ldap lookup