Sponsored Content
Full Discussion: helo,every!
Top Forums UNIX for Dummies Questions & Answers helo,every! Post 78409 by main1984 on Tuesday 19th of July 2005 12:06:23 PM
Old 07-19-2005
what's this mean?

s/learnd/learnt/g;?
 

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

helo need for data

Dear All, I am sorry i am posting again my question . Please help me rather than getting angry at me ... I want to find out number of fails from different files .. The files are generated in diffenent directories .The directories are created date wise . Example :... (11 Replies)
Discussion started by: getdpg
11 Replies

2. Red Hat

helo how to mount pendrive on redhat 9

helo my sysem is running on redhat 9. now i want to take data from redhat 9 pc to pen drive. but when i plug it it is not detected. can u tell me how to mount pendrive on redhat9. amit (1 Reply)
Discussion started by: amitpansuria
1 Replies

3. UNIX for Dummies Questions & Answers

helo sftp problem

helo I m creating new user and assigning them to group using my own binary. the entry for /etc/passwd file bhavin:x:2014:109:test:/home/pds_RBAC:/bin/false now when i access that user using sftp from the another linux pc for e.g sftp bhavin@148.147.165.46 passwd:- ****** but... (1 Reply)
Discussion started by: amitpansuria
1 Replies

4. Linux

Changeing helo sent from sendmail

I'm trying to change the helo sent from one of my sendmail servers. It is sending out localhost.localdomain and i need it to send , Every time i change it, my sendmail blows up. It wont send new mail and it gives me the error of Apr 13 17:19:03 localhost sendmail: o3E0J3F2012758: from=root,... (0 Replies)
Discussion started by: blackax
0 Replies
Mail::Milter::Wrapper::DeferToRCPT(3pm) 		User Contributed Perl Documentation		   Mail::Milter::Wrapper::DeferToRCPT(3pm)

NAME
Mail::Milter::Wrapper::DeferToRCPT - milter wrapper to delay failure returns SYNOPSIS
use Mail::Milter::Wrapper::DeferToRCPT; my $milter = ...; my $wrapper = new Mail::Milter::Wrapper::DeferToRCPT($milter); my $wrapper2 = &DeferToRCPT($milter); # convenience DESCRIPTION
Mail::Milter::Wrapper::DeferToRCPT is a convenience milter wrapper which defers any error return during the "connect", "helo", and/or "envfrom" callbacks to the "envrcpt" callback. Many broken client mailers exist in the real world and will do such things as instantaneously reconnect when receiving an error at the MAIL FROM: stage. This wrapper ensures that errors are never propagated back to the MTA until at least the RCPT TO: phase. Errors in "connect" and "helo" will apply to the entire SMTP transaction. Errors in "envfrom" will only apply to that particular message. This wrapper can also be used to enhance logging. Though the contained milter may wish to reject a mail in progress, it may be useful for logging purposes to capture the HELO string, sender, and recipient addresses of each attempted mail. AUTHOR
Todd Vierling, <tv@duh.org> <tv@pobox.com> SEE ALSO
Mail::Milter::Wrapper perl v5.8.8 2004-02-26 Mail::Milter::Wrapper::DeferToRCPT(3pm)
All times are GMT -4. The time now is 04:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy