Displaying 20 results from an estimated 300 matches similar to: "How can I integrate change_password plugin, dovecot and postfix"
2010 Apr 29
1
How can I add change_password
Hello
I use dovecot, postfix, mysql and squirrelmail as a mail server. it works
well. Meanwhile I am novice at postfix.
As you know, there is a change_password plugin on squirrelmail.
I wish to add change_password plugin on squirrelmail.
I couldn't find how to integrate postfix and change_password.
How can I add it ?
2004 Mar 05
1
win32-etc change_password
Hi all,
I''ve been updating this thing and, on my Windows XP Pro box, the
Admin.change_password method doesn''t seem to work. I keep getting "user
not found" errors, even though I can see that the user is definitely in
place. In fact, it doesn''t seem to work for the 0.2.0 release, even
though I could swear I had it working.
Also, is it possible to change the
2006 Jan 22
0
Problem with change_password action in LoginEngine
Hi, I just setup the Login engine and everything seems to be
working... but the change_password action. The fact is that the user
receives the mail telling him to visit the app''s change_password page
in order to enter a new password, but I get an undefined method error
in my controller when rendering <%= error_messages_for ''user'' %>.
Tracking down the issue, I
2006 Jun 30
4
Strange behaviour from assert_redirected_to
I have this assertion in my tests:
assert_redirected_to :controller => ''user'', :action => ''change_password''
It fails with:
response is not a redirection to all of the options supplied
(redirection is <"http://test.host/user/change_password">),
difference: <{:controller=>"user"}>
The redirection was:
redirect_to
2008 Feb 20
1
link_to weirdness, related to namespace?
Hi,
In my app/views/admin/clieint/_searchresults.rhtml partial, I have ...
<% for user in @users %>
<tr>
<td><%=h user.ship_to_first_name %></td>
<td><%=h user.ship_to_last_name %></td>
<td><%=h user.email %></td>
<td align="center"><%= link_to ''Show'', {:action =>
2004 Feb 24
2
win32-etc cvs
Hi all,
I''ve got the beginning of win32-etc 0.2.0 checked into cvs. This includes a
new sub-module called Admin that includes the add_user, delete_user, and
change_password methods. I eventually will add a config_user method as
well, plus whatever else I feel like tossing in. :)
One issue I''m having is with the change_password - no matter what I try, I
always get
2008 Feb 27
7
older version of rails -- Unknown action error
Hi,
I''m using Rails 1.2.3 (constraint of the hosting company). I''m
getting this error
Unknown action
No action responded to subscriber
upon visiting http://mydomain.com/super_admin/subscriber/search
I have these files:
app/controllers/super_admin_controller.rb
app/controllers/super_admin/subscriber_controller.rb
app/views/super_admin/subscriber/search.rhtml
and below is my
2005 Oct 14
7
validates_confirmation_of not working
Hello, I''m having a weird problem in my user model. For the
change_password method I have the following:
def change_password(oldpass, newpass, confirmation)
oldpass = self.class.myhash(oldpass)
reload
passhash = self.password
self.password = newpass
self.password_confirmation = confirmation
if valid? and oldpass == passhash
save!
else
# valid?
2010 May 07
2
sshfs and outlok express imap directory problem.
I mounted vpopmail/domains in sshfs.
root at 192.168.239.205:/mnt/disk-b/domains on /mnt/domains type fuse.sshfs (rw,nos uid,nodev,max_read=65536,allow_other)
I used qmail+dovecot+vpopmail+mysql dovecot-2.0.beta4.
I mounted sshfs with vpopmail/domains directory.
my /usr/local/etc/dovecot/conf.d/mail.conf file
mmap_disable = yes
dotlock_use_excl = yes
mail_nfs_storage = yes
2005 Oct 13
2
Possible bug: why is the owner of home-directory important?
Dear all,
I am trying to migrate one of our systems to dovecot. We were using uw-imapd in
black-box-mode before. Since the home-directory of a user is not unique per
definition on our systems, we have kind of a different setup.
As an example:
I got a user, let's say user1. It's home directory is
/local/web/websites/5850844095/www. This directory has the following
permissions:
# ls -la
2007 Oct 01
3
stringify_keys!
I have seen this numerious times and still have no idea what it means:
undefined method `stringify_keys!'' for "blah22":String
I am tring to change a password. My code looks like:
def change_password
@user = User.find_by_emailaddr( params[:email] )
if @user.nil? # user profile not created
flash[:notice] = "<b style = \"color:red\">No such
2008 Jul 12
3
Root folder path problem
I use dovecot1.x. for imap on qmail.
I also use OExpress to receive my mails.
My sent mails is stored in main "sent items" of Outlook Express. Therefore I
set "INBOX" in "Root folder path" option.
But when I send an email to anywhere the mail sends without problem but I am
getting an error as following;
Some of the messages in your Outbox Folder could not be copied
2006 Apr 14
3
Am I doing this right?
Hi everyone,
I am following along with the book and branched out a bit to try some
stuff on my own. I''ve been working on is a basic user management system
- create a user, log in, log out, update your account, that sort of
thing. I created a password changer that compares the old password
(oldpw) against what''s currently in the database, then updates that
record with the
2007 May 09
5
layouts + routes = confused
I''m new to RoR and the tutorials I''ve found on the web, while helpful,
aren''t as "complete" as I''d like them. I understand the basics when
it comes to layouts and routes, but I''m trying to get them to work
together.
MY first task was to implement a user authentication system
(registration/login/logout/change_password). This works fine with
2003 Aug 28
2
Squirrelmail & Dovecot
What are the optimum IMAP settings for Squirelmail on dovecot? I am having
good luck with the Cyrus settings, but I would prefer to know the real
truth...
Thanks
-Alex
2006 Nov 29
2
Quota's with Thunderbird
Hi,
Does anyone know how to get Thunderbird to correctly report the mailbox
quota's? I know Dovecot is correctly enforcing the quotas on the mailbox
when using Thunderbird, but Thunderbird reports that the "server does
not support quota's" when trying to view the usage? Is Thunderbird
expecting something different?
Viewing the mailbox through Squirelmail, the quota's are
2008 Oct 16
2
prective dialer
hi everybody
This is Yavuz YILDIRIM
I am software developer.I have a some problems in asterisk.
I am using mysql db. Realtime using asterisk modules. On db i am using
calling hundred fields for use dial.
But i don't know how i can automaticly dial this fields on records
numbers. Who can help me asterisk api and others.
Thank you
2006 Apr 13
3
Salted Hash Login Generator problem
Im trying to install salted and get errors when running the rake test...
/usr/bin/ruby1.8 -Ilib:test
"/usr/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake/rake_test_loader .rb"
"test/unit/localization_test.rb" "test/unit/user_test.rb"
Loaded suite
/usr/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake/rake_test_loader
Started
........F....E
Finished in 0.108794 seconds.
1)
2008 Jan 02
0
why does rails keep prompting me for post?
Hi, was tryin to do a restful method to allow users to change
password.
This is what i did:
1) use restful authentication plugin.
2) use the code here http://www.railslodge.com/plugins/75-restful-authentication/documentations/1-change-password
3) realise that
no1. i am using something funny like /v1/users/:permalink/
change_password and not just /change_password
no2. i cant use html.erb for
2003 May 07
4
dovecot and squirrelmail
Is anyone using squirrelmail with dovecot? After a few minor tweaks
squirrelmail seems to work great, but I can't seem to get rid of the
"./" folder.
SquirrelMail implements some workaround hacks for specific IMAP server
quirks. The default setting is:
$imap_server_type = 'uw';
What settings do you folks use?
Thanks,
Warren Togami
warren at togami.com