Language:
switch to room list switch to menu My folders
Go to page: First ... 14 15 16 17 [18] 19 20 21 22 ... Last
[#] Fri Aug 10 2012 17:06:18 EDT from thexder1 @ Uncensored

Subject: Re: Transferring citadel vm to a different host.

[Reply] [ReplyQuoted] [Headers] [Print]

Ok I got it to work finally. In any case I am scheduleing downtime to do the final copy later so that I can make sure that I get everything copied correctly and that it works before taking down the old system.



[#] Sun Aug 12 2012 08:40:57 EDT from IGnatius T Foobar @ Uncensored

Subject: Re: Transferring citadel vm to a different host.

[Reply] [ReplyQuoted] [Headers] [Print]

Sorry for the late response, but if you're just moving a Citadel installation from one host to another, you could do most of the job using rsync while the system is running, and then when you're ready to make that final move, shut down Citadel on the source system and do another rsync to finalize the replica before starting up on the target system.

You'd want to use a command like:

rsync -va --delete --rsh=ssh /usr/local/citadel/ targethost:/usr/local/citadel/

(Don't be afraid of the "--delete" option; it simply removes any files on the target host that no longer exist on the source. This would be the case with your older database logs.)

[#] Sun Aug 12 2012 17:47:29 EDT from yajo @ Uncensored

Subject: Bugzilla or something like that

[Reply] [ReplyQuoted] [Headers] [Print]

Do you have a bugzilla or something like that?

 

I cannot sign into Webcit using my openid (a blog from wordpress).



[#] Mon Aug 13 2012 00:29:19 EDT from IGnatius T Foobar @ Uncensored

Subject: Re: Bugzilla or something like that

[Reply] [ReplyQuoted] [Headers] [Print]

We ran a Bugzilla for a long time; it created more problems than it solved because the quality of the bug reporting was so poor that it was unusable.
If you have an issue please describe it here as best as you can, and if we can reproduce your issue we will add it to our internal to-do list.

[#] Mon Aug 13 2012 09:53:25 EDT from yajo @ Uncensored

Subject: Re: Bugzilla or something like that

[Reply] [ReplyQuoted] [Headers] [Print]

on Aug 13 2012 12:29:19 AM EDT from IGnatius T Foobar @ Uncensored Subject: Re: Bugzilla or something like that
If you have an issue please describe it here as best as you can, and if we can reproduce your issue we will add it to our internal to-do list.

OK.

  1. Log into Webcit.
  2. Go to Advanced > Manage your OpenIDs.
  3. Insert your wordpress blog url and press attach.

Now nothing happens, but it should happen what says here.

  1. Log off.
  2. Try to log in with that same OpenID.

I get this error: There is no OpenID identity provider at this location.

This was happening in my host, but I tested in Uncensored and also fails.

BTW, I used that OpenID in other sites without problems.

 

Now, off-topic...

I would appreciate some kind of in-depth tutorial for WebCit. It's a bit confusing at first. Where can I find it?

Also, how can I forbid public access to my pod, and disable random users from opening an account in it?

 

Thanks a lot.



[#] Mon Aug 13 2012 12:31:08 EDT from slyme @ Uncensored

Subject: Virtual Appliance Log In

[Reply] [ReplyQuoted] [Headers] [Print]

Hi,

This is my first post here, I hope I'm posting in the correct place.

I downloaded the VNware virtual appliance and I am so impressed ... is it intended for demo purposes only? I'm considering using it as is on my local network. Is this sensible or are there reasons for starting from scratch for use in a (semi) production environment?

I notice that running in a shell from the menu that I am logged in as root. Can I use, say, putty to get a terminal connetion and how do I find out the root password? Would it be better perhaps to create another user and log on remotely as that user?

I think that that's enough with the questions for now ... I've got loads! Any help would be greatly appreciated.

thanks,

 

Simon.



[#] Mon Aug 13 2012 12:46:05 EDT from IGnatius T Foobar @ Uncensored

Subject: Re: Virtual Appliance Log In

[Reply] [ReplyQuoted] [Headers] [Print]

@slyme -- welcome to Citadel. Glad to hear that you are enjoying it so far.

The virtual appliance is definitely usable in a production environment. It makes use of the same Citadel code base as all other distributions of the system, and you can upgrade it at any time from the console menu.

The console menu is also where you can set a password for the root account, should you wish to log in remotely. It's built atop an ordinary Debian base, and can be treated that way if you wish. The console menu is provided for the benefit of those who do not wish to learn the Linux underpinnings of the system, but if you know your way around a Debian box (or plan to learn it) then the console menu is optional.

And if you haven't done so already, please run a Citadel code upgrade as soon as you bring the appliance online. The procedure is handled automatically by the appliance but you do have to tell it to do so.

[#] Mon Aug 13 2012 12:58:21 EDT from slyme @ Uncensored

Subject: Re: Virtual Appliance Log In

[Reply] [ReplyQuoted] [Headers] [Print]

 

Mon Aug 13 2012 12:46:05 EDT from IGnatius T Foobar @ Uncensored Subject: Re: Virtual Appliance Log In
@slyme -- welcome to Citadel. Glad to hear that you are enjoying it so far.

The virtual appliance is definitely usable in a production environment. It makes use of the same Citadel code base as all other distributions of the system, and you can upgrade it at any time from the console menu.

The console menu is also where you can set a password for the root account, should you wish to log in remotely. It's built atop an ordinary Debian base, and can be treated that way if you wish. The console menu is provided for the benefit of those who do not wish to learn the Linux underpinnings of the system, but if you know your way around a Debian box (or plan to learn it) then the console menu is optional.

And if you haven't done so already, please run a Citadel code upgrade as soon as you bring the appliance online. The procedure is handled automatically by the appliance but you do have to tell it to do so.

Thanks for answering so quickly  IGnatius ... I really should have thought of that ... I'm already logged in as root, just change the password ... I suppose it's because I've been warned so often not to log on as root and do anything as root if I can avoid it. I shall do that right away.

Each time I restart the virtual appliance I have to go through the Setup routine to get everything up and running. Is that normal?

thanks again,

Simon.



[#] Mon Aug 13 2012 15:30:51 EDT from hidifly @ Uncensored

Subject: Selectively allowing SMTP host spoofing

[Reply] [ReplyQuoted] [Headers] [Print]

I have finally switched over my production system to Citadel/Spamassassin from Qmail/TMDA and things are working well.

However I have an old network scanner that allows users to send as their own users from the machine but doesn't support SMTP Auth. Right now I have checked the option to allow spoofing from un-authenticated hosts. Which fixes the scanner but allows spammers from outside to spoof as well.

The old system let me define subnets that were allowed to spoof, rejecting anybody else. Is there a similar way to do this in Citadel? Maybe I need to write a custom Spamassassin rule as a workaround?

Thanks!



[#] Tue Aug 14 2012 03:28:08 EDT from dothebart @ Uncensored

Subject: Re: Selectively allowing SMTP host spoofing

[Reply] [ReplyQuoted] [Headers] [Print]

no, thats not possible.

maybe its able to relay via lmtp?

alternatively you may let it send its reports to a room which has public posting allowed. So... if that roomname is leaked outside you may get spam ;-)



[#] Tue Aug 14 2012 03:33:54 EDT from dothebart @ Uncensored

Subject: Re: Bugzilla or something like that

[Reply] [ReplyQuoted] [Headers] [Print]

 

Mon Aug 13 2012 09:53:25 EDT from yajo @ Uncensored Subject: Re: Bugzilla or something like that

Now, off-topic...

I would appreciate some kind of in-depth tutorial for WebCit. It's a bit confusing at first. Where can I find it?

Also, how can I forbid public access to my pod, and disable random users from opening an account in it?

 

Thanks a lot.



you might find this section of the FAQ usefull:

http://citadel.org/doku.php?id=faq:start#everydayuse

if you find important information missing, let us know, we'll add it.



[#] Tue Aug 14 2012 05:18:46 EDT from "K. Grishnak" <henne.gwath@gmx.de> to room_Citadel_Support@uncensored.citadel.org

Subject: Webcit BDAY-Support

[Reply] [ReplyQuoted] [Headers] [Print]

Hi,

In vcards there is a line called BDAY. It would be nice if webcit could
read that too.

Henning

[#] Wed Aug 15 2012 03:23:22 EDT from yajo @ Uncensored to room_Citadel_Support@uncensored.citadel.org

Subject: Connecting Evolution to Citadel (in Fedora 17, if it matters)

[Reply] [ReplyQuoted] [Headers] [Print]

I managed to do it only via IMAP (by the way, is it IMAP or IMAP+?), but not calendars, tasks, notes nor contacts.

I tried with the plugins evolution-mapi, evolution-ews and evolution-exchange, but I have no idea of configuring any of these, and I cannot find any docs about it. I also readed about an evolution-kolab plugin, which is not in the repos, and if I have to compile it myself, before I'd like to know if it is what I need.

So any help about this, please?

Thank you.

[#] Wed Aug 15 2012 07:21:54 EDT from "K. Grishnak" <henne.gwath@gmx.de> to room_Citadel_Support@uncensored.citadel.org

Subject: Re: Connecting Evolution to Citadel (in Fedora 17, if it matters)

[Reply] [ReplyQuoted] [Headers] [Print]

I use synckolab with thunderbird (although it is buggy) and I think
those plugins in evolution would work the same way:

You've got some Task-, Calendar- and Addressbook-folders in IMAP and you
have to connect each one of these with a calendar or addressbook
respectively, so that the plugin reads the content of that IMAP-folder
and translates the "mail" which is there to some evolution-compatible
(internal) format.

Synckolab in Thunderbird experiences some bugs with calendars at the
moment, so you can only read them (modifiying items in
thunderbird/lightning break the events), but it is useful to sync at
least addressbooks on different machines.

regards,
Henning

On 15.08.2012 09:23, yajo wrote:
managed to do it only via IMAP (by the way, is it IMAP or IMAP+?), but
not calendars, tasks, notes nor contacts.

I tried with the plugins evolution-mapi, evolution-ews and
evolution-exchange, but I have no idea of configuring any of these, and
I cannot find any docs about it. I also readed about an evolution-kolab
plugin, which is not in the repos, and if I have to compile it myself,
before I'd like to know if it is what I need.

So any help about this, please?

Thank you.

[#] Wed Aug 15 2012 22:24:25 EDT from dcarrco @ Uncensored

Subject: fresh install on ubuntu server 10.10 cant log in to citadel after inst

[Reply] [ReplyQuoted] [Headers] [Print]

hey folks.  just read about citadel and thought i would give it a try.  installed citadel-suite and says its running

i disabled the http port since i have apache2 running and just used the https port set to 4438

disabled ufw and csf firewalls

dynamic ip on my home machine but that shouldnt be an issue yet because:

1. checked NETSTAT and no listening on 4438

2. ran WEBCIT -D and still no listening with NETSTAT

3. cannot log into the server (192.168.1.25) locally on any port besides the already configure apache2 ports

4. checked PS -E | GREP CIT and citserver and webcit running

5. but NETSTAT still doesnt see any listening server

in config i chose 0.0.0.0 as listen address

internal web server option

where is this thing?

 

 



[#] Thu Aug 16 2012 05:58:50 EDT from dothebart @ Uncensored

Subject: Re: fresh install on ubuntu server 10.10 cant log in to citadel after inst

[Reply] [ReplyQuoted] [Headers] [Print]

 

Wed Aug 15 2012 22:24:25 EDT from dcarrco @ Uncensored Subject: fresh install on ubuntu server 10.10 cant log in to citadel after inst

hey folks.  just read about citadel and thought i would give it a try.  installed citadel-suite and says its running

i disabled the http port since i have apache2 running and just used the https port set to 4438

disabled ufw and csf firewalls

dynamic ip on my home machine but that shouldnt be an issue yet because:

1. checked NETSTAT and no listening on 4438

2. ran WEBCIT -D and still no listening with NETSTAT

3. cannot log into the server (192.168.1.25) locally on any port besides the already configure apache2 ports

4. checked PS -E | GREP CIT and citserver and webcit running

5. but NETSTAT still doesnt see any listening server

in config i chose 0.0.0.0 as listen address

internal web server option

where is this thing?

 

 



have a look at these faqs:

http://citadel.org/doku.php?id=faq:installation:apacheproxy

(which is at least partialy implemented by the .debs)

http://citadel.org/doku.php?id=documentation:cmdman:webcit

(which more detailed describes the webcit commandline params)

 

In doubt try running webcit without -d  plus all the other params, it should give you some errors.



[#] Thu Aug 16 2012 13:48:19 EDT from Carbon14LLC @ Uncensored

Subject: Incoming mail being sent back 550 to sender

[Reply] [ReplyQuoted] [Headers] [Print]

Incoming messages are being sent back to sender.  The response from the sender is

"This message was created automatically by the mail system (ecelerity). A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: >>> support@carbon14online.net (reading BANNER): 550 �2" (SENT FROM Road Runner)

On gmail the mail never gets to the server or sent back to the host.

the ONLY thing that changes (which granted could be a big thing) is a ran APT-GET UPDATE && APT-GET DIST-UPGRADE.

WEBCIT WORKS FIND and citadel mail server seems to be working (Can log in from CLI) but still no incoming mesages.

I checked for Black Listing and there and th domain came back a-okay. Not even 1 warning from MXTOOLBOX

In the AIDE INBOX the followin is repeated

------ MESSAGE IN AIDE BOX, REPEATED THOUSANDS OF TIMES -------------------

#] Thu Aug 16 2012 4:39:01 am CDT CDT from "Cron Daemon" <root@mail> to root

Subject: Cron <root@mail> [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -ignore_readdir_race -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete

[Reply] [ReplyQuoted] [Move] [Delete] [Headers] [Print]

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/suhosin.so' - /usr/lib/php5/20100525/suhosin.so: cannot open shared object file: No such file or directory in Unknown on line 0
----------------------------------------------------------------------------------------------------------------
 
I ran a FIND | grep suhosin.so  from / and it came back with nothing. However, even when incoming email was working, this was still in the AIDE inbox. I have a 130 pages of it.
 
ANY IDEA?
 
 


[#] Thu Aug 16 2012 13:50:42 EDT from Carbon14LLC @ Uncensored

Subject: Re: Incoming mail being sent back 550 to sender

[Reply] [ReplyQuoted] [Headers] [Print]

to my previous post above

uname -r = 3.2.0-3-amd64



[#] Thu Aug 16 2012 14:52:16 EDT from IGnatius T Foobar @ Uncensored

Subject: Re: Incoming mail being sent back 550 to sender

[Reply] [ReplyQuoted] [Headers] [Print]


Carbon14LLC: it sounds like your dist-upgrade may have installed, or re-enabled, some mail handler on your system other than Citadel, and that other mail handler has taken control of port 25.

The easiest way to determine this would be to telnet to port 25 on your host.
If you get a 220 banner that does not end in the words 'ESMTP Citadel server ready' then you know some other program has taken control of port 25 and you need to disable/remove it.

[#] Thu Aug 16 2012 17:22:11 EDT from Carbon14LLC @ Uncensored

Subject: Re: Incoming mail being sent back 550 to sender

[Reply] [ReplyQuoted] [Headers] [Print]

Thank you for the starting point.  Unfortunately when I connect I get

Connected to mail.carbon14.net.
Escape character is '^]'.
550 �2
Connection closed by foreign host.

which happends to be the exact message i get from the returned mail.  so do you think this is the same thing?  somehow there is a mail client trumping CITADEL? If so wouldn't it appear here?

Scott

 

 



Go to page: First ... 14 15 16 17 [18] 19 20 21 22 ... Last