Current time: 04-19-2024, 01:50 AM Hello There, Guest! (LoginRegister)


Post Reply 
Cant send emails through client, sending through webmail works.
Author Message
karpik Offline
Newbie
*

Posts: 6
Joined: Aug 2012
Reputation: 0
Post: #1
Cant send emails through client, sending through webmail works.
Debian Squeeze
ISPCP 1.0.7

First all worked OK, then I realised that all emails go to spam folder with gmail, yahoo, hotmail....

So I used this tutorial: http://isp-control.net/forum/printthread.php?tid=9283

After that I couldnt send email through email client, webmail sending works.

This is my /etc/postfix/main.cf

Code:
# Postfix directory settings; These are critical for normal Postfix MTA functionallity
command_directory            = /usr/sbin
daemon_directory             = /usr/lib/postfix

# Some common configuration parameters
inet_interfaces = all
mynetworks_style             = host

myhostname = server.MYDOMAIN.com
mydomain                     = server.MYDOMAIN.com.local
myorigin = /etc/mailname

smtpd_banner                 = $myhostname ESMTP My name
setgid_group                 = postdrop

# Receiving messages parameters
mydestination = $myhostname, $mydomain, server.MYDOMAIN.com, localhost.example.com, localhost.localdomain, localhost
append_dot_mydomain          = no
append_at_myorigin           = yes
local_transport              = local
virtual_transport            = virtual
transport_maps               = hash:/etc/postfix/ispcp/transport
alias_maps                   = hash:/etc/aliases
alias_database               = hash:/etc/aliases

# Delivering local messages parameters
mail_spool_directory         = /var/mail

# Mailboxquota
# => 0 for unlimited
# => 104857600 for 100 MB
mailbox_size_limit = 0
mailbox_command = procmail -a "$EXTENSION"

# Message size limit
# => 0 for unlimited
# => 104857600 for 100 MB
message_size_limit           = 0

biff                         = no
recipient_delimiter = +

local_destination_recipient_limit = 1
local_recipient_maps         = unix:passwd.byname $alias_database

# ispCP Autoresponder parameters
ispcp-arpl_destination_recipient_limit = 1

# Delivering virtual messages parameters
virtual_mailbox_base         = /var/mail/virtual
virtual_mailbox_limit        = 0

virtual_mailbox_domains      = hash:/etc/postfix/ispcp/domains
virtual_mailbox_maps         = hash:/etc/postfix/ispcp/mailboxes

virtual_alias_maps           = hash:/etc/postfix/ispcp/aliases

virtual_minimum_uid          = 1000
virtual_uid_maps             = static:1000
virtual_gid_maps             = static:8

# SASL paramters
smtpd_sasl_auth_enable = no
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain =
broken_sasl_auth_clients = no

smtpd_helo_required          = yes

smtpd_helo_restrictions      = permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_invalid_helo_hostname,
                               reject_non_fqdn_helo_hostname

smtpd_sender_restrictions    = reject_non_fqdn_sender,
                               reject_unknown_sender_domain,
                               permit_mynetworks,
                               permit_sasl_authenticated

smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination

smtpd_data_restrictions      = reject_multi_recipient_bounce,
                               reject_unauth_pipelining

# TLS parameters; activate, if avaible/used
#smtpd_tls_security_level    = may
#smtpd_tls_loglevel          = 2
smtpd_tls_cert_file         = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file          = /etc/postfix/ssl/smtpd.key
#smtpd_tls_auth_only         = no
#smtpd_tls_received_header   = yes

# AMaViS parameters; activate, if available/used
#content_filter               = amavis:[127.0.0.1]:10024

# Quota support; activate, if available/used
#virtual_create_maildirsize     = yes
#virtual_mailbox_extended       = yes
#virtual_mailbox_limit_maps     = mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
#virtual_mailbox_limit_override = yes
#virtual_maildir_limit_message  = "The user you're trying to reach is over mailbox quota."
#virtual_overquota_bounce       = yes
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 91.121.192.229/32 94.23.159.194/32
inet_protocols = all
smtpd_sasl_authenticated_header = yes
smtpd_tls_auth_only = no
smtp_use_tls = no
smtpd_use_tls = no
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtp_tls_note_starttls_offer = no
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom

Please help, I installed my server to many times, I dont need TLS I just want to be able to send emails through mail client.

Error message from client:
Code:
An error occurred while sending mail. The mail server responded:  5.7.1 <email@email.com>: Relay access denied. Please check the message recipient email@email.com and try again.
(This post was last modified: 08-11-2012 02:31 AM by karpik.)
08-11-2012 01:54 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: Cant send emails through client, sending through webmail works.
use port 587 and setup your mail client to also send username and password while sending the mail (smtp auth).

/J
08-11-2012 12:42 PM
Visit this user's website Find all posts by this user Quote this message in a reply
karpik Offline
Newbie
*

Posts: 6
Joined: Aug 2012
Reputation: 0
Post: #3
RE: Cant send emails through client, sending through webmail works.
(08-11-2012 12:42 PM)joximu Wrote:  use port 587 and setup your mail client to also send username and password while sending the mail (smtp auth).

/J

This is what I was doing but still "Relay access denied."
08-11-2012 08:34 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: Cant send emails through client, sending through webmail works.
what's in the logs (mail.log) - in the time you are trying to send an email?

btw my recipient-block looks like this:
Code:
smtpd_recipient_restrictions = reject_non_fqdn_recipient,
                               reject_unknown_recipient_domain,
                               permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_unauth_destination,
                               reject_unlisted_recipient,
                               check_policy_service inet:127.0.0.1:12525,
                               check_policy_service inet:127.0.0.1:10023,
                               permit

/J
08-11-2012 09:47 PM
Visit this user's website Find all posts by this user Quote this message in a reply
karpik Offline
Newbie
*

Posts: 6
Joined: Aug 2012
Reputation: 0
Post: #5
RE: Cant send emails through client, sending through webmail works.
This is my mail.log


Code:
Aug 11 18:11:15 server postfix/smtpd[18458]: setting up TLS connection from karpiknet.plus.com[212.159.61.15]
Aug 11 18:11:15 server postfix/smtpd[18458]: Anonymous TLS connection established from karpiknet.plus.com[212.159.61.15]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
Aug 11 18:11:19 server postfix/smtpd[18458]: warning: SASL authentication failure: Password verification failed
Aug 11 18:11:19 server postfix/smtpd[18458]: warning: karpiknet.plus.com[212.159.61.15]: SASL PLAIN authentication failed: authentication failure
Aug 11 18:11:24 server postfix/smtpd[18458]: warning: karpiknet.plus.com[212.159.61.15]: SASL LOGIN authentication failed: authentication failure
Aug 11 18:11:45 server postfix/smtpd[18458]: warning: SASL authentication failure: Password verification failed
Aug 11 18:11:45 server postfix/smtpd[18458]: warning: karpiknet.plus.com[212.159.61.15]: SASL PLAIN authentication failed: authentication failure
Aug 11 18:11:50 server postfix/smtpd[18458]: warning: karpiknet.plus.com[212.159.61.15]: SASL LOGIN authentication failed: authentication failure
08-12-2012 02:15 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #6
RE: Cant send emails through client, sending through webmail works.
warning: SASL authentication failure: Password verification failed

well...

be sure to have entered exactly the same data as when receiving mails:

username = mailadress (user@domain.tld)
password = password...

/J
08-12-2012 05:36 AM
Visit this user's website Find all posts by this user Quote this message in a reply
karpik Offline
Newbie
*

Posts: 6
Joined: Aug 2012
Reputation: 0
Post: #7
RE: Cant send emails through client, sending through webmail works.
(08-12-2012 05:36 AM)joximu Wrote:  warning: SASL authentication failure: Password verification failed

well...

be sure to have entered exactly the same data as when receiving mails:

username = mailadress (user@domain.tld)
password = password...

/J

Triple checked Smile. Any other ideas? Maybe it makes a difference as that tutorial was for Ubuntu and I am using Debian...
08-12-2012 05:39 AM
Find all posts by this user Quote this message in a reply
karpik Offline
Newbie
*

Posts: 6
Joined: Aug 2012
Reputation: 0
Post: #8
RE: Cant send emails through client, sending through webmail works.
Anyone please?
08-18-2012 02:52 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #9
RE: Cant send emails through client, sending through webmail works.
if you have the authdaemon running - stop it and try again.

maybe you can have a look at the /etc/sasldb2 file where alle the mail usernames (mailaddress) and passwords are stored... with a binary viewer you can see the passwords... so you can check if it's correct written there.

/J
08-18-2012 05:48 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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