Hi Pedro Reinoso,
it's pretty wrong to investigate issues without the help of log - files. The log - files should point you directly to your root cause and not guessings or shoots out of the blue.
In addition, the LOCATE - command can often help to find files/folders on your server, if you don't know the path. Pls. install the package "mlocate" and initiate the "
mlocate" - database with the first command "
updatedb" ( this command will as well UPDATE the "mlocate" - database, so consider to either use this command EVERYTIME, before you use the "locate" - command, or consider to configure a crontab for it, so that the "mlocate" - database is up-to-date ).
You can use for example the command:
locate smtpd.conf
... which should point you to the location of the desired file.
The standard, Plesk - configured
SMTPD.CONF when you use postfix would look like this:
Code:
pwcheck_method: auxprop saslauthd
auxprop_plugin: plesk
saslauthd_path: /var/spool/postfix/private/plesk_saslauthd
mech_list: DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
auto_transition: no
sql_engine: intentionally disabled
log_level: 4
Btw.: Your mail - server is reachable, but there is no "AUTH" defined.
Code:
telnet mail.bridgingmedicalaccess.com 25
Trying 69.64.62.126...
Connected to mail.bridgingmedicalaccess.com.
Escape character is '^]'.
220 mail.boostwebhost.com ESMTP Postfix
ehlo abc
250-mail.boostwebhost.com
250-PIPELINING
250-SIZE 30720000
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
auth login
503 5.5.1 Error: authentication not enabled
=> pls.
check your
configuration files for misconfigurations!
Sometimes, it is as well a good idea to change the log - level, to get more informations in psa - log - files: