[prev in list] [next in list] [prev in thread] [next in thread] 

List:       postfix-users
Subject:    Warning: connect to transport vscan: conection refused Postconf -n results
From:       "Emilio Ruben Estevez" <emilioestevezz () hotmail ! com>
Date:       2004-04-30 14:06:45
Message-ID: BAY14-F33AleLI2yL4l00041314 () hotmail ! com
[Download RAW message or body]

Postconf -n results:

alias_maps = hash:/etc/postfix/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = amavis-smtp:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
delay_warning_time = 4
inet_interfaces = localhost
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/bin/procmail -Y -a $DOMAIN
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain
mydomain = estudioviegas.com.ar
myhostname = estudioviegas.com.ar
mynetworks = 90.0.0.0/28, 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.0.13/README_FILES
sample_directory = /usr/share/doc/postfix-2.0.13/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name
unknown_local_recipient_reject_code = 450
########################################################


Master.cf

# ==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
# ==========================================================================
smtp    inet    n       -       y       -       -       smtpd
#smtps    inet  n       -       n       -       -       smtpd
#  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission     inet    n       -       n       -       -       smtpd
#  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628      inet  n       -       n       -       -       qmqpd
pickup  fifo    n       -       y       60      1       pickup
cleanup unix    n       -       y       -       0       cleanup
#qmgr      fifo  n       -       n       300     1       qmgr
qmgr    fifo    n       -       y       300     1       nqmgr
#tlsmgr   fifo  -       -       n       300     1       tlsmgr
rewrite unix    -       -       y       -       -       trivial-rewrite
bounce  unix    -       -       y       -       0       bounce
defer   unix    -       -       y       -       0       bounce
flush   unix    n       -       y       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
smtp    unix    -       -       y       -       -       smtp
relay   unix    -       -       y       -       -       smtp
#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq   unix    n       -       y       -       -       showq
error   unix    -       -       y       -       -       error
local     unix  -       n       n       -       -       local
virtual unix    -       n       y       -       -       virtual
lmtp    unix    -       -       y       -       -       lmtp
#
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# maildrop. See the Postfix MAILDROP_README file for details.
#
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
#
# The Cyrus deliver program has changed incompatibly, multiple times.
#
old-cyrus unix  -       n       n       -       -       pipe
  flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
# Cyrus 2.1.5 (Amos Gouaux)
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

amavis-smtp unix  -     -       y       -       2  smtp
    -o smtp_data_done_timeout=1200
    -o smtp_send_xforward_command=yes
    -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 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 90.0.0.0/24
    -o strict_rfc821_envelopes=yes
    -o smtpd_error_sleep_time=0
    -o smtpd_soft_error_limit=1001
    -o smtpd_hard_error_limit=1000

########################################################

NETSTAT results:


[root@cervero postfix]# netstat -an | grep LISTEN
tcp        0      0 0.0.0.0:872             0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:10025         0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:106             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:110             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:143             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:1012            0.0.0.0:*               LISTEN
tcp        0      0 200.55.107.191:53       0.0.0.0:*               LISTEN
tcp        0      0 90.0.0.1:53             0.0.0.0:*               LISTEN
tcp        0      0 10.0.0.3:53             0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN
unix  2      [ ACC ]     STREAM     LISTENING     10266  private/ifmail
unix  2      [ ACC ]     STREAM     LISTENING     10270  private/bsmtp
unix  2      [ ACC ]     STREAM     LISTENING     18843  private/amavis-smtp
unix  2      [ ACC ]     STREAM     LISTENING     6185   
/var/lib/mysql/mysql.sock
unix  2      [ ACC ]     STREAM     LISTENING     4181   
/tmp/.font-unix/fs-1
unix  2      [ ACC ]     STREAM     LISTENING     10195  public/cleanup
unix  2      [ ACC ]     STREAM     LISTENING     10202  private/rewrite
unix  2      [ ACC ]     STREAM     LISTENING     10206  private/bounce
unix  2      [ ACC ]     STREAM     LISTENING     10210  private/defer
unix  2      [ ACC ]     STREAM     LISTENING     10214  public/flush
unix  2      [ ACC ]     STREAM     LISTENING     10218  private/proxymap
unix  2      [ ACC ]     STREAM     LISTENING     10222  private/smtp
unix  2      [ ACC ]     STREAM     LISTENING     10226  private/relay
unix  2      [ ACC ]     STREAM     LISTENING     10230  public/showq
unix  2      [ ACC ]     STREAM     LISTENING     10234  private/error
unix  2      [ ACC ]     STREAM     LISTENING     10238  private/local
unix  2      [ ACC ]     STREAM     LISTENING     10242  private/virtual
unix  2      [ ACC ]     STREAM     LISTENING     10246  private/lmtp
unix  2      [ ACC ]     STREAM     LISTENING     10250  private/maildrop
unix  2      [ ACC ]     STREAM     LISTENING     10254  private/old-cyrus
unix  2      [ ACC ]     STREAM     LISTENING     10258  private/cyrus
unix  2      [ ACC ]     STREAM     LISTENING     10262  private/uucp


I was reading on several howtos of a transport_table, in my case i got a 
transport file , but its empty, i know that if you use it you got to use 
postmap for building a database but i dont .

Thanks.
Emilio

_________________________________________________________________
MSN Toolbar provides one-click access to Hotmail from any Web page – FREE 
download! http://toolbar.msn.com/go/onm00200413ave/direct/01/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic