Hello All,
I'm trying to configure now smtp on my server SLES 9.
IMAP delivery is working fine.
 
-When I'm trying to send email even through account configured on localhost (the server itself) nothing happens, no changes in /var/log/messages.
-When I go to /var/lib/mysql/mysqld.log it's empty, but in /etc/my.cnf there is a line:
 
# The safe_mysqld script
[safe_mysqld]
err-log=/var/lib/mysql/mysqld.log
log=/var/lib/mysql/mysqld.log
 
The main.cf looks like this:
 
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
# virtual_maps = hash:/etc/postfix/virtual
virtual_alias_maps = $virtual_maps
virtual_maps = hash:/etc/postfix/virtual, mysql:/etc/postfix/mysql-virtual.cf
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
# sender_canonical_maps = hash:/etc/postfix/sender_canonical
sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = myservername.mydomain.com
mydomain = mydomain.com
mydestination = $myhostname, localhost.$mydomain, mysql:/etc/postfix/mysql-mydestination.cf
program_directory = /usr/lib/postfix
inet_interfaces = all
masquerade_domains =
defer_transports =
disable_dns_lookups = no
relayhost =
content_filter =
mailbox_command =
mailbox_transport = cyrus
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes
smtp_sasl_auth_enable = yes
smtpd_use_tls = yes
smtp_use_tls = yes
alias_maps = hash:/etc/aliases
mailbox_size_limit = 51200000
message_size_limit = 10240000
 
How to enable logging into mysqld.log and what the hack is the problem with smtp?
 
 
Leon
_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to