On Wed, September 12, 2012 7:00 pm, Noel Jones wrote:

>
> Please share your "postconf -n" and logs showing the unwanted behavior.
> http://www.postfix.org/DEBUG_README.html#mail
the link above is not reachable right now with the disgusting connection I
have, however:


excerpt of maillog on the laptop (on the VPS there is no track of any
connection from the laptop):


Sep 12 18:54:33 avalon sendmail[11515]: q8CGsUYa011515:
Authentication-Warning: avalon.localdomain: marco set sender to
[email protected] using -f
Sep 12 18:54:33 avalon sendmail[11515]: q8CGsUYa011515:
[email protected], size=362, class=0, nrcpts=1,
msgid=<[email protected]>, relay=marco@localhost
Sep 12 18:54:33 avalon postfix/smtpd[11522]: connect from
localhost.localdomain[127.0.0.1]
Sep 12 18:54:33 avalon postfix/smtpd[11522]: B11E060DC8:
client=localhost.localdomain[127.0.0.1]
Sep 12 18:54:33 avalon postfix/cleanup[11527]: B11E060DC8:
message-id=<[email protected]>
Sep 12 18:54:33 avalon postfix/qmgr[2381]: B11E060DC8:
from=<[email protected]>, size=833, nrcpt=1 (queue active)
Sep 12 18:54:33 avalon sendmail[11515]: q8CGsUYa011515:
[email protected], [email protected] (1000/1000),
delay=00:00:03, xdelay=00:00:00, mailer=relay, pri=30362,
relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as
B11E060DC8)
Sep 12 18:54:33 avalon postfix/error[11534]: B11E060DC8:
to=<[email protected]>, relay=none, delay=0.16,
delays=0.09/0.01/0/0.06, dsn=4.3.2, status=deferred (deferred transport)
Sep 12 18:54:33 avalon postfix/smtpd[11522]: disconnect from
localhost.localdomain[127.0.0.1]


postconf -n on the laptop:alias_maps = hash:/etc/aliases
biff = no
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
default_privs = nobody
default_transport = smtp
defer_transports = smtp
disable_dns_lookups = yes
disable_mime_output_conversion = no
html_directory = /usr/share/doc/packages/postfix/html
inet_interfaces = all
inet_protocols = all
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_command =
mailbox_size_limit = 0
mailbox_transport =
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains = digifreedom.net
masquerade_exceptions = root
message_size_limit = 10240000
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = digifreedom.net
myhostname = polaris.local
mynetworks = 192.168.1.0/24, 127.0.0.0/8
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.9.3/README_FILES
relayhost = 213.179.193.33:587
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/postfix-2.9.3/samples
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp_sasl_auth_enable = no
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_use_tls = no
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
smtpd_sasl_auth_enable = no
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_use_tls = no
strict_8bitmime = no
strict_rfc821_envelopes = no
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550


postconf -n on the VPS:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
disable_vrfy_command = yes
html_directory = /usr/share/doc/postfix-2.4.3-documentation/html
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost
mydomain = $myhostname
myhostname = a.mx.nexaima.net
mynetworks = 127.0.0.0/8, 212.110.184.219, 93.69.11.121
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.4.3-documentation/readme
relay_domains =
relayhost =
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_helo_required = yes
smtpd_helo_restrictions =
smtpd_recipient_restrictions = reject_invalid_hostname,                   
     reject_non_fqdn_hostname,                              
reject_non_fqdn_sender,                         reject_non_fqdn_recipient,
          reject_unknown_sender_domain,                           
reject_unknown_recipient_domain,                               
permit_mynetworks,                               
permit_sasl_authenticated,                        
reject_unauth_destination,                               
check_helo_access hash:/etc/postfix/reject_own_helo
smtpd_sasl_auth_enable = yes
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/myssl/mycert.pem
smtpd_tls_key_file = /etc/myssl/mycert.pem
smtpd_tls_loglevel = 1
strict_rfc821_envelopes = yes
unknown_address_reject_code = 554
unknown_client_reject_code = 554
unknown_hostname_reject_code = 554
unknown_local_recipient_reject_code = 550
virtual_alias_maps = hash:/etc/postfix/mymaps/valias.map
virtual_gid_maps = static:5000
virtual_mailbox_base = /var/mail/mymail_storage
virtual_mailbox_domains = /etc/postfix/mymaps/vhosts.map
virtual_mailbox_maps = hash:/etc/postfix/mymaps/vmailboxes.map
virtual_transport = procmail
virtual_uid_maps = static:5000


Reply via email to