Displaying 20 results from an estimated 700 matches similar to: "Relay-Ctrl, error message"
2007 Feb 28
1
relay-ctrl works
In case anyone still cares, relay-ctrl works with Dovecot. Dovecot's
end of the bargain requires a dirty little script to set TCPREMOTEIP
based on the arguments passed from imap-login:
#!/bin/sh
TCPREMOTEIP=`echo "$@" | sed -e 's|.* ||' -e 's|]$||'`
export TCPREMOTEIP
exec "$@"
And this (long) line in dovecot.conf:
mail_executable: envdir
2012 Dec 19
2
environment variables not set
hi, all!
I try to use relay-ctrl with dovecot's imap, but with no luck. I think
that the problem is with environment variables. Here are some information:
dovecot --version
2.1.12
dovecot -n
# 2.1.12: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 3.2.29-smp i686 Slackware 14.0
auth_mechanisms = plain login
debug_log_path = /var/log/dovecot-debug.log
disable_plaintext_auth = no
2009 Aug 13
3
Upgrade question from 1.1 to 1.2
Good afternoon,
I am considering to upgrade from Dovecot 1.1.18 to 1.2.x and was reading
your Wiki regarding any changes and found: "If you were using e.g.
mail_location = maildir:/var/mail/%h, just change it to mail_location =
maildir:%h and add /var/mail/ prefix to home dirs."
I am currently using: "mail_location = maildir:~/Maildir" in combination
with vpopmail. Does
2008 Nov 27
3
UIDL question
Hi all,
I'm migrating a Postfix + Dovecot 1.0 server with mboxes to Qmail + Dovecot
1.4 with Maildirs and encounter the following the problem.
Using perfect-maildir.pl from: http://perfectmaildir.home-dn.net/ i can
relatively succesfully convert the mbox to a Maildir. The problem, however
is that clients with "leave mail on server" set to on retrieve all email a
2nd time.
I
2009 Aug 15
2
Dovecot LDA
Good morning,
Still not having luck to get the LDA to work, using Qmail + Vpopmail and read the wiki. I'm using:
auth default {
mechanisms = plain
passdb vpopmail {
}
userdb vpopmail {
}
user = vpopmail
count = 1
ssl_require_client_cert = no
}
Which work well for authenticating users, however when using the following in a .qmail file:
|/var/qmail/bin/preline -f
2012 Mar 12
0
Dovecot LDA breaking .qmail forwarding?
Good morning all,
I've a problem, I'm using the Dovecot LDA in my .qmail file:
|/var/qmail/bin/preline -f /usr/local/libexec/dovecot/deliver -d $EXT@$USER
However when I add a forward, such as:
|/var/qmail/bin/preline -f /usr/local/libexec/dovecot/deliver -d $EXT@$USER
<mailto:&wouter at vdschagt.com> &wouter at vdschagt.com
The mail isn't forwarded
2010 Jul 06
1
Multiple authentication backends
Good morning,
I have a question. Currently we are using Dovecot to handle our pop3, pop3s, imap and imaps connections. Our virtual domain management backend is vpopmail. Which works beautifully. Our current setup requires users to login with their email address and password (user at domain).
We are now looking at migrating another server to our environment where users are logging in with their
2005 Nov 28
5
Pop-before-smtp and MySQL?
Hi,
I found that dovecot have many nice features.
Now I write because I'm tring to setup the dovecot server, I would
substitute a qpopper daemon (patched for mysql authentication)
The problem I find is to set up the pop-before-smtp using sql (mysq) as
written in http://wiki.dovecot.org/moin.cgi/PopBSMTPAndDovecot
(Waiting for post_login ;-)
I would use the script popbsmtp.sh and not a perl
2011 Dec 12
2
Prevent re-download mails
Hi,
today we have a problem our mail server about user accounts. (something
about prefetch) anyway i corrected, but some clients re-download emails
again.
how can i stop this .I've read about some forums about UIDVALIDITY ?
is it posibble prevent clients redownload emails with pop3 ?
thanks in advance.
--
Sel?uk YAZAR
2003 Jun 17
2
starting with daemontools
Hi all,
I want to start dovecot through DJBs Daemontools-supervise, is there a
configuration option that lets dovecot stay in foreground?
best regards,
Jens
2005 Dec 07
2
"pop before smtp" dovecot.conf
Bonjour a Tous,
I would like to generate (on the fly) a list "popbeforesmtp"
when dovecot POP/IMAP authentication succeed.
Intended Format will/should be such as:
'timestamp_in_second' user_id remote_ip
one user per line.
My guess we have all the needed information within dovecot
to make such list.
But I have seen no way to 'trick' dovecot (dovecot-1.0.alpha3)
2008 May 25
4
inetd & corrupt environment
Hello. I'm having the following problem with dovecot 1.0.12 and above,
on a FreeBSD 7.0 system - I'm trying to run pop3-login from inetd and I
keep getting this error after authentication:
May 25 09:46:19 charlie dovecot: POP3(gelu): /libexec/ld-elf.so.1:
environment corrupt; missing value for no-nuls oe-ns-eoh
The problem persists if I uncomment the lines with no-nuls oe-ns-eoh in
2004 Jan 08
2
POP Before SMTP for Sendmail
Does anyone have a patch or information resource on implementing POP
before SMTP with sendmail and DoveCot?
I implemented it using a qpopper patch before we swiched to DoveCot for
Maildirs. We have been using DoveCot for almost a year now and love it
better than any other IMAP or POP3 server.
Thanks for the info,
Doug Eubanks
SIMflex Internet Support
support at simflex.com
SIMflex Telephone
2008 Oct 01
8
Mongrel_Cluster unable to access OCI8 library
Hi,
I''m able to run a ROR application in a Red Hat Enterprise Linux 4.4
environment, as long as I start my mongrel_cluster via the command line:
[chris at localhost ~]$ mongrel_cluster_ctl start
I take a look at the two mongrel_rails processes that were just created:
[chris at localhost log]$ ps -ef | grep mongrel
chris 4781 1 5 05:55 ? 00:00:02 /usr/local/bin/ruby
2011 Nov 15
3
getenv() in plugin not working
Hi - new to the list, can't find much on this using google.
I'm trying to setup the dovecot DRAC plugin as described here:
http://wiki.dovecot.org/HowTo/PopBSMTPAndDovecot#DRAC
DRAC is installed and running using this startup command:
/usr/local/sbin/rpc.dracd -i -e 5 /etc/postfix/dracd.db
I downloaded the drac.c file linked on the above URL: http://www.dovecot.org/patches/1.1/drac.c
2009 Aug 05
0
Deliver LDA versus vdelivermail
Good morning all,
I have a question. Due to my interest in the Sieve plug-in. I'm considering to change the LDA on my production servers from 'vdelivermail' from vpopmail to 'deliver' from Dovecot. However I'm not sure how to go about doing this or whether there are any conversion issues that I should be aware of.
Currently my /var/qmail/control/defaultdelivery is set to
2005 Aug 30
2
dovecot/pop-before-smtp
Hi,
This is off-topic I know, but if anyone has any suggestions, I'd appreciate
it. I'm running postfix 2.2.x, dovecot 0.99, and it's working great, I
wanted pop-before-smtp functionality, so I fired up the suggested perl
daemon in the dovecot docs.. This seems to work, I ran tests, it was picking
up the ip's, putting them in the .db file, and postfix was able to read
them.
2013 May 09
1
equivalent way to iterate through a hash
If I have something like this in my node file:
daemontools_service::setup {
''carbon-cache'':
service_name => ''carbon-cache'',
....
extra_envs => {
"GRAPHITE_STORAGE_DIR" => "/mnt/statsd-data/graphite-storage"
"SOMETHING_ELSE" =>
2009 Jul 29
4
Some people asked me lately about how professional Dovecot is.
I purely love that kind of crap. As if presentations meant anything, as
if there aren't all kinds of scholarly work about theoretical perfect
world algorithms and conceptual systems that will never be implemented
and are as practical and effective as wings on a pig. Please.
I'm reminded of the story about how, during the American Civil War, when
the North had finally, after years of
2006 Jul 09
2
New User: POP3 issues
Fellow dovecot'ers,
I'm just getting started with Dovecot, and I'm not a programmer, so please be
gentle. ;-)
THE PLATFORM: NetBSD 3.0/SPARC, Postfix 2.3-RC8, current Dovecot RC (I
forgot the number). Maildir-type directories.
THE GOAL: To accommodate authenticated (remote) POP3 users with APOP or
SSL/TLS, and allow users on the internal network (192.168.x.x) to just use basic