Current time: 01-11-2025, 10:28 PM Hello There, Guest! (LoginRegister)


Post Reply 
SMTP problem
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #17
RE: SMTP problem
ok.

the main.cf: I'm sure you'll find an error in mail.err that mydomain and myhostname is the same - this is not ok.

Since I have a slightly newer snapshot installed and there were some changes it's slightly different on my server.
You can have a look in the new main.cf:
http://www.isp-control.net/ispcp/browser...ix/main.cf

ust take a deeper look in the *sasl* variables and the myhostname/mydomain thing.
they should not be the same. But they also should not be like a domain you want to run virtually on the box. So you need two hostnames.
Id' take: myhostname: the FQDN of the server. $mydomain: take the hostname of the URL for ispcp: "admin.$myhostname" or whatever... - should exist...

Then do a postfix "restart".

If I connect on your server, there are not all options we normally have:
Code:
# telnet virtual.overflow.net.au 587
Trying 203.55.214.70...
Connected to virtual.overflow.net.au.
Escape character is '^]'.
220 virtual.overflow.net.au ISPCP 1.0 Priamos Managed ESMTP 1.0.0 RC2 OMEGA
ehlo localhost
250-virtual.overflow.net.au
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
quit
221 2.0.0 Bye
Connection closed by foreign host.

normally we have theese two AUTH lines:

250-AUTH CRAM-MD5 DIGEST-MD5 NTLM
250-AUTH=CRAM-MD5 DIGEST-MD5 NTLM

and - if plaintext is allowed
250-AUTH NTLM DIGEST-MD5 CRAM-MD5 LOGIN PLAIN
250-AUTH=NTLM DIGEST-MD5 CRAM-MD5 LOGIN PLAIN

so, the md5/digest thing seems to be missing totally on your server.

/J
11-12-2007 10:08 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
SMTP problem - Y2K.bug - 10-05-2007, 01:18 AM
RE: SMTP problem - rbtux - 10-05-2007, 01:24 AM
RE: SMTP problem - joximu - 10-05-2007, 05:35 AM
RE: SMTP problem - Y2K.bug - 10-10-2007, 08:57 PM
RE: SMTP problem - Y2K.bug - 10-10-2007, 09:04 PM
RE: SMTP problem - joximu - 10-10-2007, 10:16 PM
RE: SMTP problem - Y2K.bug - 10-12-2007, 07:57 AM
RE: SMTP problem - joximu - 10-12-2007, 08:48 AM
RE: SMTP problem - BeNe - 10-12-2007, 03:44 PM
RE: SMTP problem - bpratt - 11-12-2007, 07:38 PM
RE: SMTP problem - BeNe - 11-12-2007, 07:48 PM
RE: SMTP problem - bpratt - 11-12-2007, 07:57 PM
RE: SMTP problem - joximu - 11-12-2007, 08:30 PM
RE: SMTP problem - bpratt - 11-12-2007, 09:21 PM
RE: SMTP problem - joximu - 11-12-2007, 09:41 PM
RE: SMTP problem - bpratt - 11-12-2007, 09:55 PM
RE: SMTP problem - joximu - 11-12-2007 10:08 PM
RE: SMTP problem - bpratt - 11-12-2007, 10:40 PM
RE: SMTP problem - joximu - 11-12-2007, 11:04 PM
RE: SMTP problem - bpratt - 11-13-2007, 08:50 AM
RE: SMTP problem - joximu - 11-13-2007, 09:20 AM
RE: SMTP problem - bpratt - 11-13-2007, 09:30 AM

Forum Jump:


User(s) browsing this thread: 3 Guest(s)