Displaying 20 results from an estimated 95 matches for "local_parts".
Did you mean:
local_part
2005 Oct 15
1
Does anyone have SQL working in 1.03?
This just isn't working for me. I've tried everything.
Trailing the logs with debug and vebose...
we connect fine
===
Oct 15 22:51:35 rsrr1 dovecot: Killed with signal 15
Oct 15 22:51:37 rsrr1 dovecot: Dovecot v1.0.alpha3 starting up
Oct 15 22:51:38 rsrr1 dovecot: auth(default): pgsql: Connected
to vmail
===
and then we die:
===
Oct 15 23:02:07
2005 Oct 10
1
Need help with SQL queries after updating to 1.0a3
I upgraded to 1.0a3 - i have everything in the config migrated over,
but I'm unsure about the way i should be querying postgres
my db handles virtual accounts only, and is set as such:
CREATE TABLE accounts (
local_part VARCHAR(64) NOT NULL,
domain VARCHAR(64) NOT NULL,
password VARCHAR(64) NULL,
home_dir VARCHAR(256) NOT NULL,
uid INTEGER DEFAULT
2006 Feb 21
1
Custom forms and fieldWithErrors tags
Hi,
(probably) A newbie questions:
I have a form where a user can choose an email address, but there are only
some choices for the domain, so I wrote a helper where the local part of the
email is a text field and the domains is a dropdown list, like:
Select Email: [ my_name ] @ <domain.com>
..which I defined as a helper:
def email_form(tagname, domain_list)
2016 Nov 21
2
Exim still accepting emails to nonexistent users
...n"
allow_fail
allow_defer
hide data = CHECK_VIRTUAL_ALIASES
user = vmail
group = mail
local_user:
debug_print = "R: local_user for $local_part@$domain"
driver = accept
domains = +local_domains
#Dovecot auth check
# check_local_user
local_parts = ! root
transport = dovecot_lmtp
cannot_route_message = Unknown user
And this is the transport:
dovecot_lmtp:
driver = lmtp
socket = /var/run/dovecot/lmtp
#return_path_add
#maximum number of deliveries per batch, default 1
batch_max = 200
This might also be helpful (this is...
2016 Nov 16
2
Exim still accepting emails to nonexistent users
After adding the configuration bit:
deny
message = invalid recipient
domains = +local_domains
!verify = recipient/callout=no_cache
from: http://wiki2.dovecot.org/LMTP/Exim <http://wiki2.dovecot.org/LMTP/Exim> running update-exim4.conf and service exim4 restart
the server is still accepting emails to recipients that do not exist in dovecot.
Any ideas?
2019 Aug 28
2
LMTP Post login script for acl_groups
I think, i had the same problem as you.
When dovecot runs lmtp, no user is logged in, so there is no user from
which you can get groups. So i think, my solution is (not really sure,
if this is right, it's a long time ago, i played around) this transport
in exim for local delivery
dovecot_delivery:?????????????
? debug_print = "T: dovecot_delivery_pipe for $local_part@$domain
translates
2019 Aug 28
5
LMTP Post login script for acl_groups
> On 28/08/2019 21:01 R.N.S. via dovecot <dovecot at dovecot.org> wrote:
>
>
> > Am 28.08.2019 um 19:46 schrieb Jakobus Sch?rz via dovecot <dovecot at dovecot.org>:
> >
> > I think, i had the same problem as you.
> >
> > When dovecot runs lmtp, no user is logged in, so there is no user from
> > which you can get groups. So i think, my
2007 May 29
0
Migration from tpop3d to dovecot - troubles galore!
Hi people,
I am trying to migrate some users from tpop3d (Maildir mailboxes) to
dovecot. The most important aspect of this migration, and which I
cannot seem to get right, is to first be able to make dovecot to
authenticate against the current DB being used by tpop3d so that
I can use imapsync to transfer the user mails. And I do believe
that is what I am unable to get right!!
So here goes what
2006 Sep 09
0
dovecot LDA w/ exim: "dyld: Library not loaded" & "trace trap" errors
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi,
i've Dovecot 10branch head built on on OSX 10.4.7.
i've also exim 4.63 configured for use with dovecot's AUTH.
on local delivery via exim -> dovecot LDA, i see two errors:
(1) dovecot_lda transport output: dyld: Library not loaded:
/usr/local/ssl/lib/libssl.0.9.8.dylib
(2) Child process of dovecot_lda transport (running
2008 Jun 14
1
Caseless folder delivery?
...ubstr_1:$local_part_suffix}
FOLDER_MAP = /etc/exim/folder-map.$local_part
MAPPED_FOLDER = ${lookup{ORIG_FOLDER}lsearch{FOLDER_MAP}{$value}{ORIG_FOLDER}}
# Mailboxes whose localparts are folders
foldered_mailboxes:
driver = accept
local_part_suffix = +* : -*
local_part_suffix_optional
local_parts = +foldered_mailboxes
address_data = user=$local_part folder="MAPPED_FOLDER"
transport = dovecot_virtual_delivery
...begin transports
dovecot_virtual_delivery:
driver = pipe
command = /usr/local/libexec/dovecot/deliver \
-f $return_path \
-a $local_part$loc...
2007 May 30
1
Dovecot Authentication Problem (REVISED)
Hello List,
I am back again and I think I am edging closer to getting a solution.
I have done some modifications and now dovecot gives me a different
error message than before....
Here is what I have for the password_query and user_query
password_query = SELECT popbox.cleartext AS password FROM popbox, domain \
WHERE popbox.local_part = 'eddie' AND popbox.domain_name =
2019 Aug 28
1
LMTP Post login script for acl_groups
> On 28/08/2019 21:07 R.N.S. via dovecot <dovecot at dovecot.org> wrote:
>
>
> > Am 28.08.2019 um 20:02 schrieb Aki Tuomi via dovecot <dovecot at dovecot.org>:
> >
> >
> >> On 28/08/2019 21:01 R.N.S. via dovecot <dovecot at dovecot.org> wrote:
> >>
> >>
> >>> Am 28.08.2019 um 19:46 schrieb Jakobus Sch?rz via
2005 Jul 31
5
Dovecot Deliver?
I guess Dovecot has an LDA called deliver. What is it and how do I use
it? Or is it ready to be used. can't find any docs on it.
--
Marc Perkel - marc at perkel.com
Spam Filter: http://www.junkemailfilter.com
My Blog: http://marc.perkel.com
2005 Jan 06
1
Dovecot Crashing after MySQL Auth
Hi,
I'm running a mixed Debian Woody/Sarge system with Dovecot version: (0.99.12-1)
I can't seem to be able to get dovecot working with mysql. It seems to authenticate
successfully then crash. This happens when I use the Debian package and
also when I've compiled from source.
dovecot: Jan 06 12:21:14 Info: Dovecot starting up
dovecot-auth: Jan 06 12:21:15 Info: MySQL: connected to
2016 Nov 21
0
Exim still accepting emails to nonexistent users
...re is the router:
>
> virtual_aliases:
?
> hide data = CHECK_VIRTUAL_ALIASES
> local_user:
> debug_print = "R: local_user for $local_part@$domain"
> driver = accept
> domains = +local_domains
> #Dovecot auth check
> # check_local_user
> local_parts = ! root
> transport = dovecot_lmtp
>
> And this is the transport:
>
> dovecot_lmtp:
> driver = lmtp
> socket = /var/run/dovecot/lmtp
> #return_path_add
> #maximum number of deliveries per batch, default 1
> batch_max = 200
Ok, the router cannot che...
2007 Jan 26
1
Ubuntu, Exim, deliver: permissions/setgid problem
...uth config directives here)
}
And the relevent parts of my exim4.conf are as follows:
# in router section:
local_user:
debug_print = "R: local_user for $local_part@$domain"
driver = accept
domains = +local_domains
check_local_user
local_part_suffix = +*
local_part_suffix_optional
local_parts = ! root
transport = dovecot_deliver_user
# in transport section:
dovecot_deliver_user:
debug_print = "T: pipe for $local_part@$domain"
driver = pipe
command = /usr/lib/dovecot/deliver -d $local_part
message_prefix =
message_suffix =
log_output
delivery_date_add
envelope_to_add...
2018 Feb 21
2
exim dovecot sieve
Hello list.
I have just a generic question. Exim delivers fine to dovecot-lda. My
problems are the logfiles. Whenever I recieve a message
Exim writes to dovecot.log as the user who recieves the mail. This
forces me to have that logfile world writeable. I don't
really like that. How do you guys deal with that? Here my transport:
dovecot_delivery:
driver = pipe
# You may or may not
2019 Aug 29
3
[SOLVED] Re: LMTP Post login script for acl_groups
On 29.8.2019 12.18, R.N.S. via dovecot wrote:
>
>> Am 28.08.2019 um 20:02 schrieb Aki Tuomi via dovecot <dovecot at dovecot.org>:
>>
>>
>>> On 28/08/2019 21:01 R.N.S. via dovecot <dovecot at dovecot.org> wrote:
>>>
>>>
>>>> Am 28.08.2019 um 19:46 schrieb Jakobus Sch?rz via dovecot <dovecot at dovecot.org>:
2009 Oct 16
1
Dovecot can't find users' sieve files
Hello.
I asked for help on #dovecot but one suggestion I got was setting sieve
variable explicitly but unfortunatelly that didn't help.
I'm trying to set up sieve to be able to use vacation module.
So in the lda section I put:
mail_plugins = sieve
And in plugins section:
sieve = ~/.dovecot.sieve
Then I put .dovecot.sieve file in the user's directory.
This is what I get in
2009 Sep 01
2
Sieve segfault on sieve-before scripts
I use dovecot 1.2.4 release with sieve 0.1.12
If I setup sieve-before script and latest script contains "keep" at
the very end and no personal scripts found then segfault take place.
here is part of exim log:
2009-09-01 18:43:06 1MiUZA-0005V9-IB ** ivanov_maxim at domain.my
<admin at domain.my> R=localuser T=local_delivery: Child process of
local_delivery transport (running