search for: imap_test

Displaying 3 results from an estimated 3 matches for "imap_test".

Did you mean: imap4test
2023 Mar 18
1
Can't seem to setup remote access to doveadmI'm using
....close() s.close() #Go Back Around _______________________________________________________________________ and then in django / or outside ? : _______________________________________________________________________ #Try to get info for this account if dontupdate == False : imap_test = Dovecot_Command ('INFO',self.username) #do i have this account ? if 'BAD' in imap_test.answer : try : #Try to Create the account, note that the db must be updated properly before it will work imap_create = Dovecot_Command ('CM',self.username)...
2023 Mar 18
1
Can't seem to setup remote access to doveadmI'm using
I?m running version 2.1.7 under Raspbian Wheezy (and have been for a number of years). I want to allow one of my other computers to remotely issue doveadm commands to my server but can?t seem to find the right way to add an inet listener to permit this. Using ?doveconf -a? I?ve found the default service definition for doveadm-server. So I copied that and added it to the dovecot configuration with
2023 Feb 23
1
creating a mailbox via imap
> is there any way with Dovecot to open an admin imap connection and create a brand new mailbox? > With Cyrus imapd I can do this by connecting as the Cyrus admin user and then create a folder "user/newuser at domain.tld". Wouldn't that be dependent on how Dovecot auth worker verifies a user exist and is valid? Such as for one method, database queries. How would Dovecot know