Tag Archives: MTA

Thomas Prendergast Named New MTA Chief, Chairman By Cuomo

By The Huffington Post News Editors

Thomas Prendergast, the head of the New York City‘s bus and subway system and a former Long Island Rail Road president, has been hand-picked by Gov. Andrew M. Cuomo to lead the MTA.

Prendergast will take over as chairman and chief executive of the Metropolitan Transportation Authority pending confirmation from the State Senate.

Tom Prendergast is a consummate public transit leader who is the ideal candidate to oversee the nation’s largest transportation system,” Cuomo said in a statement. “Tom has vast experience in infrastructure and transportation and has spent years managing commuter railroads as well as New York City‘s subways and buses.”

Read More…
More on MTA

From: http://www.huffingtonpost.com/2013/04/12/cuomo-nominates-thomas-prendergast-mta-chief_n_3071086.html

Hercules Technology Growth Capital Provides Investment Portfolio Update for First Quarter 2013

By Business Wirevia The Motley Fool

Filed under:

Hercules Technology Growth Capital Provides Investment Portfolio Update for First Quarter 2013


  • Closed approximately $224.0 million in commitments in Q1 13, up 121.1% year-over-year

  • Completed $95.3 million equity capital raise net of offering expenses in March

PALO ALTO, Calif.–(BUSINESS WIRE)– Hercules Technology Growth Capital, Inc. (NYS: HTGC) , (“Hercules”), the leading specialty finance company focused on providing senior secured loans to venture capital-backed companies in technology-related markets, including technology, biotechnology, life science and cleantech industries, at all stages of development, today announced its first quarter 2013 portfolio update.

Q1 Originations:

As of March 31, 2013, Hercules has originated approximately $224.0million of debt and equity commitments to new and existing portfolio companies, an increase of 121.1% from the same period a year ago.

Hercules’ new investment commitments include:

  • $30.0 million commitment to OCZ Technology Group, Inc. (OCZ) (NASDAQ: OCZ), a global leader in the design, manufacturing, and distribution of high-performance solid-state storage solutions and premium computer components.
  • $30.0 million commitment to TAS Energy, a technology company providing clean economic power solutions by focusing on the energy efficiency and renewable markets.
  • $25.0 million commitment to United Orthopedic Group, Inc., a company offering a full line of non-invasive, rehabilitative products and related services for use in the Orthopedic, Sports Medicine, and Spinal market sectors.
  • $15.0 million commitment to Cell Therapeutics, Inc. (NASDAQ and MTA: CTIC), a biopharmaceutical company committed to the development …read more

    Source: FULL ARTICLE at DailyFinance

Howto: Sort spam mails to the junk folder in Zarafa

Tux

Groupware setups like Zarafa often leave the spam scanning to external tools – but still has to sort the tagged mails. This article shows two ways of sorting and filtering tagged spam mails in Zarafa.

Imagine the pretty common setup where the actual spam filtering is done on a separate MTA. In such cases the spam is scanned and tagged, but the groupware system, here Zarafa, has to sort the mail to the appropriate folders. For example, an e-mail header spam tag created by Spamassassin looks like:

X-Spam-Flag: YES
X-Spam-Score: 64.448
X-Spam-Level: ****************************************************************
X-Spam-Status: Yes, score=64.448 tagged_above=-999 required=6.2
	tests=[ADVANCE_FEE_2_NEW_MONEY=0.992, ADVANCE_FEE_3_NEW=2.734,
	ADVANCE_FEE_3_NEW_MONEY=0.001, ADVANCE_FEE_4_NEW=0.001,
	ADVANCE_FEE_4_NEW [...]

The question is how the groupware can auto-sort such mails – Zarafa knows (at least) two ways to accomplish that aim.

The first is to use Procmail, Maildrop or similar tools to check the mails for such tags: all mails are delivered from the separate MTA to Procmail, which forwards all mails to the zarafa-dagent. However, while normal mails are just forwarded to the normal zarafa-dagent without any options, spam mails are forwarded with the option zarafa-dagent -j. That way, zarafa-dagent knows that the mails are spam, and sorts them into the Junk folders. The Procmail configuration for that is for example:

:0 w
* ^X-Spam-Flag: YES
| /usr/bin/zarafa-dagent -j $1
EXITCODE=$?

:0 w
| /usr/bin/zarafa-dagent $1
EXITCODE=$?

The second way – which I prefer – is to tell zarafa-dagent to look for the spam tag itself. The Dagent can be configured to search for a spam tag flag sorting these mails into the Junk folder automatically. The configuration is done in /etc/zarafa/dagent.cfg:

spam_header_name = X-Spam-Flag
spam_header_value = yes

Please note that the values are case-insensitive.

Which method you use highly depends on your actual groupware setup: in case you already have a Procmail/Maildrop/Whatnot setup you might want to use the first method since it can easily be integrated with the existing setup. In case you do not have or do not want to introduce another layer like Procmail, you should go with the latter method. Also, the latter method is independent of the rest of the setup – so even with a working Procmail setup you might want to use the latter method to have it out of your mind.

Filed under: …read more
Source: FULL ARTICLE at Planet KDE

Today in History for 24th March 2013

Historical Events

1545 – German Parliament opens in Worms
1792 – Benjamin West (US) becomes president of Royal Academy of London
1944 – 811 British bombers attack Berlin
1973 – Professional track debut of Kip Keino defeating Jim Ryun in the mile
1996 – MTA raises NYC bridge tolls to $3.50 each way
2007 – The Australian Labor Party is reinstated after the New South Wales state elections.

More Historical Events »

Famous Birthdays

1703 – Jose F de Isla, [Francisco de Salazar], Spanish Jesuit/writer
1835 – Josef Stefan, Austria, physicist (Stefan-Boltzmann law)
1907 – Lydia Korneevna Chukovskaya, writer
1907 – Martin Kosleck, Germany, actor (Pursuit to Algiers)
1922 – Dorothy Irene Height, president (national council of negro women)
1982 – Nivea, American singer

More Famous Birthdays »

Famous Deaths

1631 – Philipp Dulichius, composer, dies at 68
1773 – Philip Dormer Stanhope, English statesman (b. 1694)
1869 – Antoine-Henri Jomini, French general (b. 1779)
1881 – Friedrich Hecker, German revolutionary republic politician, dies at 69
1915 – Karol Olszewski, Polish scientist (b. 1846)
1975 – Muriel Hutchinson, actor (Another Thin Man), dies at 60

More Famous Deaths »

…read more
Source: FULL ARTICLE at HistoryOrb.Com – This Day in History

Howto: Sending test mails with Swaks

Setting up e-mail servers can become a time consuming and complex task. Test mails can help verifying the functionality of the system – and here Swaks comes into play, the “swiss army knife for smtp”.

Swaks can be used to send test mails of all kinds. The advantage of Swaks compared to sending mails with your normal e-mail client is that you are able to alter almost any part of the e-mail: to, from, header, attachments, which server to speak to, etc.

Here are some common Swaks usage examples:

The first, basic example is sending a mail to your own server (here “bayz.de”):

$ swaks -f someone@example.net -t liquidat@bayz.de

If you need more recipients, add them via comma:

$ swaks -f someone@example.net -t liquidat@bayz.de,testme@bayz.de

It gets more interesting if you change the “TO” to another domain, but send the mail via the server for “bayz.de” nevertheless. If that works for arbitrary domains, and if the mails are forwarded to these you have big problem: an open relay.

$ swaks -f someone@example.net -t liquidat@example.com --server mail.bayz.de

Or do you need to know if a certain recipient is actually available?

$ swaks -f roland.wolters@credativ.de -t roland.wolters@bayz.de --quit-after RCPT

But you can also use Swaks to test a spam filter: If any of the bigger spam filters out there identifies the GTube sting in an e-mail, it will mark it as spam:

$ swaks -f someone@example.net -t liquidat@bayz.de --body /path/to/gtube/file

The same is true for anti virus programs and the Eicar file:

$ swaks -f someone@example.net -t liquidat@bayz.de --body /path/to/eicar/file

But Swaks can also be used to test user authentication and tls:

$ swaks -t -tls --server bayz.de -t someone@example.net -f liquidat@bayz.de -ao --auth-user=liquidat

And this can of course be used to test authentication between servers:

$ swaks -t -tls -s bayz.de -f someone@example.net -t liquidat@bayz.de --ehlo $(host $(wget http://automation.whatismyip.com/n09230945.asp -O - -q))

The last bit makes sure your local test machine does provide a correct fqdn.

But in case your MTA setup does rely or use custom headers, how about adding some of these?

$ swaks -f someone@example.net -t liquidat@bayz.de --add-header "X-Custom-Header: Swaks-Tested"

If you have other interesting examples, don’t hesitate to drop them in the comments, I am happy to add them here.

Filed under: …read more
Source: FULL ARTICLE at Planet KDE

NYC Subway Fights Rats —With Sterilization

By Mark Russell The rats of New York‘s subways have outfoxed poisons and traps alike, but now the MTA is ready to try out a new tactic—sterilization. Subway officials outlined a plan yesterday to use a sterilization product called ContraPest, which make females infertile by targeting ovarian follicles, reports the New York …read more
Source: FULL ARTICLE at Newser – Science

‘$250,000 Subway Typo’ Story Was ‘Grossly Inaccurate,’ MTA Says

By The Huffington Post News Editors

The story of the “$250,000 subway typo” may have been a tad exaggerated, an MTA spokesman told The Huffington Post.

On Sunday, the New York Post reported that the MTA had thrown out about $250,000 worth of subway maps because of a fare-related typographical error. By Monday morning, the story had gone viral.

According to the tabloid, a March 2013 commuter map printed by the MTA had to be scrapped after an outdated fare was discovered. A photograph of the misprinted map shows that the map wrongly listed the minimum price for a pay-per-ride card as $4.50. It is now $5.

Read More…
More on New York

…read more
Source: FULL ARTICLE at Huffington Post

Howto: Extracting entire mails in mbox format from Zarafa [link]

Tux

A Zarafa groupware does workin complex setup you most likely have spam filtering software like Spamassassin running on the main MTA in front of Zarafa. Modern spam filters however need to be trained with ham and spam examples – and Zarafa has no simple way to export stored mails in a txt or mbox format, and the database does not store mails but mapi objects.

Luckily, a coworker of mine here at credativ has written a script to extract mails from a Zarafa to mbox as long as some header information are known: [Howto] Zarafa mail extraction.

Filed under: …read more
Source: FULL ARTICLE at Planet KDE

ACL for postfix or sendmail

By safsound

Hello,

i want to know how to configure a MTA to relay somes domain by IP source, example :

toto.com and titi.com can relay with ip sender 10.2.2.0/24 only
lulu.com can relay with ip sender 192.168.0.4/32 only
all domain can relay with ip sender 172.0.0.5/32 only

It’s possible with policy server (postfix) but i dont know how to write policy about it 🙁
Or if it’s possible with sendmail ?

i know how to access by IP or by From: but not twice at same time

Thanks

Safsound

…read more
Source: FULL ARTICLE at The UNIX and Linux Forums

NYC Subway Workers Give Out Bloody Metrocards

By Matt Cantor The Transport Workers Union in New York City isn’t happy with MTA measures to boost safety on the tracks—and it’s making its point rather graphically. Union members are distributing “Grim Reaper” MetroCards that appear to be covered in blood, CBS New York reports. After 55 people were killed by… …read more
Source: FULL ARTICLE at Newser – Home

Circumstances unclear in NYC subway incident that killed 1, injured 1

The Metropolitan Transportation Authority says a person has been killed by a subway train. Another person on the platform has injuries.

MTA spokeswoman Deirdre Parker says the incident happened around 4 p.m. at the station at 125th Street and Lexington Avenue.

The circumstances around the incident are unclear.

The MTA says delays should be expected on the 4, 5 and 6 trains. Northbound 6 trains are terminating at the 86th Street station and southbound 6 trains are stopping at the 3rd Avenue-138th Street station.

Source: FULL ARTICLE at Fox US News