LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-23-2006, 09:22 PM   #1
squirtle
Member
 
Registered: Jun 2006
Posts: 55

Rep: Reputation: 15
Unhappy postfix can't send mail


After i add content_filter = smtp-amavis:[127.0.0.1]:10024,postfix can't send mail.I implement the mail server in fedora core4.
Anyone can help me?thanks.
 
Old 09-23-2006, 10:50 PM   #2
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
post the output of

#tail -20 /var/log/maillog

Did you make all the necessary changes to master.cf and main.cf?

Is amavisd running?


What have you done, what howto or whatever did you follow?
 
Old 09-26-2006, 09:12 AM   #3
squirtle
Member
 
Registered: Jun 2006
Posts: 55

Original Poster
Rep: Reputation: 15
That is my tail -f /var/log/maillog

Sep 26 13:02:34 root postfix/qmgr[4791]: warning: connect to transport amavis: No such file or directory
Sep 26 13:02:34 root postfix/qmgr[4791]: F2B0E20F0D5: from=<bing@mailv6.fsktm.upm.edu.my>, size=747, nrcpt=1 (queue active)
Sep 26 13:02:34 root postfix/qmgr[4791]: C09F620F109: from=<bing@mailv6.fsktm.upm.edu.my>, size=753, nrcpt=1 (queue active)
Sep 26 13:02:34 root postfix/qmgr[4791]: C09F620F109: to=<shujia@mailv6.fsktm.upm.edu.my>, relay=none, delay=4382, status=deferred (delivery temporarily suspended: transport is unavailable)
Sep 26 13:02:34 root postfix/qmgr[4791]: BA42F20F115: from=<root@mailv6.fsktm.upm.edu.my>, size=1387, nrcpt=1 (queue active)
Sep 26 13:02:35 root postfix/qmgr[4791]: BA42F20F115: to=<root@mailv6.fsktm.upm.edu.my>, relay=none, delay=39600, status=deferred (delivery temporarily suspended: transport is unavailable)
Sep 26 13:02:35 root postfix/qmgr[4791]: 9892120F11D: from=<shujia@mailv6.fsktm.upm.edu.my>, size=751, nrcpt=1 (queue active)Sep 26 13:02:35 root postfix/qmgr[4791]: 4739620F10D: from=<shujia@mailv6.fsktm.upm.edu.my>, size=754, nrcpt=1 (queue active)Sep 26 21:02:35 root postfix/smtp[7147]: connect to 10.0.0.12[10.0.0.12]: Connection refused (port 10024)
Sep 26 13:02:35 root postfix/qmgr[4791]: 4739620F10D: to=<bing@mailv6.fsktm.upm.edu.my>, relay=none, delay=41867, status=deferred (delivery temporarily suspended: transport is unavailable)
Sep 26 13:02:35 root postfix/smtp[7147]: F2B0E20F0D5: to=<shujia@mailv6.fsktm.upm.edu.my>, relay=none, delay=297712, status=deferred (connect to 10.0.0.12[10.0.0.12]: Connection refused)
Sep 26 21:02:40 root amavis[2148]: (02148-04) (!!) WARN: all primary virus scanners failed, considering backups
Sep 26 21:02:40 root amavis[2148]: (02148-04) (!!) TROUBLE in check_mail: virus_scan FAILED: virus_scan: NO VIRUS SCANNERS AVAILABLE
Sep 26 21:02:40 root amavis[2148]: (02148-04) (!) PRESERVING EVIDENCE in /var/amavis/tmp/amavis-20060926T210238-02148
Sep 26 21:02:40 root postfix/smtp[7149]: 9892120F11D: to=<bing@mailv6.fsktm.upm.edu.my>, relay=127.0.0.1[127.0.0.1], delay=284451, status=deferred (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, id=02148-04, virus_scan FAILED: virus_scan: NO VIRUS SCANNERS AVAILABLE (in reply to end of DATA command))
Sep 26 13:03:34 root postfix/qmgr[4791]: warning: connect to transport amavis: No such file or directory
Sep 26 13:04:34 root postfix/qmgr[4791]: warning: connect to transport amavis: No such file or directory


I add the following statement in master.cf
smtp-amavis unix - - y - 2 smtp
-o smtp_data_done_timeout=1200
-o disable_dns_lookups=yes
127.0.0.1:10025 inet n - y - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smptd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smptd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
 
Old 09-26-2006, 09:41 AM   #4
squirtle
Member
 
Registered: Jun 2006
Posts: 55

Original Poster
Rep: Reputation: 15
Amavisd is runnning.
service amavisd status
amavisd (pid 2148 2147 2084) is running.

I post the result of telnet:
telnet localhost 10025
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 mailv6.fsktm.upm.edu.my ESMTP Postfix
quit
221 Bye
Connection closed by foreign host.

#Telnet to locolhost 10025 is ok
#But telnet to 10.0.0.13 10025 is not ok. 10.0.0.13 is my IP
telnet 10.0.0.13 10025
Trying 10.0.0.13...
telnet: connect to address 10.0.0.13: Connection refused
telnet: Unable to connect to remote host: Connection refused

#Telnet to port 25 is ok
telnet 10.0.0.13 25
Trying 10.0.0.13...
Connected to mailv6.fsktm.upm.edu.my (10.0.0.13).
Escape character is '^]'.
220 mailv6.fsktm.upm.edu.my ESMTP Postfix
quit
221 Bye
Connection closed by foreign host.

Thanks.
 
Old 09-27-2006, 06:39 AM   #5
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Do you have an entry like

content_filter = smtp-amavis:[localhost]:10024

in main.cf?

Did you set amavis to listen on (I assume) port 10024?

Please provide full information, it isn't reasonable to expect people at the other end to do all your work for you
 
Old 09-27-2006, 09:17 AM   #6
squirtle
Member
 
Registered: Jun 2006
Posts: 55

Original Poster
Rep: Reputation: 15
So sorry forget post the main.cf file.
I have set
content_filter = smtp-amavis:[localhost]:10024
in main.cf.

when i comment out this line,then i can send the mail success.
when i take out the comment ,i can send mail.I use squirrelmail as my webmail.
Sorry,may i ask how to set amavis to listen to port 10024?

Last edited by squirtle; 09-27-2006 at 09:35 AM.
 
Old 09-27-2006, 09:21 AM   #7
squirtle
Member
 
Registered: Jun 2006
Posts: 55

Original Poster
Rep: Reputation: 15
My MTA is postfix,IMAP/POP3 is dovecot,Apache as web server.After install the necessary file,I install the squirrelmail.Then I test by send mail to user at the same domain name that is mailv6.fsktm.upm.edu.my.The mail can send receiver between two user.

Then when add the content_filter in main.cf,the webmail can't send mail and return 'Undelivered mail returned to sender' by MAILER_DAEMON.

I only configure the master.cf and main.cf.
This problem have related to Spamassassin?

THANKS.

Last edited by squirtle; 09-27-2006 at 09:34 AM.
 
Old 09-28-2006, 07:40 AM   #8
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Something like

$inet_socket_port = 10024;

and

$notify_method = 'smtp:[127.0.0.1]:10025';

in amavisd.conf

This picks the mail up and re-injects into postfix
 
Old 09-29-2006, 12:02 AM   #9
WindowBreaker
Member
 
Registered: Oct 2005
Distribution: Slackware
Posts: 228

Rep: Reputation: 40
Please post the output to the following commands:
Code:
postconf -n
Code:
postconf transport_maps
Code:
netstat -pantu
Code:
grep -v '^#' /etc/postfix/master.cf
Code:
grep -v '^#' /etc/postfix/transport
The problem with your configuration will be revealed by the output of one of the preceding commands.

Once you post a response, I'd be happy to take a look and offer a suggestion.
 
Old 10-01-2006, 12:11 AM   #10
squirtle
Member
 
Registered: Jun 2006
Posts: 55

Original Poster
Rep: Reputation: 15
Now i also try to implement Dspam in my mail server.It is OK?now i try to implement both amvisd and Dspam,see whether which one is success.
[root@root ~]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
disable_vrfy_command = yes
home_mailbox = Maildir/
html_directory = no
inet_interfaces = all
inet_protocols = ipv4,ipv6
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = mailv6.fsktm.upm.edu.my
myhostname = root.mailv6.fsktm.upm.edu.my
mynetworks = 10.0.0.0/8, 127.0.0.0/8
myorigin = $myhostname
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.2.2/README_FILES
sample_directory = /usr/share/doc/postfix-2.2.2/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_bind_address6 = 2001:328:2003:2::1
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_client_restrictions =
smtpd_helo_required = yes
smtpd_helo_restrictions =
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_invalid_hostname, reject_unauth_pipelining, reject_non_fqdn_sender, reject_unknown_sender_domain, reject_non_fqdn_recipient, reject_unknown_recipient_domain,
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions =
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
strict_rfc821_envelopes = yes
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 550

[root@root ~]# postconf transport_maps
transport_maps =


[root@root ~]# netstat -pantu
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:32769 0.0.0.0:* LISTEN 1702/rpc.statd
tcp 0 0 127.0.0.1:10024 0.0.0.0:* LISTEN 2094/amavisd (maste
tcp 0 0 127.0.0.1:10025 0.0.0.0:* LISTEN 2149/master
tcp 0 0 127.0.0.1:10026 0.0.0.0:* LISTEN 2149/master
tcp 0 0 127.0.0.1:3310 0.0.0.0:* LISTEN 2084/clamd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1684/portmap
tcp 0 0 10.0.0.12:53 0.0.0.0:* LISTEN 1659/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 1659/named
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 2012/cupsd
tcp 0 0 127.0.0.1:5335 0.0.0.0:* LISTEN 1994/mDNSResponder
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 2149/master
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 1659/named
tcp 0 0 10.0.0.12:47887 72.14.235.99:80 ESTABLISHED 2783/firefox-bin
tcp 0 0 10.0.0.12:47886 72.14.235.99:80 ESTABLISHED 2783/firefox-bin
tcp 0 0 10.0.0.12:47885 72.14.235.99:80 ESTABLISHED 2783/firefox-bin
tcp 0 0 10.0.0.12:46085 203.106.50.51:80 ESTABLISHED 2783/firefox-bin
tcp 0 0 :::993 :::* LISTEN 2068/dovecot
tcp 0 0 :::995 :::* LISTEN 2068/dovecot
tcp 0 0 :::110 :::* LISTEN 2068/dovecot
tcp 0 0 :::143 :::* LISTEN 2068/dovecot
tcp 0 0 :::80 :::* LISTEN 2183/httpd
tcp 0 0 :::53 :::* LISTEN 1659/named
tcp 0 0 :::22 :::* LISTEN 2060/sshd
tcp 0 0 :::25 :::* LISTEN 2149/master
tcp 0 0 :::443 :::* LISTEN 2183/httpd
udp 0 0 0.0.0.0:32768 0.0.0.0:* 1659/named
udp 0 0 0.0.0.0:32770 0.0.0.0:* 1702/rpc.statd
udp 0 0 10.0.0.12:53 0.0.0.0:* 1659/named
udp 0 0 127.0.0.1:53 0.0.0.0:* 1659/named
udp 0 0 0.0.0.0:606 0.0.0.0:* 1702/rpc.statd
udp 0 0 0.0.0.0:5353 0.0.0.0:* 1994/mDNSResponder
udp 0 0 0.0.0.0:111 0.0.0.0:* 1684/portmap
udp 0 0 0.0.0.0:631 0.0.0.0:* 2012/cupsd
udp 0 0 :::32769 :::* 1659/named
udp 0 0 :::53 :::* 1659/named


[root@root ~]# grep -v '^#' /etc/postfix/master.cf
smtp inet n - n - - smtpd
-o content_filter=smtp-amavis:[127.0.0.1]:10024
pickup fifo n - y 60 1 pickup
cleanup unix n - y - 0 cleanup
qmgr fifo n - y 300 1 qmgr
tlsmgr unix - - n 1000? 1 tlsmgr
rewrite unix - - y - - trivial-rewrite
bounce unix - - y - 0 bounce
defer unix - - y - 0 bounce
trace unix - - n - 0 bounce
verify unix - - n - 1 verify
flush unix n - y 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - y - - smtp
relay unix - - y - - smtp
-o fallback_relay=
showq unix n - y - - showq
error unix - - y - - error
discard unix - - n - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - y - - lmtp
anvil unix - - n - 1 anvil
scache unix - - n - 1 scache
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
old-cyrus unix - n n - - pipe
flags=R user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -m ${extension} ${user}
cyrus unix - n n - - pipe
user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient

smtp-amavis unix - - y - 2 lmtp
#-o smtp_data_done_timeout=1200
#-o disable_dns_lookups=yes
-o smtp_send_xforward_command=yes
127.0.0.1:10025 inet n - y - - smtpd
#-o content_filter=smtp-amavis:[127.0.0.1]:10024
-o cleanup_service_name=pre-cleanup
-o content_filter=dspam:dummy
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smptd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smptd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
-o smtpd_error_sleep_time=0
-o smtpd_soft_error_limit=1001
-o smtpd_hard_error_limit=1000

127.0.0.1:10026 inet n - n - - smtpd
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
-o smtpd_error_sleep_time=0
-o smtpd_soft_error_limit=1001
-o smtpd_hard_error_limit=1000

dspam unix - n n - - pipe
flags=Rhq user=dspam argv=/usr/local/bin/dspam -i -f ${sender} -- %u --user ${recipient}

cleanup unix n - n - 0 cleanup
-o header_checks=
-o mime_header_checks=
-o nested_header_checks=
-o body_checks=

pre-cleanup unix n - n - 0 cleanup
-o canonical_maps=
-o sender_canonical_maps=
-o recipient_canonical_maps=
-o masquerade_domains=
-o virtual_alias_maps=
-o always_bcc=
-o sender_bcc_maps=
-o recipient_bcc_maps=

local unix - n n - - local
-o content_filter=
-o myhostname=localhost
-o local_recipient_maps=
-o relay_recipient_maps=
-o mynetworks=127.0.0.0/8
-o mynetworks_style=host
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject

dspam-add unix - n n - - pipe
flags=Rhq user=dspam argv=/usr/local/bin/dspam --user ${user}@${nexthop} --addspam

dspam-del unix - n n - - pipe
flags=Rhq user=dspam argv=/usr/local/bin/dspam --user ${user}@${nexthop} --falsepositive


[root@root ~]# grep -v '^#' /etc/postfix/transport

mailv6.fsktm.upm.edu.my smtp:[10.0.0.12]
 
Old 10-01-2006, 02:25 AM   #11
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Try posting

netstat --listen -p

instead, and also your amavisd.conf

Thanks
 
Old 10-02-2006, 04:40 PM   #12
squirtle
Member
 
Registered: Jun 2006
Posts: 55

Original Poster
Rep: Reputation: 15
/etc/amavisd.conf
use strict;





$max_servers = 2; # num of pre-forked children (2..15 is common), -m
$daemon_user = 'amavis'; #1.9.06
$daemon_group = 'amavis';

$mydomain = 'mailv6.fsktm.upm.edu.my'; #1.9.06
$inet_socket_bind = '127.0.0.1';
$MYHOME = '/var/amavis';

$TEMPBASE = "$MYHOME/tmp"; # working directory, needs to exist, -T
$ENV{TMPDIR} = $TEMPBASE; # environment variable TMPDIR
$QUARANTINEDIR = '/var/quarantine'; #1.9.06

$db_home = "$MYHOME/db";

@local_domains_maps = ( [".$mydomain"] );

$log_level = 0; # verbosity 0..5, -d
$log_recip_templ = undef; # disable by-recipient level-0 log entries
$DO_SYSLOG = 1; # log via syslogd (preferred)
$syslog_facility = 'mail'; # Syslog facility as a string
# e.g.: mail, daemon, user, local0, ... local7
$syslog_priority = 'debug'; # Syslog base (minimal) priority as a string,
# choose from: emerg, alert, crit, err, warning, notice, info, debug

$enable_db = 1; # enable use of BerkeleyDB/libdb (SNMP and nanny)
$enable_global_cache = 1; # enable use of libdb-based cache if $enable_db=1

$inet_socket_port = 10024; # listen on this local TCP port(s) (see $protocol)
$unix_socketname = "$MYHOME/amavisd.sock"; # amavisd-release or amavis-milter
# option(s) -p overrides $inet_socket_port and $unix_socketname

$interface_policy{'SOCK'}='AM.PDP-SOCK'; # only relevant with $unix_socketname
$policy_bank{'AM.PDP-SOCK'} = { protocol=>'AM.PDP' };

$sa_tag_level_deflt = 2.0; # add spam info headers if at, or above that level
$sa_tag2_level_deflt = 6.31; # add 'spam detected' headers at that level
$sa_kill_level_deflt = 6.31; # triggers spam evasive actions
$sa_dsn_cutoff_level = 10; # spam level beyond which a DSN is not sent

$sa_mail_body_size_limit = 512*1024; # don't waste time on SA if mail is larger
$sa_local_tests_only = 0; # only tests which do not require internet access?



$virus_admin = "virusalert\@$mydomain"; # notifications recip.

$mailfrom_notify_admin = "postmaster\@$mydomain"; # notifications sender
$mailfrom_notify_recip = "postmaster\@$mydomain"; # notifications sender
$mailfrom_notify_spamadmin = "postmaster\@$mydomain"; # notifications sender
$hdrfrom_notify_admin="Content Filter <postmaster\@$mydomain>";

$mailfrom_to_quarantine = ''; # null return path; uses original sender if undef

@addr_extension_virus_maps = ('virus');
@addr_extension_spam_maps = ('spam');
@addr_extension_banned_maps = ('banned');
@addr_extension_bad_header_maps = ('badh');

$path = '/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin';

$MAXLEVELS = 14;
$MAXFILES = 1500;
$MIN_EXPANSION_QUOTA = 100*1024; # bytes (default undef, not enforced)
$MAX_EXPANSION_QUOTA = 300*1024*1024; # bytes (default undef, not enforced)

$sa_spam_subject_tag = '***SPAM*** ';
$defang_virus = 1; # MIME-wrap passed infected mail
$defang_banned = 1; # MIME-wrap passed mail containing banned name



$forward_method = 'smtp:[127.0.0.1]:10025'; #1.9.06
$notify_method = 'smtp:[127.0.0.1]:10026';

@bypass_spam_checks_acl = qw( . );











@keep_decoded_original_maps = (new_RE(
qr'^MAIL-UNDECIPHERABLE$', # recheck full mail if it contains undecipherables
qr'^(ASCII(?! cpio)|text|uuencoded|xxencoded|binhex)'i,
));



$banned_filename_re = new_RE(

# block certain double extensions anywhere in the base name
qr'\.[^./]*[A-Za-z][^./]*\.(exe|vbs|pif|scr|bat|cmd|com|cpl|dll)\.?$'i,


qr'^application/x-msdownload$'i, # block these MIME types
qr'^application/x-msdos-program$'i,
qr'^application/hta$'i,



[ qr'^\.(rpm|cpio|tar)$' => 0 ], # allow any in Unix-type archives

qr'.\.(exe|vbs|pif|scr|bat|cmd|com|cpl)$'i, # banned extension - basic


qr'^\.(exe-ms)$', # banned file(1) types
);



@score_sender_maps = ({ # a by-recipient hash lookup table,
# results from all matching recipient tables are summed


## site-wide opinions about senders (the '.' matches any recipient)
'.' => [ # the _first_ matching sender determines the score boost

new_RE( # regexp-type lookup table, just happens to be all soft-blacklist
[qr'^(bulkmail|offers|cheapbenefits|earnmoney|foryou)@'i => 5.0],
[qr'^(greatcasino|investments|lose_weight_today|market\.alert)@'i=> 5.0],
[qr'^(money2you|MyGreenCard|new\.tld\.registry|opt-out|opt-in)@'i=> 5.0],
[qr'^(optin|saveonlsmoking2002k|specialoffer|specialoffers)@'i => 5.0],
[qr'^(stockalert|stopsnoring|wantsome|workathome|yesitsfree)@'i => 5.0],
[qr'^(your_friend|greatoffers)@'i => 5.0],
[qr'^(inkjetplanet|marketopt|MakeMoney)\d*@'i => 5.0],
),


{ # a hash-type lookup table (associative array)
'nobody@cert.org' => -3.0,
'cert-advisory@us-cert.gov' => -3.0,
'owner-alert@iss.net' => -3.0,
'slashdot@slashdot.org' => -3.0,
'securityfocus.com' => -3.0,
'ntbugtraq@listserv.ntbugtraq.com' => -3.0,
'security-alerts@linuxsecurity.com' => -3.0,
'mailman-announce-admin@python.org' => -3.0,
'amavis-user-admin@lists.sourceforge.net'=> -3.0,
'amavis-user-bounces@lists.sourceforge.net' => -3.0,
'spamassassin.apache.org' => -3.0,
'notification-return@lists.sophos.com' => -3.0,
'owner-postfix-users@postfix.org' => -3.0,
'owner-postfix-announce@postfix.org' => -3.0,
'owner-sendmail-announce@lists.sendmail.org' => -3.0,
'sendmail-announce-request@lists.sendmail.org' => -3.0,
'donotreply@sendmail.org' => -3.0,
'ca+envelope@sendmail.org' => -3.0,
'noreply@freshmeat.net' => -3.0,
'owner-technews@postel.acm.org' => -3.0,
'ietf-123-owner@loki.ietf.org' => -3.0,
'cvs-commits-list-admin@gnome.org' => -3.0,
'rt-users-admin@lists.fsck.com' => -3.0,
'clp-request@comp.nus.edu.sg' => -3.0,
'surveys-errors@lists.nua.ie' => -3.0,
'emailnews@genomeweb.com' => -5.0,
'yahoo-dev-null@yahoo-inc.com' => -3.0,
'returns.groups.yahoo.com' => -3.0,
'clusternews@linuxnetworx.com' => -3.0,
lc('lvs-users-admin@LinuxVirtualServer.org') => -3.0,
lc('owner-textbreakingnews@CNNIMAIL12.CNN.COM') => -5.0,

# soft-blacklisting (positive score)
'sender@example.net' => 3.0,
'.example.net' => 1.0,

},
], # end of site-wide tables
});


@decoders = (
['mail', \&do_mime_decode],
['asc', \&do_ascii],
['uue', \&do_ascii],
['hqx', \&do_ascii],
['ync', \&do_ascii],
['F', \&do_uncompress, ['unfreeze','freeze -d','melt','fcat'] ],
['Z', \&do_uncompress, ['uncompress','gzip -d','zcat'] ],
['gz', \&do_uncompress, 'gzip -d'],
['gz', \&do_gunzip],
['bz2', \&do_uncompress, 'bzip2 -d'],
['lzo', \&do_uncompress, 'lzop -d'],
['rpm', \&do_uncompress, ['rpm2cpio.pl','rpm2cpio'] ],
['cpio', \&do_pax_cpio, ['pax','gcpio','cpio'] ],
['tar', \&do_pax_cpio, ['pax','gcpio','cpio'] ],
['tar', \&do_tar],
['deb', \&do_ar, 'ar'],
['zip', \&do_unzip],
['rar', \&do_unrar, ['rar','unrar'] ],
['arj', \&do_unarj, ['arj','unarj'] ],
['arc', \&do_arc, ['nomarch','arc'] ],
['zoo', \&do_zoo, ['zoo','unzoo'] ],
['lha', \&do_lha, 'lha'],
['cab', \&do_cabextract, 'cabextract'],
['tnef', \&do_tnef_ext, 'tnef'],
['tnef', \&do_tnef],
['exe', \&do_executable, ['rar','unrar'], 'lha', ['arj','unarj'] ],
);


@av_scanners = (



['ClamAV-clamd',
\&ask_daemon, ["CONTSCAN {}\n", "127.0.0.1:3310"],
qr/\bOK$/, qr/\bFOUND$/,
qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ],







### http://www.kaspersky.com/ (kav4mailservers)
['KasperskyLab AVP - aveclient',
['/usr/local/kav/bin/aveclient','/usr/local/share/kav/bin/aveclient',
'/opt/kav/bin/aveclient','aveclient'],
'-p /var/run/aveserver -s {}/*', [0,3,6,8], qr/\b(INFECTED|SUSPICION)\b/,
qr/(?:INFECTED|SUSPICION) (.+)/,
],

### http://www.kaspersky.com/
['KasperskyLab AntiViral Toolkit Pro (AVP)', ['avp'],
'-* -P -B -Y -O- {}', [0,3,6,8], [2,4], # any use for -A -K ?
qr/infected: (.+)/,
sub {chdir('/opt/AVP') or die "Can't chdir to AVP: $!"},
sub {chdir($TEMPBASE) or die "Can't chdir back to $TEMPBASE $!"},
],

### The kavdaemon and AVPDaemonClient have been removed from Kasperky
### products and replaced by aveserver and aveclient
['KasperskyLab AVPDaemonClient',
[ '/opt/AVP/kavdaemon', 'kavdaemon',
'/opt/AVP/AvpDaemonClient', 'AvpDaemonClient',
'/opt/AVP/AvpTeamDream', 'AvpTeamDream',
'/opt/AVP/avpdc', 'avpdc' ],
"-f=$TEMPBASE {}", [0,8], [3,4,5,6], qr/infected: ([^\r\n]+)/ ],
# change the startup-script in /etc/init.d/kavd to:
# DPARMS="-* -Y -dl -f=/var/amavis /var/amavis"
# (or perhaps: DPARMS="-I0 -Y -* /var/amavis" )
# adjusting /var/amavis above to match your $TEMPBASE.
# The '-f=/var/amavis' is needed if not running it as root, so it
# can find, read, and write its pid file, etc., see 'man kavdaemon'.
# defUnix.prf: there must be an entry "*/var/amavis" (or whatever
# directory $TEMPBASE specifies) in the 'Names=' section.
# cd /opt/AVP/DaemonClients; configure; cd Sample; make
# cp AvpDaemonClient /opt/AVP/
# su - vscan -c "${PREFIX}/kavdaemon ${DPARMS}"

### http://www.centralcommand.com/
['CentralCommand Vexira (new) vascan',
['vascan','/usr/lib/Vexira/vascan'],
"-a s --timeout=60 --temp=$TEMPBASE -y $QUARANTINEDIR ".
"--vdb=/usr/lib/Vexira/vexira8.vdb --log=/var/log/vascan.log {}",
[0,3], [1,2,5],
qr/(?x)^\s* (?:virus|iworm|macro|mutant|sequence|trojan)\ found:\ ( [^\]\s'] + )\ \.\.\.\ / ],
# Adjust the path of the binary and the virus database as needed.
# 'vascan' does not allow to have the temp directory to be the same as
# the quarantine directory, and the quarantine option can not be disabled.
# If $QUARANTINEDIR is not used, then another directory must be specified
# to appease 'vascan'. Move status 3 to the second list if password
# protected files are to be considered infected.

### http://www.hbedv.com/
['H+BEDV AntiVir or the (old) CentralCommand Vexira Antivirus',
['antivir','vexira'],
'--allfiles -noboot -nombr -rs -s -z {}', [0], qr/ALERT:|VIRUS:/,
qr/(?x)^\s* (?: ALERT: \s* (?: \[ | [^']* ' ) |
(?i) VIRUS:\ .*?\ virus\ '?) ( [^\]\s']+ )/ ],
# NOTE: if you only have a demo version, remove -z and add 214, as in:
# '--allfiles -noboot -nombr -rs -s {}', [0,214], qr/ALERT:|VIRUS:/,

### http://www.commandsoftware.com/
['Command AntiVirus for Linux', 'csav',
'-all -archive -packed {}', [50], [51,52,53],
qr/Infection: (.+)/ ],

### http://www.symantec.com/
['Symantec CarrierScan via Symantec CommandLineScanner',
'cscmdline', '-a scan -i 1 -v -s 127.0.0.1:7777 {}',
qr/^Files Infected:\s+0$/, qr/^Infected\b/,
qr/^(?:Info|Virus Name):\s+(.+)/ ],

### http://www.symantec.com/
['Symantec AntiVirus Scan Engine',
'savsecls', '-server 127.0.0.1:7777 -mode scanrepair -details -verbose {}',
[0], qr/^Infected\b/,
qr/^(?:Info|Virus Name):\s+(.+)/ ],
# NOTE: check options and patterns to see which entry better applies

### http://www.f-secure.com/products/anti-virus/
['F-Secure Antivirus', 'fsav',
'--dumb --mime --archive {}', [0], [3,8],
qr/(?:infection|Infected|Suspected): (.+)/ ],



['CAI InoculateIT', 'inocucmd', # retired product
'-sec -nex {}', [0], [100],
qr/was infected by virus (.+)/ ],
# see: http://www.flatmtn.com/computer/Linu...virus_CAI.html

### http://www3.ca.com/Solutions/Product.asp?ID=156 (ex InoculateIT)
['CAI eTrust Antivirus', 'etrust-wrapper',
'-arc -nex -spm h {}', [0], [101],
qr/is infected by virus: (.+)/ ],
# NOTE: requires suid wrapper around inocmd32; consider flag: -mod reviewer
# see http://marc.theaimsgroup.com/?l=amav...09229779912783

### http://mks.com.pl/english.html
['MkS_Vir for Linux (beta)', ['mks32','mks'],
'-s {}/*', [0], [1,2],
qr/--[ \t]*(.+)/ ],

### http://mks.com.pl/english.html
['MkS_Vir daemon', 'mksscan',
'-s -q {}', [0], [1..7],
qr/^... (\S+)/ ],

### http://www.nod32.com/
['ESET Software NOD32 Command Line Interface v 2.51', 'nod32cli',
'--subdir {}', [0,3], [1,2], qr/virus="([^"]+)"/ ],




### http://www.norman.com/products_nvc.shtml
['Norman Virus Control v5 / Linux', 'nvcc',
'-c -l:0 -s -u -temp:$TEMPBASE {}', [0,10,11], [1,2,14],
qr/(?i).* virus in .* -> \'(.+)\'/ ],

### http://www.pandasoftware.com/
['Panda Antivirus for Linux', ['pavcl'],
'-aut -aex -heu -cmp -nbr -nor -nso -eng {}',
qr/Number of files infected[ .]*: 0+(?!\d)/,
qr/Number of files infected[ .]*: 0*[1-9]/,
qr/Found virus :\s*(\S+)/ ],



### http://www.nai.com/
['NAI McAfee AntiVirus (uvscan)', 'uvscan',
'--secure -rv --mime --summary --noboot - {}', [0], [13],
qr/(?x) Found (?:
\ the\ (.+)\ (?:virus|trojan) |
\ (?:virus|trojan)\ or\ variant\ (.+?)\s*! |
:\ (.+)\ NOT\ a\ virus)/,
# sub {$ENV{LD_PRELOAD}='/lib/libc.so.6'},
# sub {delete $ENV{LD_PRELOAD}},
],
# NOTE1: with RH9: force the dynamic linker to look at /lib/libc.so.6 before
# anything else by setting environment variable LD_PRELOAD=/lib/libc.so.6
# and then clear it when finished to avoid confusing anything else.
# NOTE2: to treat encrypted files as viruses replace the [13] with:
# qr/^\s{5,}(Found|is password-protected|.*(virus|trojan))/

### http://www.virusbuster.hu/en/
['VirusBuster', ['vbuster', 'vbengcl'],
"{} -ss -i '*' -log=$MYHOME/vbuster.log", [0], [1],
qr/: '(.*)' - Virus/ ],
# VirusBuster Ltd. does not support the daemon version for the workstation
# engine (vbuster-eng-1.12-linux-i386-libc6.tgz) any longer. The names of
# binaries, some parameters AND return codes have changed (from 3 to 1).
# See also the new Vexira entry 'vascan' which is possibly related.


### http://www.cyber.com/
['CyberSoft VFind', 'vfind',
'--vexit {}/*', [0], [23], qr/##==>>>> VIRUS ID: CVDL (.+)/,
# sub {$ENV{VSTK_HOME}='/usr/lib/vstk'},
],

### http://www.avast.com/
['avast! Antivirus', ['/usr/bin/avastcmd','avastcmd'],
'-a -i -n -t=A {}', [0], [1], qr/\binfected by:\s+([^ \t\n\[\]]+)/ ],

### http://www.ikarus-software.com/
['Ikarus AntiVirus for Linux', 'ikarus',
'{}', [0], [40], qr/Signature (.+) found/ ],

### http://www.bitdefender.com/
['BitDefender', 'bdc',
'--arc --mail {}', qr/^Infected files *:0+(?!\d)/,
qr/^(?:Infected files|Identified viruses|Suspect files) *:0*[1-9]/,
qr/(?:suspected|infected): (.*)(?:\033|$)/ ],
# consider also: --all --nowarn --alev=15 --flev=15. The --all argument may
# not apply to your version of bdc, check documentation and see 'bdc --help'



);


@av_scanners_backup = (

### http://www.clamav.net/ - backs up clamd or Mail::ClamAV
['ClamAV-clamscan', 'clamscan',
"--stdout --disable-summary -r --tempdir=$TEMPBASE {}",
[0], qr/:.*\sFOUND$/, qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ],

### http://www.f-prot.com/ - backs up F-Prot Daemon
['FRISK F-Prot Antivirus', ['f-prot','f-prot.sh'],
'-dumb -archive -packed {}', [0,8], [3,6],
qr/Infection: (.+)|\s+contains\s+(.+)$/ ],

### http://www.trendmicro.com/ - backs up Trophie
['Trend Micro FileScanner', ['/etc/iscan/vscan','vscan'],
'-za -a {}', [0], qr/Found virus/, qr/Found virus (.+) in/ ],

### http://www.sald.com/, http://drweb.imshop.de/ - backs up DrWebD
['drweb - DrWeb Antivirus',
['/usr/local/drweb/drweb', '/opt/drweb/drweb', 'drweb'],
'-path={} -al -go -ot -cn -upn -ok-',
[0,32], [1,9,33], qr' infected (?:with|by)(?: virus)? (.*)$'],

['KasperskyLab kavscanner', ['/opt/kav/bin/kavscanner','kavscanner'],
'-i1 -xp {}', [0,10,15], [5,20,21,25],
qr/(?:CURED|INFECTED|CUREFAILED|WARNING|SUSPICION) (.*)/ ,
sub {chdir('/opt/kav/bin') or die "Can't chdir to kav: $!"},
sub {chdir($TEMPBASE) or die "Can't chdir back to $TEMPBASE $!"},
],



);


1; # insure a defined return

thanks

Last edited by squirtle; 10-02-2006 at 04:44 PM.
 
Old 10-02-2006, 04:45 PM   #13
squirtle
Member
 
Registered: Jun 2006
Posts: 55

Original Poster
Rep: Reputation: 15
i use netstat -p because netstat -listen -p have error.
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 mailv6.fsktm.upm.edu.:33689 64.233.189.104:http ESTABLISHED 2783/firefox-bin
tcp 0 0 mailv6.fsktm.upm.edu.:33688 64.233.189.104:http ESTABLISHED 2783/firefox-bin
tcp 0 0 mailv6.fsktm.upm.edu.:33685 64.233.189.104:http ESTABLISHED 2783/firefox-bin
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 28 [ ] DGRAM 5383 1671/syslogd /dev/log
unix 2 [ ] DGRAM 3811 897/udevd @udevd
unix 2 [ ] DGRAM 7416 2306/hald @/var/run/hal/hotplug_socket2
unix 3 [ ] STREAM CONNECTED 10838 2674/gam_server @/tmp/fam-root-
unix 3 [ ] STREAM CONNECTED 10837 2812/evince
unix 3 [ ] STREAM CONNECTED 10830 2812/evince /tmp/orbit-root/linc-afc-0-616295f5d0f02
unix 3 [ ] STREAM CONNECTED 10829 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 10826 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 10825 2812/evince
unix 3 [ ] STREAM CONNECTED 10822 2601/gnome-session /tmp/.ICE-unix/2601
unix 3 [ ] STREAM CONNECTED 10821 2812/evince
unix 3 [ ] STREAM CONNECTED 10816 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 10815 2812/evince
unix 3 [ ] STREAM CONNECTED 10745 2814/gnome-pty-help
unix 3 [ ] STREAM CONNECTED 10744 2809/gnome-terminal
unix 3 [ ] STREAM CONNECTED 10695 2809/gnome-terminal /tmp/orbit-root/linc-af9-0-15638cc44c6d8
unix 3 [ ] STREAM CONNECTED 10694 2665/bonobo-activat
unix 3 [ ] STREAM CONNECTED 10693 2665/bonobo-activat /tmp/orbit-root/linc-a69-0-3d6ba0d6815d3
unix 3 [ ] STREAM CONNECTED 10692 2809/gnome-terminal
unix 3 [ ] STREAM CONNECTED 10691 2809/gnome-terminal /tmp/orbit-root/linc-af9-0-15638cc44c6d8
unix 3 [ ] STREAM CONNECTED 10690 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 10687 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 10686 2809/gnome-terminal
unix 3 [ ] STREAM CONNECTED 10683 2601/gnome-session /tmp/.ICE-unix/2601
unix 3 [ ] STREAM CONNECTED 10681 2809/gnome-terminal
unix 4 [ ] STREAM CONNECTED 10676 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 10675 2809/gnome-terminal
unix 3 [ ] STREAM CONNECTED 10248 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 10247 2783/firefox-bin
unix 3 [ ] STREAM CONNECTED 9956 2783/firefox-bin /tmp/orbit-root/linc-adf-0-5e42f6e5f16be
unix 3 [ ] STREAM CONNECTED 9955 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 9952 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 9951 2783/firefox-bin
unix 3 [ ] STREAM CONNECTED 9935 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 9934 2783/firefox-bin
unix 3 [ ] STREAM CONNECTED 9837 2722/python /tmp/orbit-root/linc-aa2-0-1c38c48b24168
unix 3 [ ] STREAM CONNECTED 9836 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 9833 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 9832 2722/python
unix 3 [ ] STREAM CONNECTED 9829 2601/gnome-session /tmp/.ICE-unix/2601
unix 3 [ ] STREAM CONNECTED 9828 2722/python
unix 3 [ ] STREAM CONNECTED 9827 2710/gnome-panel /tmp/orbit-root/linc-a96-0-7f766a2d35585
unix 3 [ ] STREAM CONNECTED 9826 2741/notification-a
unix 3 [ ] STREAM CONNECTED 9825 2741/notification-a /tmp/orbit-root/linc-ab5-0-d7f1916e2b4
unix 3 [ ] STREAM CONNECTED 9824 2710/gnome-panel
unix 3 [ ] STREAM CONNECTED 9803 2710/gnome-panel /tmp/orbit-root/linc-a96-0-7f766a2d35585
unix 3 [ ] STREAM CONNECTED 9802 2743/clock-applet
unix 3 [ ] STREAM CONNECTED 9801 2743/clock-applet /tmp/orbit-root/linc-ab7-0-2449fb177595d
unix 3 [ ] STREAM CONNECTED 9800 2710/gnome-panel
unix 3 [ ] STREAM CONNECTED 9709 2710/gnome-panel /tmp/orbit-root/linc-a96-0-7f766a2d35585
unix 3 [ ] STREAM CONNECTED 9708 2745/mixer_applet2
unix 3 [ ] STREAM CONNECTED 9707 2745/mixer_applet2 /tmp/orbit-root/linc-ab9-0-d7f191857a8
unix 3 [ ] STREAM CONNECTED 9706 2710/gnome-panel
unix 3 [ ] STREAM CONNECTED 9702 2743/clock-applet /tmp/orbit-root/linc-ab7-0-2449fb177595d
unix 3 [ ] STREAM CONNECTED 9701 2665/bonobo-activat
unix 3 [ ] STREAM CONNECTED 9700 2665/bonobo-activat /tmp/orbit-root/linc-a69-0-3d6ba0d6815d3
unix 3 [ ] STREAM CONNECTED 9699 2743/clock-applet
unix 3 [ ] STREAM CONNECTED 9698 2743/clock-applet /tmp/orbit-root/linc-ab7-0-2449fb177595d
unix 3 [ ] STREAM CONNECTED 9697 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 9694 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 9693 2743/clock-applet
unix 3 [ ] STREAM CONNECTED 9688 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 9687 2743/clock-applet
unix 3 [ ] STREAM CONNECTED 9667 2745/mixer_applet2 /tmp/orbit-root/linc-ab9-0-d7f191857a8
unix 3 [ ] STREAM CONNECTED 9666 2665/bonobo-activat
unix 3 [ ] STREAM CONNECTED 9665 2665/bonobo-activat /tmp/orbit-root/linc-a69-0-3d6ba0d6815d3
unix 3 [ ] STREAM CONNECTED 9664 2745/mixer_applet2
unix 3 [ ] STREAM CONNECTED 9663 2745/mixer_applet2 /tmp/orbit-root/linc-ab9-0-d7f191857a8
unix 3 [ ] STREAM CONNECTED 9662 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 9659 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 9658 2745/mixer_applet2
unix 3 [ ] STREAM CONNECTED 9653 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 9652 2745/mixer_applet2
unix 3 [ ] STREAM CONNECTED 9651 2741/notification-a /tmp/orbit-root/linc-ab5-0-d7f1916e2b4
unix 3 [ ] STREAM CONNECTED 9650 2665/bonobo-activat
unix 3 [ ] STREAM CONNECTED 9647 2665/bonobo-activat /tmp/orbit-root/linc-a69-0-3d6ba0d6815d3
unix 3 [ ] STREAM CONNECTED 9646 2741/notification-a
unix 3 [ ] STREAM CONNECTED 9645 2741/notification-a /tmp/orbit-root/linc-ab5-0-d7f1916e2b4
unix 3 [ ] STREAM CONNECTED 9644 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 9641 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 9640 2741/notification-a
unix 3 [ ] STREAM CONNECTED 9635 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 9634 2741/notification-a
unix 3 [ ] STREAM CONNECTED 9614 2739/mapping-daemon /tmp/mapping-root
unix 3 [ ] STREAM CONNECTED 9606 2712/nautilus
unix 3 [ ] STREAM CONNECTED 9581 2710/gnome-panel /tmp/orbit-root/linc-a96-0-7f766a2d35585
unix 3 [ ] STREAM CONNECTED 9580 2730/gnome-vfs-daem
unix 3 [ ] STREAM CONNECTED 9579 2730/gnome-vfs-daem /tmp/orbit-root/linc-aaa-0-597534ae5b796
unix 3 [ ] STREAM CONNECTED 9578 2710/gnome-panel
unix 3 [ ] STREAM CONNECTED 9577 2674/gam_server @/tmp/fam-root-
unix 3 [ ] STREAM CONNECTED 9574 2710/gnome-panel
unix 3 [ ] STREAM CONNECTED 9566 2710/gnome-panel /tmp/orbit-root/linc-a96-0-7f766a2d35585
unix 3 [ ] STREAM CONNECTED 9565 2726/wnck-applet
unix 3 [ ] STREAM CONNECTED 9564 2726/wnck-applet /tmp/orbit-root/linc-aa6-0-1def15826637
unix 3 [ ] STREAM CONNECTED 9563 2710/gnome-panel
unix 3 [ ] STREAM CONNECTED 9556 2712/nautilus /tmp/orbit-root/linc-a98-0-7f766a2a62398
unix 3 [ ] STREAM CONNECTED 9555 2730/gnome-vfs-daem
unix 3 [ ] STREAM CONNECTED 9554 2730/gnome-vfs-daem /tmp/orbit-root/linc-aaa-0-597534ae5b796
unix 3 [ ] STREAM CONNECTED 9553 2712/nautilus
unix 3 [ ] STREAM CONNECTED 9550 2730/gnome-vfs-daem /tmp/orbit-root/linc-aaa-0-597534ae5b796
unix 3 [ ] STREAM CONNECTED 9549 2665/bonobo-activat
unix 3 [ ] STREAM CONNECTED 9548 2665/bonobo-activat /tmp/orbit-root/linc-a69-0-3d6ba0d6815d3
unix 3 [ ] STREAM CONNECTED 9547 2730/gnome-vfs-daem
unix 3 [ ] STREAM CONNECTED 9543 2730/gnome-vfs-daem /tmp/orbit-root/linc-aaa-0-597534ae5b796
unix 3 [ ] STREAM CONNECTED 9536 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 9533 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 9532 2730/gnome-vfs-daem
unix 3 [ ] STREAM CONNECTED 9531 2674/gam_server @/tmp/fam-root-
unix 3 [ ] STREAM CONNECTED 9530 2730/gnome-vfs-daem
unix 3 [ ] STREAM CONNECTED 9529 2285/dbus-daemon /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 9528 2730/gnome-vfs-daem
unix 3 [ ] STREAM CONNECTED 9521 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 9520 2722/python
unix 3 [ ] STREAM CONNECTED 9519 2726/wnck-applet /tmp/orbit-root/linc-aa6-0-1def15826637
unix 3 [ ] STREAM CONNECTED 9518 2665/bonobo-activat
unix 3 [ ] STREAM CONNECTED 9517 2665/bonobo-activat /tmp/orbit-root/linc-a69-0-3d6ba0d6815d3
unix 3 [ ] STREAM CONNECTED 9516 2726/wnck-applet
unix 3 [ ] STREAM CONNECTED 9515 2726/wnck-applet /tmp/orbit-root/linc-aa6-0-1def15826637
unix 3 [ ] STREAM CONNECTED 9514 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 9512 2712/nautilus /tmp/orbit-root/linc-a98-0-7f766a2a62398
unix 3 [ ] STREAM CONNECTED 9511 2665/bonobo-activat
unix 3 [ ] STREAM CONNECTED 9510 2665/bonobo-activat /tmp/orbit-root/linc-a69-0-3d6ba0d6815d3
unix 3 [ ] STREAM CONNECTED 9509 2712/nautilus
unix 3 [ ] STREAM CONNECTED 9499 2674/gam_server @/tmp/fam-root-
unix 3 [ ] STREAM CONNECTED 9498 2712/nautilus
unix 3 [ ] STREAM CONNECTED 9496 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 9495 2726/wnck-applet
unix 3 [ ] STREAM CONNECTED 9478 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 9477 2726/wnck-applet
unix 3 [ ] STREAM CONNECTED 9430 2285/dbus-daemon /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 9429 2718/eggcups
unix 3 [ ] STREAM CONNECTED 9416 2601/gnome-session /tmp/.ICE-unix/2601
unix 3 [ ] STREAM CONNECTED 9411 2720/pam-panel-icon
unix 3 [ ] STREAM CONNECTED 9410 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 9409 2720/pam-panel-icon
unix 3 [ ] STREAM CONNECTED 9394 2653/dbus-daemon @/tmp/dbus-ypfB6UlDEx
unix 3 [ ] STREAM CONNECTED 9393 2718/eggcups
unix 3 [ ] STREAM CONNECTED 9391 2718/eggcups /tmp/orbit-root/linc-a9e-0-628cec1767d61
unix 3 [ ] STREAM CONNECTED 9390 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 9387 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 9386 2718/eggcups
unix 3 [ ] STREAM CONNECTED 9383 2601/gnome-session /tmp/.ICE-unix/2601
unix 3 [ ] STREAM CONNECTED 9382 2718/eggcups
unix 3 [ ] STREAM CONNECTED 9380 2712/nautilus /tmp/orbit-root/linc-a98-0-7f766a2a62398
unix 3 [ ] STREAM CONNECTED 9379 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 9373 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 9372 2718/eggcups
unix 3 [ ] STREAM CONNECTED 9363 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 9360 2712/nautilus
unix 3 [ ] STREAM CONNECTED 9357 2601/gnome-session /tmp/.ICE-unix/2601
unix 3 [ ] STREAM CONNECTED 9356 2712/nautilus
unix 3 [ ] STREAM CONNECTED 9351 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 9350 2712/nautilus
unix 3 [ ] STREAM CONNECTED 9338 2710/gnome-panel /tmp/orbit-root/linc-a96-0-7f766a2d35585
unix 3 [ ] STREAM CONNECTED 9337 2665/bonobo-activat
unix 3 [ ] STREAM CONNECTED 9336 2665/bonobo-activat /tmp/orbit-root/linc-a69-0-3d6ba0d6815d3
unix 3 [ ] STREAM CONNECTED 9335 2710/gnome-panel
unix 3 [ ] STREAM CONNECTED 9334 2285/dbus-daemon /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 9333 2714/gnome-volume-m
unix 3 [ ] STREAM CONNECTED 9332 2714/gnome-volume-m /tmp/orbit-root/linc-a9a-0-7f766a2d3724a
unix 3 [ ] STREAM CONNECTED 9331 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 9328 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 9327 2714/gnome-volume-m
unix 3 [ ] STREAM CONNECTED 9326 2710/gnome-panel /tmp/orbit-root/linc-a96-0-7f766a2d35585
unix 3 [ ] STREAM CONNECTED 9325 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 9322 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 9321 2710/gnome-panel
unix 3 [ ] STREAM CONNECTED 9318 2601/gnome-session /tmp/.ICE-unix/2601
unix 3 [ ] STREAM CONNECTED 9317 2714/gnome-volume-m
unix 3 [ ] STREAM CONNECTED 9314 2601/gnome-session /tmp/.ICE-unix/2601
unix 3 [ ] STREAM CONNECTED 9313 2710/gnome-panel
unix 3 [ ] STREAM CONNECTED 9308 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 9307 2714/gnome-volume-m
unix 3 [ ] STREAM CONNECTED 9290 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 9289 2710/gnome-panel
unix 3 [ ] STREAM CONNECTED 9276 2601/gnome-session /tmp/.ICE-unix/2601
unix 3 [ ] STREAM CONNECTED 9275 2706/metacity
unix 3 [ ] STREAM CONNECTED 9274 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 9273 2706/metacity
unix 3 [ ] STREAM CONNECTED 9272 2706/metacity /tmp/orbit-root/linc-a92-0-69363412c71ce
unix 3 [ ] STREAM CONNECTED 9271 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 9268 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 9267 2706/metacity
unix 3 [ ] STREAM CONNECTED 9213 2667/gnome-settings /tmp/orbit-root/linc-a6b-0-63a5142aea8a2
unix 3 [ ] STREAM CONNECTED 9207 2601/gnome-session
unix 3 [ ] STREAM CONNECTED 9203 2667/gnome-settings /tmp/orbit-root/linc-a6b-0-63a5142aea8a2
unix 3 [ ] STREAM CONNECTED 9202 2665/bonobo-activat
unix 3 [ ] STREAM CONNECTED 9201 2665/bonobo-activat /tmp/orbit-root/linc-a69-0-3d6ba0d6815d3
unix 3 [ ] STREAM CONNECTED 9200 2667/gnome-settings
unix 3 [ ] STREAM CONNECTED 9169 2674/gam_server @/tmp/fam-root-
unix 3 [ ] STREAM CONNECTED 9168 2667/gnome-settings
unix 3 [ ] STREAM CONNECTED 9127 2667/gnome-settings /tmp/orbit-root/linc-a6b-0-63a5142aea8a2
unix 3 [ ] STREAM CONNECTED 9126 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 9123 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 9122 2667/gnome-settings
unix 3 [ ] STREAM CONNECTED 9117 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 9116 2667/gnome-settings
unix 3 [ ] STREAM CONNECTED 9110 2601/gnome-session /tmp/orbit-root/linc-a29-0-3c620457293fd
unix 3 [ ] STREAM CONNECTED 9109 2665/bonobo-activat
unix 3 [ ] STREAM CONNECTED 9108 2665/bonobo-activat /tmp/orbit-root/linc-a69-0-3d6ba0d6815d3
unix 3 [ ] STREAM CONNECTED 9107 2601/gnome-session
unix 3 [ ] STREAM CONNECTED 9041 2601/gnome-session /tmp/orbit-root/linc-a29-0-3c620457293fd
unix 3 [ ] STREAM CONNECTED 9040 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 9039 2660/gconfd-2 /tmp/orbit-root/linc-a64-0-77d001c1d4a86
unix 3 [ ] STREAM CONNECTED 8902 2601/gnome-session
unix 2 [ ] DGRAM 8889 2660/gconfd-2
unix 3 [ ] STREAM CONNECTED 8883 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 8882 2601/gnome-session
unix 3 [ ] STREAM CONNECTED 8871 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 8870 2652/dbus-launch
unix 3 [ ] STREAM CONNECTED 8869 2653/dbus-daemon
unix 3 [ ] STREAM CONNECTED 8868 2653/dbus-daemon
unix 3 [ ] STREAM CONNECTED 8564 2250/xfs /tmp/.font-unix/fs7100
unix 3 [ ] STREAM CONNECTED 8563 2562/X
unix 4 [ ] STREAM CONNECTED 8568 2562/X /tmp/.X11-unix/X0
unix 3 [ ] STREAM CONNECTED 8489 2557/gdm-binary
unix 3 [ ] STREAM CONNECTED 7615 2285/dbus-daemon /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 7614 2306/hald
unix 3 [ ] STREAM CONNECTED 7581 2306/hald @/tmp/hald-local/dbus-hHxFnxpfD6
unix 3 [ ] STREAM CONNECTED 7580 2323/hald-addon-sto
unix 3 [ ] STREAM CONNECTED 7520 2003/acpid /var/run/acpid.socket
unix 3 [ ] STREAM CONNECTED 7519 2311/hald-addon-acp
unix 3 [ ] STREAM CONNECTED 7531 2306/hald @/tmp/hald-local/dbus-hHxFnxpfD6
unix 3 [ ] STREAM CONNECTED 7518 2311/hald-addon-acp
unix 3 [ ] STREAM CONNECTED 7159 2285/dbus-daemon /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM CONNECTED 7158 2297/cups-config-da
unix 3 [ ] STREAM CONNECTED 7142 2285/dbus-daemon
unix 3 [ ] STREAM CONNECTED 7141 2285/dbus-daemon
unix 2 [ ] DGRAM 7115 2273/saslauthd
unix 2 [ ] DGRAM 7075 2258/anacron
unix 2 [ ] DGRAM 6960 2218/crond
unix 2 [ ] DGRAM 6771 2172/tlsmgr
unix 2 [ ] DGRAM 6738 2160/qmgr
unix 2 [ ] DGRAM 6725 2159/pickup
unix 2 [ ] DGRAM 6713 2161/gpm
 
Old 10-02-2006, 04:46 PM   #14
squirtle
Member
 
Registered: Jun 2006
Posts: 55

Original Poster
Rep: Reputation: 15
other output is here:
unix 3 [ ] STREAM CONNECTED 6709 2151/master
unix 3 [ ] STREAM CONNECTED 6708 2151/master
unix 3 [ ] STREAM CONNECTED 6705 2151/master
unix 3 [ ] STREAM CONNECTED 6704 2151/master
unix 3 [ ] STREAM CONNECTED 6701 2151/master
unix 3 [ ] STREAM CONNECTED 6700 2151/master
unix 3 [ ] STREAM CONNECTED 6699 2151/master
unix 3 [ ] STREAM CONNECTED 6698 2151/master
unix 3 [ ] STREAM CONNECTED 6695 2151/master
unix 3 [ ] STREAM CONNECTED 6694 2151/master
unix 3 [ ] STREAM CONNECTED 6693 2151/master
unix 3 [ ] STREAM CONNECTED 6692 2151/master
unix 3 [ ] STREAM CONNECTED 6689 2151/master
unix 3 [ ] STREAM CONNECTED 6688 2151/master
unix 3 [ ] STREAM CONNECTED 6685 2151/master
unix 3 [ ] STREAM CONNECTED 6684 2151/master
unix 3 [ ] STREAM CONNECTED 6681 2151/master
unix 3 [ ] STREAM CONNECTED 6680 2151/master
unix 3 [ ] STREAM CONNECTED 6677 2151/master
unix 3 [ ] STREAM CONNECTED 6676 2151/master
unix 3 [ ] STREAM CONNECTED 6673 2151/master
unix 3 [ ] STREAM CONNECTED 6672 2151/master
unix 3 [ ] STREAM CONNECTED 6669 2151/master
unix 3 [ ] STREAM CONNECTED 6668 2151/master
unix 3 [ ] STREAM CONNECTED 6665 2151/master
unix 3 [ ] STREAM CONNECTED 6664 2151/master
unix 3 [ ] STREAM CONNECTED 6661 2151/master
unix 3 [ ] STREAM CONNECTED 6660 2151/master
unix 3 [ ] STREAM CONNECTED 6657 2151/master
unix 3 [ ] STREAM CONNECTED 6656 2151/master
unix 3 [ ] STREAM CONNECTED 6653 2151/master
unix 3 [ ] STREAM CONNECTED 6652 2151/master
unix 3 [ ] STREAM CONNECTED 6649 2151/master
unix 3 [ ] STREAM CONNECTED 6648 2151/master
unix 3 [ ] STREAM CONNECTED 6645 2151/master
unix 3 [ ] STREAM CONNECTED 6644 2151/master
unix 3 [ ] STREAM CONNECTED 6641 2151/master
unix 3 [ ] STREAM CONNECTED 6640 2151/master
unix 3 [ ] STREAM CONNECTED 6633 2151/master
unix 3 [ ] STREAM CONNECTED 6632 2151/master
unix 3 [ ] STREAM CONNECTED 6629 2151/master
unix 3 [ ] STREAM CONNECTED 6628 2151/master
unix 3 [ ] STREAM CONNECTED 6625 2151/master
unix 3 [ ] STREAM CONNECTED 6624 2151/master
unix 3 [ ] STREAM CONNECTED 6621 2151/master
unix 3 [ ] STREAM CONNECTED 6620 2151/master
unix 3 [ ] STREAM CONNECTED 6617 2151/master
unix 3 [ ] STREAM CONNECTED 6616 2151/master
unix 3 [ ] STREAM CONNECTED 6613 2151/master
unix 3 [ ] STREAM CONNECTED 6612 2151/master
unix 3 [ ] STREAM CONNECTED 6609 2151/master
unix 3 [ ] STREAM CONNECTED 6608 2151/master
unix 3 [ ] STREAM CONNECTED 6605 2151/master
unix 3 [ ] STREAM CONNECTED 6604 2151/master
unix 3 [ ] STREAM CONNECTED 6601 2151/master
unix 3 [ ] STREAM CONNECTED 6600 2151/master
unix 3 [ ] STREAM CONNECTED 6597 2151/master
unix 3 [ ] STREAM CONNECTED 6596 2151/master
unix 3 [ ] STREAM CONNECTED 6593 2151/master
unix 3 [ ] STREAM CONNECTED 6592 2151/master
unix 3 [ ] STREAM CONNECTED 6589 2151/master
unix 3 [ ] STREAM CONNECTED 6588 2151/master
unix 3 [ ] STREAM CONNECTED 6585 2151/master
unix 3 [ ] STREAM CONNECTED 6584 2151/master
unix 3 [ ] STREAM CONNECTED 6581 2151/master
unix 3 [ ] STREAM CONNECTED 6580 2151/master
unix 3 [ ] STREAM CONNECTED 6574 2151/master
unix 3 [ ] STREAM CONNECTED 6573 2151/master
unix 3 [ ] STREAM CONNECTED 6571 2151/master
unix 3 [ ] STREAM CONNECTED 6570 2151/master
unix 2 [ ] DGRAM 6550 2151/master
unix 2 [ ] DGRAM 6467 2125/amavisd (virgi
unix 2 [ ] DGRAM 6460 2124/amavisd (virgi
unix 2 [ ] DGRAM 6330 2094/amavisd (maste
unix 2 [ ] DGRAM 6248 2077/dovecot-auth
unix 3 [ ] STREAM CONNECTED 6254 2077/dovecot-auth /var/run/dovecot-login/default
unix 3 [ ] STREAM CONNECTED 6247 2081/pop3-login
unix 3 [ ] STREAM CONNECTED 6253 2077/dovecot-auth /var/run/dovecot-login/default
unix 3 [ ] STREAM CONNECTED 6244 2083/pop3-login
unix 3 [ ] STREAM CONNECTED 6252 2077/dovecot-auth /var/run/dovecot-login/default
unix 3 [ ] STREAM CONNECTED 6241 2082/pop3-login
unix 3 [ ] STREAM CONNECTED 6251 2077/dovecot-auth /var/run/dovecot-login/default
unix 3 [ ] STREAM CONNECTED 6238 2080/imap-login
unix 3 [ ] STREAM CONNECTED 6250 2077/dovecot-auth /var/run/dovecot-login/default
unix 3 [ ] STREAM CONNECTED 6235 2079/imap-login
unix 3 [ ] STREAM CONNECTED 6249 2077/dovecot-auth /var/run/dovecot-login/default
unix 3 [ ] STREAM CONNECTED 6232 2078/imap-login
unix 2 [ ] DGRAM 6229 2081/pop3-login
unix 2 [ ] DGRAM 6228 2083/pop3-login
unix 2 [ ] DGRAM 6227 2082/pop3-login
unix 2 [ ] DGRAM 6226 2080/imap-login
unix 2 [ ] DGRAM 6225 2079/imap-login
unix 2 [ ] DGRAM 6224 2078/imap-login
unix 3 [ ] STREAM CONNECTED 6223 2083/pop3-login
unix 3 [ ] STREAM CONNECTED 6222 2068/dovecot
unix 3 [ ] STREAM CONNECTED 6221 2082/pop3-login
unix 3 [ ] STREAM CONNECTED 6220 2068/dovecot
unix 3 [ ] STREAM CONNECTED 6219 2081/pop3-login
unix 3 [ ] STREAM CONNECTED 6218 2068/dovecot
unix 3 [ ] STREAM CONNECTED 6217 2080/imap-login
unix 3 [ ] STREAM CONNECTED 6216 2068/dovecot
unix 3 [ ] STREAM CONNECTED 6215 2079/imap-login
unix 3 [ ] STREAM CONNECTED 6214 2068/dovecot
unix 3 [ ] STREAM CONNECTED 6213 2078/imap-login
unix 3 [ ] STREAM CONNECTED 6212 2068/dovecot
unix 3 [ ] STREAM CONNECTED 6211 2077/dovecot-auth
unix 3 [ ] STREAM CONNECTED 6210 2068/dovecot
unix 2 [ ] DGRAM 6187 2084/clamd
unix 2 [ ] DGRAM 6175 2068/dovecot
unix 2 [ ] DGRAM 5678 1759/sdpd
unix 2 [ ] DGRAM 5677 1757/hcid: processi
unix 3 [ ] STREAM CONNECTED 5659 1744/rpc.idmapd
unix 3 [ ] STREAM CONNECTED 5658 1744/rpc.idmapd
unix 2 [ ] DGRAM 5469 1716/auditd
unix 2 [ ] DGRAM 5425 1702/rpc.statd
unix 2 [ ] DGRAM 5386 1673/klogd
[root@root ~]#
Thanks
 
Old 10-03-2006, 04:59 AM   #15
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
i'm not sure if this is your problem or not, but I'm almost certain that for this setup, forward_methond and notify_method need to me the same (ie

$forward_method = 'smtp:[127.0.0.1]:10025'; #1.9.06
$notify_method = 'smtp:[127.0.0.1]:10025'; # not 10026

Try that and report back - repost maillog if not working
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Postfix send mail problem(In RH9, kernal 2.4.20, postfix 2.1.5) minor Linux - General 6 09-23-2019 10:09 PM
Postfix - cannot send e-mail abapdr Linux - Software 13 08-13-2013 05:47 AM
not able to send mail using postfix Robin01 Linux - Software 4 12-28-2007 03:41 PM
just send mail using postfix shipon_97 Linux - Networking 1 08-10-2006 06:01 AM
Postfix will not send mail antken Linux - Networking 1 10-05-2003 06:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration