Re: [Evolution] smtp config file



heya,

On Tue, 2007-04-17 at 15:06 -0400, Chris Murphy wrote:
Hi everyone,

I have looked through the archives and done a couple dozen grep's in my 
home folder, but I can't find where evolution stores your account setup 
info.  What I want to do is change the smtp server for my entire company 
without having to log in as each individual user and change it.  If I 
could change it in a config file by scripting sed or something similar 
to switch it in each person's home that would be great.

This is saved as a gconf key, and is not searchable via grep due to
string substitution , i.e., & with &amp and like-wise .

The command-set below may help, and i have _not tested_ this .


gconftool-2 --get /apps/evolution/mail/accounts > /tmp/account_list
sed s/old_smtp/new_smtp/ account_list > account_list_modified
gconftool --unset /apps/evolution/mail/accounts
gconftool-2 --load < /tmp/account_list_modified


ps : on a additional note, i believe evolution has ldap backend for
settings .


Thanks

Chris
_______________________________________________
Evolution-list mailing list
Evolution-list gnome org
http://mail.gnome.org/mailman/listinfo/evolution-list
-- 
Ritesh Khadgaray
à ààà ààààà ààà
LinuX N Stuff
Ph: +919970164885
Eat Right, Exercise, Die Anyway.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]