similar to: Overriding Default Subscription Behavior

Displaying 20 results from an estimated 3000 matches similar to: "Overriding Default Subscription Behavior"

2009 Dec 29
2
Retrieve Physical Message Filename
Hi,Using Dovecot 1.2.9 with Maildir and Layout=FS.In a plugin, i'm overriding "update_flags":void my_mail_update_flags(struct mail *_mail, enum modify_type modify_type, enum mail_flags flags)For this email which is having its flags updated, I need to retrieve the physical filename of the message.? I see where using:mail_get_special(_mail, MAIL_FETCH_UIDL_FILE_NAME,? &fname);...I
2009 Dec 14
2
Plugins
Hello everyone again..... i try to do a plugin... and i see there is a lot of "hook_*" calls in various places.... There is some documentation about this hooks ? like: hook_mail_storage_created = is calling when the email is.... and go on.... Tks.
2005 May 07
3
converting NA/non-NA's to a binary variable
Dear R colleagues, I am trying to create a new column in a data frame, which converts values and NA's from another column into binary format. Essentially I need the NA's to become 1 and the rest to be 0. The code I wrote is returning the following error message: Error in if (mort[i, 4] != NA) mort[i, 8] <- 0 else if (mort[i, 4] == : missing value where TRUE/FALSE needed
2006 Mar 29
2
domain controller cannot be contacted
Hi everyone, I have struggled with this problem for awhile now. randomly and intermittently a workstation or bunch of workstations will not be able to log in. This is pretty much reproduceable at will, and here is what you need to do to get this little issue to show up: 1. Log out and try to log in as a different user 2. Attempt to login immediately after the machine is booted. To ensure you
2009 Dec 08
3
Different Formats Per User?
For migration possibilities, we're considering whether it's possible to have Dovecot run some users using standard Maildir format, while other users would be using filesystem (LAYOUT=fs) format? We could determine which one's users have, but is there a way to tell Dovecot this information, and is it even part of the Dovecot design to deal with this scenario? Thanks, Tony
2006 Oct 23
1
astdb error, please help
Hello friends, I am getting this error:- Oct 23 15:47:22 WARNING[2124]: db.c:171 ast_db_put: Unable to put value '192.168.1.12:5060:300:15553695861:sip:23@192.168.1.12:5060' for key '23' in family 'SIP/Registry I have no idea what it means. Please tell me what could be the problem. With warm regards. Vivek J. Joshi. vivek@staff.ownmail.com Trikon electronics Pvt. Ltd.
2010 Feb 18
2
Disabling Keywords
Is there a correct way to tell the client we don't want, and don't support Keywords via a configuration option? If there's no configuration option, would I override "allow_new_keywords" to just return FALSE? Thanks, Tony
2006 Feb 23
2
domain user notifications?
Is there a method of notifying users of a domain about a server or print queue reboot/shutdown/maintenance/problem? Our old Netware servers used to do this, and everyone seems to rely on the fact that they will be told they have X minutes remaining on a power failure, ect. Ideas on this anyone?
2005 Feb 18
5
Asterisk GUI
Hello, I am trying to setup an Asterisk GUI with the help of astman(please visit http://astman.sourceforge.net/am-user-guide.html). I have installed astman and currently assessing my GUI using; http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl I am trying to get the menu options in my GUI to work but to no avail. Currently my parameters are set to; Asterisk Install Directory:
2003 Nov 28
2
Ogg Vorbis crossfading
Heya people, Does anyone know if cross-fading has been successfully implemented in Vorbis? I need to implement it in a project I'm working on and if it's already been done, a finger pointing in the right direction would be awesome. Thanks, Ian <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To
2012 Mar 08
5
Samba4 how to remove a machine from the domain
Hi How do I remove a machine which is o longer connected to the domain? e.g. the has been stolen or just moved without having unjoined before. I want to be able to replace the machine with with a new box with same hostname. Thanks, Steve
2003 Nov 23
2
Ogg Vorbis use in the Visual Basic .net environment
Heya everyone, I'm planning on putting functionality into a Visual Basic program to be able to play back Ogg Vorbis encoded multimedia files and I'm having difficulty finding out how. Would anyone have any ideas on how I could do this? Perhaps if I were able to use the Ogg Vorbis libraries as a .dll file and call its functions from within the VB program - that might work. So does anyone
2006 Mar 06
2
Unable to join to domain: The username could not be found.
Hi, This is my first post here, so if I make any mistakes, warnings are always welcome. I'm working in an organization and we are migrating are domain controllers from windows to linux. I'm trying to deploy a working configuration of samba. Using openSuSE 10.0. I was following the Keith Robertson's how-to from IBM-Developerworks but in the end; the finished installation fails to
2006 Feb 24
2
Add printer driver difficulty
Hi everyone. I am trying to upload the printer drivers to the Samba domain controller. I an logging in as root, and I browse to the printer, select properties.. etc. I get as far as seeing the files upload and then I am returned to the printer dialog. If I hit either 'Ok' or 'Apply' I get an access denied or 'the operation could not be completed' I then check the logs
2006 May 03
6
Xen Installation
Hi, I am installing xen first time. Install in suse linex 9.3 & red hat se 4.3 but i could not start xen domain. I have installation guide tar files & rpms of xen 3.0. but still i am not able co to configure xen 3.0. can some body help me how to configure xen. Awaiting for reply. __________________________________________________________ Yahoo! India Answers: Share what you
2017 Aug 30
2
Segmentation fault with doveadm search
Hi, We have a Ubuntu 14.04 server with dovecot 2.2.9 If I try to run /usr/bin/doveadm search -u email at exmaple.com mailbox Junk savedbefore 30d It will dump a core file. We have a similar config on an other server and there is no problem there. Any ideas how to prevent the core dump? root at triws2:~# gdb --args doveadm search -u email at example.com mailbox Junk savedbefore 30d Reading
2004 Aug 06
1
Very newbie questions
I want to move from a windows media server to icecast using ogg format streaming files. I have (I think) setup icecast2 in a /usr/local/icecast directory with conf, log and web subdirectories all owned by iceuser. What I want to do is stream single pre=encoded ogg encoded files to users by placing url's on selected web pages (this is for music reserves at our university). Do I need to use
2009 Sep 20
11
describe block proc parameter as alternative to before blocks?
I''ve been reading through the Rspec book to see if I missed any tricks, and the discussion of before block use for context setup in sec 12.6 struck me as interesting and something I had a knee-jerk reaction to. I think that when you are using nested examples to describe a context change it is bad practice to allow any example within that group to run outside of that context. This could
2003 Apr 16
1
pop3 coredump
Hi- I was able to get a coredump out of the new pop3 (from 0.99.9-test4) by attempting to simulate the execution environment and simply running the pop3 program. Running the older pop3 from 0.99.8.1 works fine, repeatedly: % /usr/local/libexec/dovecot/pop3 quit +OK Logging out. However running the new one: % /usr/local/libexec/dovecot/pop3.new pop3(user9): Error: Corrupted index file
2017 Aug 30
2
Segmentation fault with doveadm search
> > Can you do > > p *box $1 = {name = 0x5555557e1f18 "Junk", vname = 0x5555557e1f10 "Junk", storage = 0x5555557e1860, list = 0x5555557e1050, v = { is_readonly = 0x7ffff76e5a50 <fail_mailbox_is_readonly>, enable = 0x7ffff76e5a60 <fail_mailbox_enable>, exists = 0x7ffff76e5a70 <fail_mailbox_exists>, open = 0x7ffff76e5e60