Re: how to monitor,or be notified of email blacklisting ?

2010-03-12 Thread Nikolai K. Bochev
Actually mxtoolbox.com offer automatic notification for blackistings. The free 
account supports one ip only tho, you will have to register to get 
notifications for all your servers if you have more than one.


- Original Message -
From: "Eric Peters" 
To: "Rudi Ahlers" 
Cc: "Ubuntu Server Team" 
Sent: Friday, March 12, 2010 3:50:29 PM
Subject: Re: how to monitor,or be notified of email blacklisting ?

One tool I find useful for that type of stuff is MX toolbox
http://www.mxtoolbox.com/ might be of some help, don't think it does
auto notifications though.

On a side note: If your customers are getting blacklisted why not run
all mail through a SMTP transparent proxy filtering out the spam?
Something like ASSP http://assp.sourceforge.net/ ?Or do they control
their own mail servers? If that's the case that might not work for
you.

Cheers,
Eric


On Fri, Mar 12, 2010 at 12:20 PM, Rudi Ahlers  wrote:
> Hi,
>
> Does anyone know how I can monitor our server's for blacklisting? We
> run a large amount of shared hosting & reseller hosting servers and
> from time to time one of the IP's will get blacklisted. I'm looking
> for a way to be notified if any of our IP's get blacklisted. Is this
> possible?
>
> --
> Kind Regards
> Rudi Ahlers
> SoftDux
>
> Website: http://www.SoftDux.com
> Technical Blog: http://Blog.SoftDux.com
> Office: 087 805 9573
> Cell: 082 554 7532
>
> --
> ubuntu-server mailing list
> ubuntu-server@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam
>

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: what is the default admin password on Ubuntu Enterprise cloud?

2010-03-12 Thread Dustin Kirkland
On Thu, Mar 11, 2010 at 2:36 AM, Torsten Spindler  wrote:
> On Wed, 2010-03-10 at 21:59 +0200, Rudi Ahlers wrote:
>> Hi,
>> I installed the Ubuntu 9.10 Enterprise Cloud ISO, but I can't login to
>> https://192.168.2.166:8443/#login with the username & password admin &
>> admin,
>> Error: Username 'admin' not found
>
> At times it can take a little while for the interface to become
> accessible, waiting 5 to 15 minutes solved the problem for me all the
> time.

That should be reduced to about 2 minutes after boot for Lucid and the
latest SRU'd Karmic packages.

:-Dustin

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: how to monitor,or be notified of email blacklisting ?

2010-03-12 Thread Eric Peters
Now that I have had some coffee
Script would be the best way, but fear not you don't have to re-invent
the wheel. rbl look up script, you may have to tweak it.

http://www.sfr-fresh.com/unix/misc/host-20070128.tar.gz:a/host-20070128/rblookup.sh

Cheers,
Eric




On Fri, Mar 12, 2010 at 8:28 AM, Dotan Cohen  wrote:
> 2010/3/12 Markus Schönhaber :
>> 12.03.2010 13:20, Rudi Ahlers:
>>
>>> Does anyone know how I can monitor our server's for blacklisting? We
>>> run a large amount of shared hosting & reseller hosting servers and
>>> from time to time one of the IP's will get blacklisted. I'm looking
>>> for a way to be notified if any of our IP's get blacklisted. Is this
>>> possible?
>>
>> Of course that's possible.
>> Among the possibilities are:
>> - Creating a script that checks your IP(s) against the relevant
>>  blacklists and run it regularly (by cron, for example).
>> - Creating a plugin for the monitoring software of your choice
>>  (or using an existing one) and let that do the check.
>>
>> Take a look here
>> http://www.heise.de/netze/artikel/Verdrehte-Abfrage-223890.html
>> for a standalone shell script and here
>> http://www.heise.de/netze/artikel/Nagios-Plugin-223892.html
>> for a nagios plugin (which I use BTW).
>> The article itself is in German but the script and the plugin should be
>> understandable nevertheless.
>>
>
> Note that this is exactly what I meant by "you have to check
> yourself". Script it.
>
>
> --
> Dotan Cohen
>
> http://bido.com
> http://what-is-what.com
>
> Please CC me if you want to be sure that I read your message. I do not
> read all list mail.
>
> --
> ubuntu-server mailing list
> ubuntu-server@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: how to monitor,or be notified of email blacklisting ?

2010-03-12 Thread Dotan Cohen
2010/3/12 Markus Schönhaber :
> 12.03.2010 13:20, Rudi Ahlers:
>
>> Does anyone know how I can monitor our server's for blacklisting? We
>> run a large amount of shared hosting & reseller hosting servers and
>> from time to time one of the IP's will get blacklisted. I'm looking
>> for a way to be notified if any of our IP's get blacklisted. Is this
>> possible?
>
> Of course that's possible.
> Among the possibilities are:
> - Creating a script that checks your IP(s) against the relevant
>  blacklists and run it regularly (by cron, for example).
> - Creating a plugin for the monitoring software of your choice
>  (or using an existing one) and let that do the check.
>
> Take a look here
> http://www.heise.de/netze/artikel/Verdrehte-Abfrage-223890.html
> for a standalone shell script and here
> http://www.heise.de/netze/artikel/Nagios-Plugin-223892.html
> for a nagios plugin (which I use BTW).
> The article itself is in German but the script and the plugin should be
> understandable nevertheless.
>

Note that this is exactly what I meant by "you have to check
yourself". Script it.


-- 
Dotan Cohen

http://bido.com
http://what-is-what.com

Please CC me if you want to be sure that I read your message. I do not
read all list mail.

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: how to monitor,or be notified of email blacklisting ?

2010-03-12 Thread Eric Peters
One tool I find useful for that type of stuff is MX toolbox
http://www.mxtoolbox.com/ might be of some help, don't think it does
auto notifications though.

On a side note: If your customers are getting blacklisted why not run
all mail through a SMTP transparent proxy filtering out the spam?
Something like ASSP http://assp.sourceforge.net/ ?Or do they control
their own mail servers? If that's the case that might not work for
you.

Cheers,
Eric


On Fri, Mar 12, 2010 at 12:20 PM, Rudi Ahlers  wrote:
> Hi,
>
> Does anyone know how I can monitor our server's for blacklisting? We
> run a large amount of shared hosting & reseller hosting servers and
> from time to time one of the IP's will get blacklisted. I'm looking
> for a way to be notified if any of our IP's get blacklisted. Is this
> possible?
>
> --
> Kind Regards
> Rudi Ahlers
> SoftDux
>
> Website: http://www.SoftDux.com
> Technical Blog: http://Blog.SoftDux.com
> Office: 087 805 9573
> Cell: 082 554 7532
>
> --
> ubuntu-server mailing list
> ubuntu-server@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam
>

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: how to monitor,or be notified of email blacklisting ?

2010-03-12 Thread Markus Schönhaber
12.03.2010 13:20, Rudi Ahlers:

> Does anyone know how I can monitor our server's for blacklisting? We
> run a large amount of shared hosting & reseller hosting servers and
> from time to time one of the IP's will get blacklisted. I'm looking
> for a way to be notified if any of our IP's get blacklisted. Is this
> possible?

Of course that's possible.
Among the possibilities are:
- Creating a script that checks your IP(s) against the relevant
  blacklists and run it regularly (by cron, for example).
- Creating a plugin for the monitoring software of your choice
  (or using an existing one) and let that do the check.

Take a look here
http://www.heise.de/netze/artikel/Verdrehte-Abfrage-223890.html
for a standalone shell script and here
http://www.heise.de/netze/artikel/Nagios-Plugin-223892.html
for a nagios plugin (which I use BTW).
The article itself is in German but the script and the plugin should be
understandable nevertheless.

-- 
Regards
  mks


-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: how to monitor,or be notified of email blacklisting ?

2010-03-12 Thread Dotan Cohen
> Does anyone know how I can monitor our server's for blacklisting? We
> run a large amount of shared hosting & reseller hosting servers and
> from time to time one of the IP's will get blacklisted. I'm looking
> for a way to be notified if any of our IP's get blacklisted. Is this
> possible?
>

You have to go through each list and parse for your addresses. Who is
blacklisting you without trying to contact you first?


-- 
Dotan Cohen

http://bido.com
http://what-is-what.com

Please CC me if you want to be sure that I read your message. I do not
read all list mail.

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


how to monitor,or be notified of email blacklisting ?

2010-03-12 Thread Rudi Ahlers
Hi,

Does anyone know how I can monitor our server's for blacklisting? We
run a large amount of shared hosting & reseller hosting servers and
from time to time one of the IP's will get blacklisted. I'm looking
for a way to be notified if any of our IP's get blacklisted. Is this
possible?

-- 
Kind Regards
Rudi Ahlers
SoftDux

Website: http://www.SoftDux.com
Technical Blog: http://Blog.SoftDux.com
Office: 087 805 9573
Cell: 082 554 7532

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: Status of Ubuntu Server documentation for 10.04

2010-03-12 Thread Steve Beattie
On Thu, Mar 11, 2010 at 03:43:45PM +0100, Thierry Carrez wrote:
> If anyone spots other issues, please add them to this thread :)

I asked on the ubuntu-doc list if there was any specific reason why
there was no documentation about how to report bugs in the server guide
and elsewhere and got no response. Given that we ensured that apport is
installed by default on ubuntu-server in Karmic and that Chuck Short has
been working to add apport package hooks for server packages this cycle,
I thought it would be useful to have some documentation in the server
guide about how to file bugs with ubuntu-bug (and that you don't need a
desktop environment/X to do so).

Attached is my attempt at drafting such a section; I added it as
an Appendix to the server guide. Feedback welcome!

-- 
Steve Beattie

http://NxNW.org/~steve/
# Bazaar merge directive format 2 (Bazaar 0.90)
# revision_id: sbeat...@ubuntu.com-20100312080009-mhwlz8oq9uors4e0
# target_branch: bzr+ssh://bazaar.launchpad.net/~ubuntu-core-\
#   doc/ubuntu-docs/lucid/
# testament_sha1: e098dbd8093eb1b45052c27d16f791abb9d84bc8
# timestamp: 2010-03-12 00:00:55 -0800
# base_revision_id: rocket2...@ubuntu.com-20100311034638-\
#   admur3do82n0gazx
# 
# Begin patch
=== added file 'serverguide/C/reporting-bugs.xml'
--- serverguide/C/reporting-bugs.xml	1970-01-01 00:00:00 +
+++ serverguide/C/reporting-bugs.xml	2010-03-12 07:50:03 +
@@ -0,0 +1,310 @@
+
+http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"; [
+
+%globalent;
+
+%gnome-menus-C;
+
+%xinclude;
+
+]>
+
+  Reporting Bugs in Ubuntu Server Edition
+
+  
+  While the Ubuntu Project attempts to release software with as few
+  bugs as possible, they do occur. You can help fix these bugs by
+  reporting ones that you find to the project.  The Ubuntu Project
+  uses https://launchpad.net/";>Launchpad
+  to track its bug reports. In order to file a bug
+  about Ubuntu Server on Launchpad, you will need to
+  https://help.launchpad.net/YourAccount/NewAccount";>create
+  an account.
+  
+
+  
+Reporting Bugs With ubuntu-bug
+
+
+The preferred way to report a bug is with the
+ubuntu-bug command. The ubuntu-bug
+tool gathers information about the system useful to developers in
+diagnosing the reported problem that will then be included in the
+bug report filed on Launchpad. Bug reports in Ubuntu need to be
+filed against a specific software package, thus the name of the
+package that the bug occurs in needs to be given to ubuntu-bug:
+
+
+
+ubuntu-bug PACKAGENAME
+
+
+
+For example, to file a bug against the openssh-server package, you would do:
+
+
+
+ubuntu-bug openssh-server
+
+
+
+You can specify either a binary package or the source package
+for ubuntu-bug. Again using openssh-server as an example,
+you could also generate the report against the source package
+for openssh-server, openssh:
+
+
+
+ubuntu-bug openssh
+
+
+
+See 
+for more information about packages in Ubuntu.
+
+
+
+The ubuntu-bug command will gather information about the system in
+question, possibly including information specific to the specified
+package, and then ask you what you would like to do with collected
+information:
+
+
+
+ubuntu-bug postgresql
+
+*** Collecting problem information
+
+The collected information can be sent to the developers to improve the
+application. This might take a few minutes.
+..
+
+*** Send problem report to the developers?
+
+After the problem report has been sent, please fill out the form in the
+automatically opened web browser.
+
+What would you like to do? Your options are:
+  S: Send report (1.7 KiB)
+  V: View report
+  K: Keep report file for sending later or copying to somewhere else
+  C: Cancel
+Please choose (S/V/K/C):
+
+
+
+The options available are:
+
+
+
+
+  
+Send Report Selecting
+Send Report submits the collected information to Launchpad as
+part of the the process of filing a bug report. You will be
+given the opportunity to describe the situation that led up to
+the occurrance of the bug.
+
+
+
+*** Uploading problem information
+
+The collected information is being sent to the bug tracking system.
+This might take a few minutes.
+91%
+
+*** To continue, you must visit the following URL:
+
+  https://bugs.launchpad.net/ubuntu/+source/postgresql-8.4/+filebug/kc6eSnTLnLxF8u0t3e56EukFeqJ?
+
+You can launch a browser now, or copy this URL into a browser on another
+computer.
+
+Choices:
+  1: Launch a browser now
+  C: Cancel
+Please choose (1/C):
+
+
+
+If you choose to start a browser, by default the text based web
+browser w3m will be used to finish filing
+the bug report. Alternately, you can copy the given URL to a
+currently running web browser.
+
+  
+
+  
+
+View Report Selecting View
+Report causes the coll