search for: high5

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

Did you mean: high
2006 Dec 09
2
Recipient delimiters, deliver and SQL databases
Hi! As a new user, I'm trying to set up a postfix + dovecot combination, and so far all is running smoothly. I'm using the guidelines that came with postfix and adjusting them as I go. My user and alias database is stored in MySQL, using the scheme from 'PostfixAdmin' (http://high5.net/page9.html) and I am using the dovecot LDA 'deliver' to drop messages into mailboxes that exist solely as virtual users. Users can login using both pop3 and imap, and retrieve the e-mails sent directly to them, so I'm happy with that. One of the features supported by postfix, and...
2010 Aug 16
1
Split number of imap-login and pop3-login processes
Hi All, Is there a way to define the number for imap-login processes and pop3-login processes separately? My mail server is getting more IMAP clients and much less POP3 clients these days and it continues to run out of authentication processes. I have been increasing login_max_processes_count the last couple of days and I noticed that it's split between IMAP and POP3. All 129 imap-login
2006 Apr 24
12
Design Decisions
Hi All, I am doing some research on how people start with their Rails app. What design decisions are made and how is it build. For example: - do you use scaffolding and go from there? Or do you create everything from scratch? - are you using multiple controllers? Or do you put everything in one? - do you use migrate? - how do you use migrate? Do you call migrate your self or do you use the