<div>Hi </div>  <div>&nbsp;</div>  <div>Please can anyone help me how to log message to syslog-ng manually.</div>  <div>e.g. in Linux I can log message as&nbsp;&nbsp;&nbsp;&nbsp; # logger "test message" &lt;Return&gt; ; and it goes to file defined in syslog-ng.conf(/var/adm/messages),</div>  <div>&nbsp;</div>  <div>However in case of HP-UX it is not working as describe above &nbsp;for Linux. Is there any other method to log message manually in HP-UX?</div>  <div>Or messages are dropping?</div>  <div>&nbsp;</div>  <div>Please suggest.</div>  <div>&nbsp;</div>  <div>Thanks</div>  <div>Shamimuddin</div>  <div>CSC Noida<BR><BR><B><I>olivier rolland &lt;madmax2010fr@yahoo.fr&gt;</I></B> wrote:</div>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">You have to put the log device with the pad_size into your system source.<BR>source s_sys {pipe("/dev/log" pad_size(2048));<BR>internal(); };<BR>It's working on my system so you can
 try.<BR>You can also add the klog device (/dev/klog) with same options than <BR>/dev/log.<BR><BR>Shamim a écrit :<BR>&gt; <BR>&gt; Hi,<BR>&gt; I've compile syslog-ng-2.0.2 on HP-UX-11.11, however messages are not <BR>&gt; going to desired destinations as defined in the syslog-ng.conf .<BR>&gt; <BR>&gt; my syslog-ng.conf<BR>&gt; ---------------------------------------------<BR>&gt; # syslog-ng configuration file.<BR>&gt; #<BR>&gt; # This should behave pretty much like the original syslog on HP-UX. But<BR>&gt; # it could be configured a lot smarter.<BR>&gt; #<BR>&gt; # See syslog-ng(8) and syslog-ng.conf(8) for more information.<BR>&gt; #<BR>&gt; # 20000925 gb@sysfive.com <mailto:gb@sysfive.com><BR>&gt; options { sync (0);<BR>&gt; time_reopen (10);<BR>&gt; log_fifo_size (1000);<BR>&gt; long_hostnames (off);<BR>&gt; use_dns (no);<BR>&gt; use_fqdn (no);<BR>&gt; create_dirs (no);<BR>&gt; keep_hostname (yes);<BR>&gt; };<BR>&gt; source s_sys {internal();pipe("/dev/log");
 };<BR>&gt; destination d_cons { file("/dev/console1"); };<BR>&gt; destination d_mesg { file("/var/adm/syslog/syslog-ng.log"); };<BR>&gt; destination d_mail { file("/var/adm/syslog/mail-ng.log"); };<BR>&gt; destination d_mlrt { usertty("root"); };<BR>&gt; destination d_mlal { usertty("*"); };<BR>&gt; filter f_filter1 { facility(mail) and level(debug); };<BR>&gt; filter f_filter2 { (facility(mail) and level(debug)) or<BR>&gt; level(info); };<BR>&gt; filter f_filter3 { level(alert); };<BR>&gt; filter f_filter4 { level(emerg); };<BR>&gt; log { source(s_sys); destination(d_mail); };<BR>&gt; log { source(s_sys); destination(d_mesg); };<BR>&gt; log { source(s_sys); destination(d_cons);destination(d_mlrt); };<BR>&gt; log { source(s_sys); destination(d_mlal); };<BR>&gt; #<BR>&gt; --------------------------------------------<BR>&gt; Now If I generate message using "logger" utility on system, message <BR>&gt; should go to "/var/adm/syslog/syslog-ng.log", though they are not
 going...<BR>&gt; Is there anything wrong with .conf file?<BR>&gt; <BR>&gt; What should be the conf file for central server and client on HP-UX?<BR>&gt; <BR>&gt; <BR>&gt; syslog-ng daemon is running like:<BR>&gt; -------------------------------------------------------------------------------<BR>&gt; syslog-ng service starting.<BR>&gt; # ps -eaf |grep syslog-ng<BR>&gt; root 14437 1 0 10:22:30 ? 0:00 <BR>&gt; /opt/soe/local/syslog-ng-2.0.2/sbin/syslog-ng -f /opt/soe/local<BR>&gt; #<BR>&gt; ------------------------------------------------------------------------------<BR>&gt; <BR>&gt; Thanks<BR>&gt; Shamim<BR>&gt;<BR>&gt; */syslog-ng-request@lists.balabit.hu/* wrote:<BR>&gt;<BR>&gt; Send syslog-ng mailing list submissions to<BR>&gt; syslog-ng@lists.balabit.hu<BR>&gt;<BR>&gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; https://lists.balabit.hu/mailman/listinfo/syslog-ng<BR>&gt; or, via email, send a message with subject or body 'help' to<BR>&gt;
 syslog-ng-request@lists.balabit.hu<BR>&gt;<BR>&gt; You can reach the person managing the list at<BR>&gt; syslog-ng-owner@lists.balabit.hu<BR>&gt;<BR>&gt; When replying, please edit your Subject line so it is more specific<BR>&gt; than "Re: Contents of syslog-ng digest..."<BR>&gt;<BR>&gt;<BR>&gt; Today's Topics:<BR>&gt;<BR>&gt; 1. Re: Is this possible in syslog-ng.conf . (v2.0.2)<BR>&gt; (Balazs Scheidler)<BR>&gt; 2. Re: Setting permissions on log files (Balazs Scheidler)<BR>&gt; 3. Re: Is this possible in syslog-ng.conf . (v2.0.2) (Evan Rempel)<BR>&gt; 4. compilation errors with --enable-spoof-source<BR>&gt; (Ravi Papisetti -X (rpapiset - HCL at Cisco))<BR>&gt; 5. Re: Is this possible in syslog-ng.conf . (v2.0.2)<BR>&gt; (Balazs Scheidler)<BR>&gt; 6. Re: compilation errors with --enable-spoof-source<BR>&gt; (Balazs Scheidler)<BR>&gt; 7. RE: compilation errors with --enable-spoof-source<BR>&gt; (Ravi Papisetti -X (rpapiset - HCL at Cisco))<BR>&gt; 8. RE: compilation errors
 with --enable-spoof-source<BR>&gt; (Balazs Scheidler)<BR>&gt;<BR>&gt;<BR>&gt; ----------------------------------------------------------------------<BR>&gt;<BR>&gt; Message: 1<BR>&gt; Date: Mon, 19 Feb 2007 17:14:12 +0100<BR>&gt; From: Balazs Scheidler<BR>&gt; Subject: Re: [syslog-ng] Is this possible in syslog-ng.conf . (v2.0.2)<BR>&gt; To: Syslog-ng users' and developers' mailing list<BR>&gt;<BR>&gt; Message-ID: &lt;1171901652.11781.7.camel@bzorp.balabit&gt;<BR>&gt; Content-Type: text/plain<BR>&gt;<BR>&gt; On Sun, 2007-02-18 at 16:48 -0800, Mr. James W. Laferriere wrote:<BR>&gt;<BR>&gt; &gt; Ok . IMO counter intuitive , Tho reasonable with your explanation .<BR>&gt; &gt; One is very used to the 'source' in FW/router/...'s as being the<BR>&gt; source<BR>&gt; &gt; device(s) IP from where a packet came from .<BR>&gt;<BR>&gt; syslog-ng is not a firewall :) this is sometimes strange to me as<BR>&gt; well,<BR>&gt; being involved in firewall products as well. But putting the
 joke<BR>&gt; aside,<BR>&gt; syslog-ng is a "syslog message pipe" processor: sources generate<BR>&gt; messages, destinations serve as message sinks. Some filtering here and<BR>&gt; there, that's about syslog-ng's internal structure.<BR>&gt;<BR>&gt; So, naming source as a source is consistent with syslog-ng itself.<BR>&gt;<BR>&gt; &gt; An aside , Can one do the 'Formatting' like my example above ,<BR>&gt; again<BR>&gt; &gt; no examples show up like that , but I am hopeful .<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; &gt; To do that you need the netmask() filter.<BR>&gt; &gt;<BR>&gt; &gt; Next time I'll go looking at the Blog at Gmane first before<BR>&gt; shooting my<BR>&gt; &gt; mouth off . netmask was just the hint I needed .<BR>&gt; &gt; Tho it sure would be nice for netmask() to support the /xx bits<BR>&gt; netmask<BR>&gt; &gt; format .<BR>&gt;<BR>&gt; It does support this format.<BR>&gt;<BR>&gt; -- <BR>&gt; Bazsi<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;
 ------------------------------<BR>&gt;<BR>&gt; Message: 2<BR>&gt; Date: Mon, 19 Feb 2007 17:15:57 +0100<BR>&gt; From: Balazs Scheidler<BR>&gt; Subject: Re: [syslog-ng] Setting permissions on log files<BR>&gt; To: Syslog-ng users' and developers' mailing list<BR>&gt;<BR>&gt; Message-ID: &lt;1171901757.11781.10.camel@bzorp.balabit&gt;<BR>&gt; Content-Type: text/plain<BR>&gt;<BR>&gt; On Mon, 2007-02-19 at 01:45 +0000, Bryan Henderson wrote:<BR>&gt; &gt; With the 'file' destination, Syslog-ng modifies the ownership and<BR>&gt; &gt; permissions of the file when it opens it. There are configuration<BR>&gt; &gt; file options to choose what it sets them to, but AFAICT, no way to<BR>&gt; &gt; have Syslog-ng just leave the files as it finds them.<BR>&gt; &gt;<BR>&gt; &gt; I prefer to maintain permissions and ownership separately; I set<BR>&gt; them<BR>&gt; &gt; when I create the file and expect them to stick. Could there be a<BR>&gt; &gt; configuration file option for that?<BR>&gt;
 &gt;<BR>&gt;<BR>&gt; IIRC, you can use -1 for various options, which means "do not touch".<BR>&gt; But I would need to test it. The code in the C part is there, the only<BR>&gt; question that remains whether the parser accepts "-1" in the place of<BR>&gt; owner/group/permissions.<BR>&gt;<BR>&gt; -- <BR>&gt; Bazsi<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; ------------------------------<BR>&gt;<BR>&gt; Message: 3<BR>&gt; Date: Mon, 19 Feb 2007 09:02:15 -0800<BR>&gt; From: Evan Rempel<BR>&gt; Subject: Re: [syslog-ng] Is this possible in syslog-ng.conf . (v2.0.2)<BR>&gt; To: "Syslog-ng users' and developers' mailing list"<BR>&gt;<BR>&gt; Message-ID: &lt;45D9D817.7050309@uvic.ca&gt;<BR>&gt; Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>&gt;<BR>&gt; Balazs Scheidler wrote:<BR>&gt; &gt; On Sun, 2007-02-18 at 16:48 -0800, Mr. James W. Laferriere wrote:<BR>&gt; &gt;<BR>&gt; &gt;&gt; Ok . IMO counter intuitive , Tho reasonable with your<BR>&gt; explanation .<BR>&gt; &gt;&gt;
 One is very used to the 'source' in FW/router/...'s as being<BR>&gt; the source<BR>&gt; &gt;&gt; device(s) IP from where a packet came from .<BR>&gt; &gt;<BR>&gt; &gt; syslog-ng is not a firewall :) this is sometimes strange to me<BR>&gt; as well,<BR>&gt; &gt; being involved in firewall products as well. But putting the<BR>&gt; joke aside,<BR>&gt; &gt; syslog-ng is a "syslog message pipe" processor: sources generate<BR>&gt; &gt; messages, destinations serve as message sinks. Some filtering<BR>&gt; here and<BR>&gt; &gt; there, that's about syslog-ng's internal structure.<BR>&gt; &gt;<BR>&gt; &gt; So, naming source as a source is consistent with syslog-ng itself.<BR>&gt;<BR>&gt; I think that the author of the original comment was refereing to<BR>&gt; the IP address binding<BR>&gt; in the source definition<BR>&gt;<BR>&gt; source network { tcp( ip(xxxx) ); };<BR>&gt;<BR>&gt; where the IP address is NOT the source at all, it is a local IP<BR>&gt; address to bind the listener
 to.<BR>&gt; Perhaps the syntax should be<BR>&gt;<BR>&gt; source network { tcp( bind(xxxx) ); };<BR>&gt;<BR>&gt; since the bind address MUST be ip since the definition is already<BR>&gt; defined to be tcp.<BR>&gt;<BR>&gt; I think it is a little counter intuitive even within the scope of<BR>&gt; syslog-ng.<BR>&gt;<BR>&gt; Evan.<BR>&gt;<BR>&gt;<BR>&gt; &gt;<BR>&gt; &gt;&gt; An aside , Can one do the 'Formatting' like my example above ,<BR>&gt; again<BR>&gt; &gt;&gt; no examples show up like that , but I am hopeful .<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;&gt; To do that you need the netmask() filter.<BR>&gt; &gt;&gt; Next time I'll go looking at the Blog at Gmane first before<BR>&gt; shooting my<BR>&gt; &gt;&gt; mouth off . netmask was just the hint I needed .<BR>&gt; &gt;&gt; Tho it sure would be nice for netmask() to support the /xx bits<BR>&gt; netmask<BR>&gt; &gt;&gt; format .<BR>&gt; &gt;<BR>&gt; &gt; It does support this format.<BR>&gt;
 &gt;<BR>&gt;<BR>&gt;<BR>&gt; -- <BR>&gt; Evan Rempel erempel@uvic.ca<BR>&gt; Senior Programmer Analyst 250.721.7691<BR>&gt; Computing Services<BR>&gt; University of Victoria<BR>&gt;<BR>&gt;<BR>&gt; ------------------------------<BR>&gt;<BR>&gt; Message: 4<BR>&gt; Date: Mon, 19 Feb 2007 13:09:41 -0600<BR>&gt; From: "Ravi Papisetti -X (rpapiset - HCL at Cisco)"<BR>&gt;<BR>&gt; Subject: [syslog-ng] compilation errors with --enable-spoof-source<BR>&gt; To: "syslog-ng@lists.balabit.hu"<BR>&gt; Message-ID: &lt;5A8F8213-CAC5-4190-A902-FE91C0DC844D@mimectl&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt;<BR>&gt; Hi,<BR>&gt;<BR>&gt; I am using syslog-ng 1.6.11 and trying to compile this package with<BR>&gt; ./configure --enable-spoof-source, it throws errors as below<BR>&gt;<BR>&gt; checking whether to enable Sun STREAMS support... yes<BR>&gt; checking whether to enable Sun door support... yes<BR>&gt; checking whether to enable TCP wrapper support... no<BR>&gt;
 checking whether to enable spoof_source support... ./configure:<BR>&gt; test: too many arguments<BR>&gt; configure: error: libnet-config not found<BR>&gt;<BR>&gt; It compiles fine without --enable-spoof-source this option. Could<BR>&gt; you do the needful.<BR>&gt;<BR>&gt; Thanks,<BR>&gt; Ravi Kumar P.<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL:<BR>&gt; http://lists.balabit.hu/pipermail/syslog-ng/attachments/20070219/dc8ca38e/attachment-0001.html<BR>&gt;<BR>&gt; ------------------------------<BR>&gt;<BR>&gt; Message: 5<BR>&gt; Date: Mon, 19 Feb 2007 20:23:01 +0100<BR>&gt; From: Balazs Scheidler<BR>&gt; Subject: Re: [syslog-ng] Is this possible in syslog-ng.conf . (v2.0.2)<BR>&gt; To: Syslog-ng users' and developers' mailing list<BR>&gt;<BR>&gt; Message-ID: &lt;1171912981.11781.12.camel@bzorp.balabit&gt;<BR>&gt; Content-Type: text/plain<BR>&gt;<BR>&gt; On Mon, 2007-02-19 at 09:02 -0800, Evan Rempel wrote:<BR>&gt;
 &gt; Balazs Scheidler wrote:<BR>&gt; &gt; &gt; On Sun, 2007-02-18 at 16:48 -0800, Mr. James W. Laferriere wrote:<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;&gt; Ok . IMO counter intuitive , Tho reasonable with your<BR>&gt; explanation .<BR>&gt; &gt; &gt;&gt; One is very used to the 'source' in FW/router/...'s as being<BR>&gt; the source<BR>&gt; &gt; &gt;&gt; device(s) IP from where a packet came from .<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; syslog-ng is not a firewall :) this is sometimes strange to me<BR>&gt; as well,<BR>&gt; &gt; &gt; being involved in firewall products as well. But putting the<BR>&gt; joke aside,<BR>&gt; &gt; &gt; syslog-ng is a "syslog message pipe" processor: sources generate<BR>&gt; &gt; &gt; messages, destinations serve as message sinks. Some filtering<BR>&gt; here and<BR>&gt; &gt; &gt; there, that's about syslog-ng's internal structure.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; So, naming source as a source is consistent with syslog-ng itself.<BR>&gt; &gt;<BR>&gt;
 &gt; I think that the author of the original comment was refereing to<BR>&gt; the IP address binding<BR>&gt; &gt; in the source definition<BR>&gt; &gt;<BR>&gt; &gt; source network { tcp( ip(xxxx) ); };<BR>&gt; &gt;<BR>&gt; &gt; where the IP address is NOT the source at all, it is a local IP<BR>&gt; address to bind the listener to.<BR>&gt; &gt; Perhaps the syntax should be<BR>&gt; &gt;<BR>&gt; &gt; source network { tcp( bind(xxxx) ); };<BR>&gt; &gt;<BR>&gt; &gt; since the bind address MUST be ip since the definition is<BR>&gt; already defined to be tcp.<BR>&gt; &gt;<BR>&gt; &gt; I think it is a little counter intuitive even within the scope<BR>&gt; of syslog-ng.<BR>&gt; &gt;<BR>&gt;<BR>&gt; ip is an alias for localip(), but it's true that all examples use<BR>&gt; ip().<BR>&gt;<BR>&gt; -- <BR>&gt; Bazsi<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; ------------------------------<BR>&gt;<BR>&gt; Message: 6<BR>&gt; Date: Mon, 19 Feb 2007 20:23:34 +0100<BR>&gt; From: Balazs Scheidler<BR>&gt;
 Subject: Re: [syslog-ng] compilation errors with --enable-spoof-source<BR>&gt; To: Syslog-ng users' and developers' mailing list<BR>&gt;<BR>&gt; Message-ID: &lt;1171913014.11781.14.camel@bzorp.balabit&gt;<BR>&gt; Content-Type: text/plain<BR>&gt;<BR>&gt; On Mon, 2007-02-19 at 13:09 -0600, Ravi Papisetti -X (rpapiset -<BR>&gt; HCL at<BR>&gt; Cisco) wrote:<BR>&gt; &gt; Hi,<BR>&gt; &gt;<BR>&gt; &gt; I am using syslog-ng 1.6.11 and trying to compile this package with<BR>&gt; &gt; ./configure --enable-spoof-source, it throws errors as below<BR>&gt; &gt;<BR>&gt; &gt; checking whether to enable Sun STREAMS support... yes<BR>&gt; &gt; checking whether to enable Sun door support... yes<BR>&gt; &gt; checking whether to enable TCP wrapper support... no<BR>&gt; &gt; checking whether to enable spoof_source support... ./configure:<BR>&gt; test:<BR>&gt; &gt; too many arguments<BR>&gt; &gt; configure: error: libnet-config not found<BR>&gt; &gt;<BR>&gt; &gt; It compiles fine without
 --enable-spoof-source this option.<BR>&gt; Could you<BR>&gt; &gt; do the needful.<BR>&gt; &gt;<BR>&gt;<BR>&gt; You need libnet in order to compile syslog-ng with spoof source<BR>&gt; support.<BR>&gt;<BR>&gt; -- <BR>&gt; Bazsi<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; ------------------------------<BR>&gt;<BR>&gt; Message: 7<BR>&gt; Date: Mon, 19 Feb 2007 16:36:42 -0600<BR>&gt; From: "Ravi Papisetti -X (rpapiset - HCL at Cisco)"<BR>&gt;<BR>&gt; Subject: RE: [syslog-ng] compilation errors with --enable-spoof-source<BR>&gt; To: "Syslog-ng users' and developers' mailing list"<BR>&gt;<BR>&gt; Message-ID: &lt;6F4AD076-DD4B-45CE-9B37-8C326CB89BA9@mimectl&gt;<BR>&gt; Content-Type: text/plain; charset="us-ascii"<BR>&gt;<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL:<BR>&gt; http://lists.balabit.hu/pipermail/syslog-ng/attachments/20070219/5f74b573/attachment-0001.htm<BR>&gt;<BR>&gt; ------------------------------<BR>&gt;<BR>&gt; Message: 8<BR>&gt; Date: Tue, 20 Feb 2007 08:59:33
 +0000<BR>&gt; From: Balazs Scheidler<BR>&gt; Subject: RE: [syslog-ng] compilation errors with --enable-spoof-source<BR>&gt; To: Syslog-ng users' and developers' mailing list<BR>&gt;<BR>&gt; Message-ID: &lt;1171961973.9887.0.camel@bzorp.balabit&gt;<BR>&gt; Content-Type: text/plain<BR>&gt;<BR>&gt; On Mon, 2007-02-19 at 16:36 -0600, Ravi Papisetti -X (rpapiset -<BR>&gt; HCL at<BR>&gt; Cisco) wrote:<BR>&gt; &gt; Already that is installed in my m/c. Compilations went successful<BR>&gt; &gt; without this option. I understand that libnet is to compile this<BR>&gt; &gt; package.<BR>&gt; &gt;<BR>&gt; &gt; Let us know how to check if Libnet package installation is fine<BR>&gt; in my<BR>&gt; &gt; system or not.<BR>&gt;<BR>&gt; if libnet is installed, you should have a script called libnet-config<BR>&gt; somewhere in your path. that's what the configure script does not<BR>&gt; find.<BR>&gt;<BR>&gt; -- <BR>&gt; Bazsi<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;
 ------------------------------<BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; syslog-ng maillist - syslog-ng@lists.balabit.hu<BR>&gt; https://lists.balabit.hu/mailman/listinfo/syslog-ng<BR>&gt;<BR>&gt;<BR>&gt; End of syslog-ng Digest, Vol 22, Issue 21<BR>&gt; *****************************************<BR>&gt;<BR>&gt;<BR>&gt; ------------------------------------------------------------------------<BR>&gt; New Yahoo! Mail is the ultimate force in competitive emailing. Find <BR>&gt; out more at the Yahoo! Mail Championships <BR>&gt; <HTTP: evt="44106/*http://mail.yahoo.net/uk/" uk.rd.yahoo.com *http: games championships default taglines uk mail>. <BR>&gt; Plus: play games and win prizes.<BR>&gt; ------------------------------------------------------------------------<BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; syslog-ng maillist - syslog-ng@lists.balabit.hu<BR>&gt; https://lists.balabit.hu/mailman/listinfo/syslog-ng<BR>&gt;
 Frequently asked questions at http://www.campin.net/syslog-ng/faq.html<BR>&gt;<BR>&gt; <BR><BR><BR><BR><BR><BR>___________________________________________________________________________ <BR>Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.<BR>http://fr.mail.yahoo.com<BR></BLOCKQUOTE><BR></mailto:gb@sysfive.com><p>&#32;
                <hr size=1> 
The <a href="http://us.rd.yahoo.com/mail/uk/taglines/default/nowyoucan/free_from_isp/*http://us.rd.yahoo.com/evt=40565/*http://uk.docs.yahoo.com/nowyoucan.html">all-new Yahoo! Mail</a> goes wherever you go - free your email address from your Internet provider.