Search Results

Search: Posts Made By: aix_user1
2,112
Posted By aix_user1
give this a shot: #!/usr/bin/perl -w ...
give this a shot:

#!/usr/bin/perl -w

use strict;
use warnings;
use diagnostics;

strip_file();

sub strip_file {

my $filename = 'text.txt';
open(my $fh, '<', $filename)...
2,112
Posted By aix_user1
Hi, I just joined today to ask a question in...
Hi,
I just joined today to ask a question in another forum (AIX), so I thought I'd give something back to unix.com to help out.

Here's a started, with the limited detail's you provided.
...
Forum: AIX 02-27-2013
5,015
Posted By aix_user1
Sendmail masquerade
I'm trying to configure sendmail masquerading and it seems like I'm having a problem with m4.

My main problem is that internally generated emails are showing up externally as originating from:...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy