Hi.
 I am new to SMEServer and am trying to get the mail flowing.  I have done a clean install using the following:
- SME Server v6.0.1-01
- Knudsen's "Howto install Clam Antivirus for dummies" Contrib
- CD-Utils for SMEServer 
My configuration is as follows:
- server & gateway
- ADSL to the Internet using Bell Sympatico (Canada)
- Antivirus turned off (for now)
- Email Settings:
  -- Email retrieval mode = standard (SMTP)
  -- Pop & Imap Access = only local networks
  -- Webmail = enabled, secure access only
  -- Internal Email Server = blank
  -- Address of Internet Provider's mail server = FQDN for Sympatico
  -- ETRN settings = all blank 
I finally got outgoing mail working by using my ISP's mail server.  It seems that the server for the test email I was using doesn't accept incoming SMTP from a dynamically assigned IP address outside its own users 
 
 No matter what I try, I cannot access the SME's qmail STMP port.  Here are some commands run as root via ssh: 
  [root@server root]# netstat -l | grep smtp
  tcp        0      0 *:smtp                  *:*                     LISTEN 
  [root@server root]# ps -efw | grep mail
  root       387   353  0 Oct15 ?        00:00:00 supervise qmail
  root       390   353  0 Oct15 ?        00:00:00 supervise smtpfront-qmail
  qmaill     398   388  0 Oct15 ?        00:00:00 /usr/local/bin/multilog t s5000000 /var/log/qmail
  qmaill     414   391  0 Oct15 ?        00:00:00 /usr/local/bin/multilog t s5000000 /var/log/smtpfront-qmail
  qmaill     415   402  0 Oct15 ?        00:00:00 /usr/local/bin/multilog t s5000000 /var/log/pppoe
  root      1633   410  0 Oct15 ?        00:00:00 /usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup localhost /b
  qmaild    2267   390  0 Oct15 ?        00:00:00 /usr/local/bin/tcpserver -v -U -R -x /etc/tcprules/tcp.smtp.cdb -c 40 -l 0 0 smtp /u
  qmails   29679   387  0 17:02 ?        00:00:00 qmail-send
  root     29680 29679  0 17:02 ?        00:00:00 qmail-lspawn ./Maildir/
  qmailr   29681 29679  0 17:02 ?        00:00:00 qmail-rspawn
  qmailq   29682 29679  0 17:02 ?        00:00:00 qmail-clean
  qmailq   30318     1  0 19:19 ?        00:00:00 clamd
  root     31298 30549  0 22:10 pts/2    00:00:00 grep mail 
  [root@server root]# telnet localhost 25
  Trying 127.0.0.1...
  Connected to localhost.
  Escape character is '^]'.
  220 server.lifeteen.dyndns.org mailfront ESMTP 
My attempts to connect from the Internet have produced the following: 
  [mike@server2 stleonards]$ telnet lifeteen.dyndns.org 25
  Trying 64.230.17.140...
  telnet: connect to address 64.230.17.140: Connection timed out 
Ethereal shows SYN packets being sent but no response. 
The only thing that I can think of is that the SME server ISP
(Sympatico) is blocking incoming SMTP traffic. 
Can anyone else contact the SMTP server at lifeteen.dyndns.org
or have I made some configuration errors?
Thanks in advance,
Mike.