Current time: 04-24-2024, 10:06 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
Post Reply 


Messages In This Thread
Cant send emails through client, sending through webmail works. - karpik - 08-11-2012 01:54 AM

Forum Jump:


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