> > Here's my main.cf (I'm using postgrey):
> >
> > mydestination = mydomain.com
> > setgid_group = postdrop
> > smtpd_recipient_restrictions =
> >         permit_mynetworks,
> >         check_policy_service inet:127.0.0.1:10030
> >         reject_unauth_destination,
> >         permit
> > virtual_alias_maps = hash:/etc/postfix/virtual
> > message_size_limit = 20480000
> > smtpd_tls_security_level = may
> > smtpd_tls_auth_only = yes
> > smtpd_tls_key_file = /etc/ssl/postfix/server.key
> > smtpd_tls_cert_file = /etc/ssl/postfix/server.crt
> > smtpd_tls_CAfile = /etc/ssl/postfix/server.pem
> > smtpd_tls_session_cache_timeout = 3600s
> > tls_random_source = dev:/dev/urandom
> >
> > How does that look?
>
> Where is your mynetwork statement. You need to have at least 127.0.0.1
> in it or locally generated emails won't be able to relay.

I actually don't have a mynetworks statement in main.cf at all and I
send from squirrelmail all over the place.

I won't be able to specify a single IP for my laptop.  Can I allow
authenticated users to send?

- Grant
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to